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

Issue 2397473002: Roll src/third_party/libvpx/source/libvpx/ 691ef2027..50b9c467d (21 commits). (Closed)

Created:
4 years, 2 months ago by jzern
Modified:
4 years, 2 months ago
Reviewers:
Johann
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/ 691ef2027..50b9c467d (21 commits). https://chromium.googlesource.com/webm/libvpx.git/+log/691ef20272d3..50b9c467da77 $ git log 691ef2027..50b9c467d --date=short --no-merges --format='%ad %ae %s' 2016-10-01 jzern vpx_convolve8_neon,load/store*: correct param type 2016-10-01 martin Remove a stray END declaration in loopfilter_4_neon.asm 2016-09-29 jzern *idct*_neon.c: add missing rtcd include 2016-09-30 jzern idct,msa/neon: exclude idct files from hbd build 2016-09-30 linfengz Refactor vpx lpf NEON files (step 2/2) 2016-09-30 linfengz Refactor vpx lpf NEON files (step 1/2) 2016-09-29 jzern *rtcd_defs.pl: remove empty specialize calls 2016-09-29 jzern vp8,frame_buffers: remove unused use_frame_threads 2016-09-28 linfengz Unify loopfilter function names 2016-09-29 linfengz Refine vpx_convolve_copy_neon() and vpx_convolve_avg_neon() 2016-09-28 deepa.kg Fix an issue in vp9_first_pass for non-mulitple of 16 resolutions 2016-09-29 johannkoenig vp8: remove mmx functions 2016-09-29 johannkoenig Rename _xmm functions to _sse2 2016-09-29 johannkoenig Remove vp8_clear_system_state 2016-09-29 marpan vp9: On change_config() only call update_frame_size if needed. 2016-09-26 marpan vp9 real-time mode: Change loopfilter speed feature at speed 8. 2016-09-29 linfengz Refine vpx convolve8 NEON intrinsics optimization 2016-09-29 johannkoenig vpx_dsp: clean up rtcd 2016-09-29 johannkoenig vp8: clean up rtcd 2016-09-28 jzern vp9_detokenize,decode_coefs: fix signed int overflow (...) R=johannkoenig@google.com BUG= Committed: https://crrev.com/38c00d7b4def12e12ef402982cbcd4976f2e2c71 Cr-Commit-Position: refs/heads/master@{#422892}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+265 lines, -526 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/libvpx_srcs.gni View 9 chunks +3 lines, -12 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_dsp_rtcd.h View 4 chunks +12 lines, -12 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon/vp8_rtcd.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon/vpx_dsp_rtcd.h View 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm/vp8_rtcd.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm/vpx_dsp_rtcd.h View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm64/vp8_rtcd.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm64/vpx_dsp_rtcd.h View 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/libvpx/source/config/linux/generic/vp8_rtcd.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/libvpx/source/config/linux/generic/vpx_dsp_rtcd.h View 4 chunks +12 lines, -12 lines 0 comments Download
M third_party/libvpx/source/config/linux/ia32/vp8_rtcd.h View 13 chunks +6 lines, -56 lines 0 comments Download
M third_party/libvpx/source/config/linux/ia32/vpx_dsp_rtcd.h View 8 chunks +28 lines, -28 lines 0 comments Download
M third_party/libvpx/source/config/linux/mips64el/vp8_rtcd.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/libvpx/source/config/linux/mips64el/vpx_dsp_rtcd.h View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/libvpx/source/config/linux/mipsel/vp8_rtcd.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/libvpx/source/config/linux/mipsel/vpx_dsp_rtcd.h View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/libvpx/source/config/linux/x64/vp8_rtcd.h View 10 chunks +6 lines, -32 lines 0 comments Download
M third_party/libvpx/source/config/linux/x64/vpx_dsp_rtcd.h View 5 chunks +22 lines, -22 lines 0 comments Download
M third_party/libvpx/source/config/mac/ia32/vp8_rtcd.h View 13 chunks +6 lines, -56 lines 0 comments Download
M third_party/libvpx/source/config/mac/ia32/vpx_dsp_rtcd.h View 8 chunks +28 lines, -28 lines 0 comments Download
M third_party/libvpx/source/config/mac/x64/vp8_rtcd.h View 10 chunks +6 lines, -32 lines 0 comments Download
M third_party/libvpx/source/config/mac/x64/vpx_dsp_rtcd.h View 5 chunks +22 lines, -22 lines 0 comments Download
M third_party/libvpx/source/config/nacl/vp8_rtcd.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/libvpx/source/config/nacl/vpx_dsp_rtcd.h View 4 chunks +12 lines, -12 lines 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/vp8_rtcd.h View 13 chunks +6 lines, -56 lines 0 comments Download
M third_party/libvpx/source/config/win/ia32/vpx_dsp_rtcd.h View 8 chunks +28 lines, -28 lines 0 comments Download
M third_party/libvpx/source/config/win/x64/vp8_rtcd.h View 10 chunks +6 lines, -32 lines 0 comments Download
M third_party/libvpx/source/config/win/x64/vpx_dsp_rtcd.h View 5 chunks +22 lines, -22 lines 0 comments Download

Messages

Total messages: 10 (6 generated)
Johann
lgtm L
4 years, 2 months ago (2016-10-04 18:56:12 UTC) #3
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/2397473002/1
4 years, 2 months ago (2016-10-04 19:47:04 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-04 19:54:13 UTC) #8
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 19:57:40 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/38c00d7b4def12e12ef402982cbcd4976f2e2c71
Cr-Commit-Position: refs/heads/master@{#422892}

Powered by Google App Engine
This is Rietveld 408576698