Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Issue 2362513003: Roll src/third_party/libvpx/source/libvpx/ 4282d2935..99ef84c65 (29 commits). (Closed)

Created:
4 years, 3 months ago by Johann
Modified:
4 years, 3 months ago
Reviewers:
marpan
CC:
chromium-reviews, wwcv, jzern, fgalligan1, Tom Finegan
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Roll src/third_party/libvpx/source/libvpx/ 4282d2935..99ef84c65 (29 commits). https://chromium.googlesource.com/webm/libvpx.git/+log/4282d29355df..99ef84c65a2b $ git log 4282d2935..99ef84c65 --date=short --no-merges --format='%ad %ae %s' 2016-09-20 angiebird Detect invalid highbd iht input 2016-09-21 johannkoenig Keep vp8 sixtap read within bounds 2016-09-21 johannkoenig predict_test: align dst buffer to 16 2016-09-07 jzern vp8: remove VP8_SET_DBG* control support 2016-09-19 jzern vp9_rtcd: remove non-existent highbd convolve fns 2016-09-19 jzern examples: quiet -Wshorten-64-to-32 warnings 2016-09-19 jzern vp8: convert some uses of unsigned long to size_t 2016-09-19 jzern vp8/encoder: quiet some -Wshorten-64-to-32 warnings 2016-09-19 jzern variance_avx2: sync variance functions with c-code 2016-08-26 johannkoenig Remove -fno-strict-aliasing flag 2016-09-08 negge Code class0 using vpx_read() / vpx_write(). 2016-09-19 aconverse Zero the whole rd_counts struct rather than the each member 2016-09-17 jzern loopfilter_mb_neon: remove unused load_8x8() 2016-09-15 linfengz Refactor lpf (size 16) NEON intrinsics optimization 2016-09-15 jzern vpx_subpixel_8t_intrin_avx2: tolerate unversioned clang 2016-09-08 johannkoenig Enable ssse3 bilinear tests 2016-09-02 johannkoenig Add vp8_bilinear_filter test 2016-09-16 johannkoenig Revert "Restore vp8_sixtap_predict4x4_neon" 2016-09-02 johannkoenig Restore vp8_bilinear_predict4x4_neon 2016-09-15 johannkoenig zero structures completely (...) Committed: https://crrev.com/6ff564b02cc60b4636f616cc4e043959e6be62b7 Cr-Commit-Position: refs/heads/master@{#420476}

Patch Set 1 #

Patch Set 2 : disable docs #

Patch Set 3 : use correct option (--disable-*install*-docs) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -59 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/README.chromium View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/libvpx/generate_gni.sh View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/libvpx_srcs.gni View 9 chunks +0 lines, -9 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h View 2 chunks +4 lines, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_config.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon/vp8_rtcd.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon/vpx_config.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm/vpx_config.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm64/vp8_rtcd.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm64/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm64/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm64/vpx_config.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/generic/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/generic/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/generic/vpx_config.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/ia32/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/ia32/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/ia32/vpx_config.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/mips64el/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/mips64el/vpx_config.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/mipsel/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/mipsel/vpx_config.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/x64/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/x64/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/x64/vpx_config.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/mac/ia32/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/mac/ia32/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/mac/ia32/vpx_config.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/mac/x64/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/mac/x64/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/mac/x64/vpx_config.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/nacl/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/nacl/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/nacl/vpx_config.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/vpx_version.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/libvpx/source/config/win/ia32/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/win/ia32/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/win/ia32/vpx_config.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/win/x64/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/win/x64/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/win/x64/vpx_config.c View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (8 generated)
Johann
added --disable-docs to remove config churn when people do/don't have doxygen installed (config checks and ...
4 years, 3 months ago (2016-09-22 20:06:07 UTC) #4
marpan
LGTM
4 years, 3 months ago (2016-09-22 21:37:09 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2362513003/40001
4 years, 3 months ago (2016-09-22 21:58:27 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-22 22:09:00 UTC) #11
commit-bot: I haz the power
4 years, 3 months ago (2016-09-22 22:11:50 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6ff564b02cc60b4636f616cc4e043959e6be62b7
Cr-Commit-Position: refs/heads/master@{#420476}

Powered by Google App Engine
This is Rietveld 408576698