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

Issue 2346903003: Roll src/third_party/libvpx/source/libvpx/ e66cd132f..4282d2935 (29 commits). (Closed)

Created:
4 years, 3 months ago by marpan1
Modified:
4 years, 3 months ago
Reviewers:
Johann, 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/ e66cd132f..4282d2935 (29 commits). https://chromium.googlesource.com/webm/libvpx.git/+log/e66cd132f09e..4282d29355df $ git log e66cd132f..4282d2935 --date=short --no-merges --format='%ad %ae %s' 2016-09-13 johannkoenig vp8 decoder: cast decoding_thread_count to int 2016-09-13 johannkoenig vp9 frame parallel test: Initialize cfg to 0 2016-09-13 johannkoenig vp9cx_set_ref.c: remove unused 'cfg' parameter 2016-09-13 johannkoenig webmenc: remove unused 'fps' parameter 2016-09-09 jzern cosmetics,vp8: join some lines, fix table format 2016-09-09 marpan vp8: Set the skin model to mode 1. 2016-09-06 glider vp8: Remove TSAN warning around end of encode. 2016-09-07 jzern vpx_mem.c: remove unnecessary inline 2016-09-07 slavarnway vpx_dsp: added vpx_highbd_idct32x32_1_add_sse2() 2016-09-03 sarahparker Fix missing write to opsnr in internal stats 2016-09-01 jzern invalid_file_test: quiet -Wunused-const-variable warnings 2016-09-01 jzern vp8_cx_iface: quiet -Wshorten-64-to-32 warning 2016-09-01 jzern get_cpu_count: quiet -Wshorten-64-to-32 warnings 2016-09-01 paulwilkins Casts to remove some warnings. 2016-08-31 johannkoenig Enable -Wundef by default 2016-08-31 johannkoenig Define VP8_TEMPORAL_ALT_REF to !CONFIG_REALTIME_ONLY 2016-08-26 johannkoenig Remove CONFIG_DEBUG guards from assert() 2016-08-26 johannkoenig Remove unused function vpx_de_mblock 2016-08-26 johannkoenig Fix -Wundef warning for OUTPUT_FPF 2016-08-26 johannkoenig Fix -Wundef warning for __SANITIZE_ADDRESS__ (...) R=johannkoenig@google.com Committed: https://crrev.com/7daa95f35d797245fc7b1c1616c78f9f66b0e01c Cr-Commit-Position: refs/heads/master@{#418975}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -32 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/source/config/linux/arm-neon-cpu-detect/vpx_config.h View 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 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/arm64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/generic/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/generic/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/ia32/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/mips64el/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/mipsel/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/x64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/linux/x64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/mac/ia32/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/mac/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/mac/x64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/mac/x64/vpx_config.asm View 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/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 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/win/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/win/x64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libvpx/source/config/win/x64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (8 generated)
marpan
4 years, 3 months ago (2016-09-15 18:08:28 UTC) #4
Johann
LGTM maybe i should add --disable-install-docs to cut down on the noise. i don't have ...
4 years, 3 months ago (2016-09-15 19:25:10 UTC) #5
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/2346903003/1
4 years, 3 months ago (2016-09-15 21:04:55 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-09-15 21:12:02 UTC) #11
commit-bot: I haz the power
4 years, 3 months ago (2016-09-15 21:13:50 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/7daa95f35d797245fc7b1c1616c78f9f66b0e01c
Cr-Commit-Position: refs/heads/master@{#418975}

Powered by Google App Engine
This is Rietveld 408576698