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

Issue 2915763004: Roll src/third_party/libvpx/source/libvpx/ b3bf91bdc..b9649d240 (22 commits) (Closed)

Created:
3 years, 6 months ago by marpan1
Modified:
3 years, 6 months ago
Reviewers:
Johann, jianj, marpan
CC:
chromium-reviews, jzern, fgalligan1, ios-reviews_chromium.org, wwcv, Tom Finegan, mac-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Roll src/third_party/libvpx/source/libvpx/ b3bf91bdc..b9649d240 (22 commits) https://chromium.googlesource.com/webm/libvpx.git/+log/b3bf91bdc602..b9649d240768 $ git log b3bf91bdc..b9649d240 --date=short --no-merges --format='%ad %ae %s' 2017-05-30 johannkoenig comp_avg_pred: alignment 2017-05-26 johannkoenig remove DECLARE_ALIGNED from neon code 2017-05-19 jianj Fix vp8 race when build --enable-vp9-highbitdepth. 2017-05-26 marpan vp9: SVC: Fix to condiiton on using source_sad. 2017-05-25 marpan vp9: Use source_sad only on top temporal enhancement layer. 2017-05-25 jianj Refactor: Move vp8 skin detection to new files. 2017-05-25 marpan vp9: SVC: Enable copy partition for SVC speed >= 7. 2017-05-24 johannkoenig subpel variance neon: reduce stack usage 2017-05-24 johannkoenig Use vdup instead of vmov 2017-05-24 jzern partial_idct_test,InitInput: fix rollover in mult 2017-05-22 linfengz Update inv_txfm_sse2.h and inv_txfm_sse2.c 2017-05-22 linfengz Update InitInput() in test/partial_idct_test.cc 2017-05-23 gjasny Add support for Visual Studio 2017 2017-05-04 johannkoenig sub pel avg variance neon: 4x block sizes 2017-05-04 johannkoenig sub pel variance neon: 4x block sizes 2017-05-03 johannkoenig sub pel avg variance neon: add neon optimizations 2017-05-03 johannkoenig sub pel variance neon: normalize variable names 2017-05-04 johannkoenig variance neon: assert overflow conditions 2017-05-17 linfengz Add vpx_highbd_idct{4x4,8x8,16x16}_1_add_sse2 2017-05-15 johannkoenig neon variance: special case 4x (...) Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com Review-Url: https://codereview.chromium.org/2915763004 Cr-Commit-Position: refs/heads/master@{#475981} Committed: https://chromium.googlesource.com/chromium/src/+/c422a96aa3565e4193f3e9288b4b902fc464899a

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+330 lines, -109 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 +18 lines, -0 lines 0 comments Download
M third_party/libvpx/source/config/ios/arm-neon/vpx_dsp_rtcd.h View 3 chunks +34 lines, -17 lines 0 comments Download
M third_party/libvpx/source/config/ios/arm-neon/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libvpx/source/config/ios/arm64/vpx_dsp_rtcd.h View 3 chunks +34 lines, -17 lines 0 comments Download
M third_party/libvpx/source/config/ios/arm64/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_dsp_rtcd.h View 6 chunks +68 lines, -17 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon/vpx_dsp_rtcd.h View 3 chunks +34 lines, -17 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm-neon/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm64/vpx_dsp_rtcd.h View 3 chunks +34 lines, -17 lines 0 comments Download
M third_party/libvpx/source/config/linux/arm64/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libvpx/source/config/linux/generic/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libvpx/source/config/linux/ia32/vpx_dsp_rtcd.h View 4 chunks +12 lines, -3 lines 0 comments Download
M third_party/libvpx/source/config/linux/ia32/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libvpx/source/config/linux/mips64el/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libvpx/source/config/linux/mipsel/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libvpx/source/config/linux/x64/vpx_dsp_rtcd.h View 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/libvpx/source/config/linux/x64/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libvpx/source/config/mac/ia32/vpx_dsp_rtcd.h View 4 chunks +12 lines, -3 lines 0 comments Download
M third_party/libvpx/source/config/mac/ia32/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libvpx/source/config/mac/x64/vpx_dsp_rtcd.h View 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/libvpx/source/config/mac/x64/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libvpx/source/config/nacl/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 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/vpx_dsp_rtcd.h View 4 chunks +12 lines, -3 lines 0 comments Download
M third_party/libvpx/source/config/win/ia32/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libvpx/source/config/win/x64/vpx_dsp_rtcd.h View 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/libvpx/source/config/win/x64/vpx_scale_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (10 generated)
marpan
3 years, 6 months ago (2017-05-31 17:38:29 UTC) #6
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/2915763004/1
3 years, 6 months ago (2017-05-31 18:05:33 UTC) #8
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started once the ...
3 years, 6 months ago (2017-05-31 18:05:35 UTC) #10
Johann
LGTM
3 years, 6 months ago (2017-05-31 18:13:35 UTC) #11
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/2915763004/1
3 years, 6 months ago (2017-05-31 18:30:29 UTC) #13
commit-bot: I haz the power
3 years, 6 months ago (2017-05-31 19:24:57 UTC) #16
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/c422a96aa3565e4193f3e9288b4b...

Powered by Google App Engine
This is Rietveld 408576698