Commit edcb0318 authored by marpan's avatar marpan Committed by Commit bot

Roll src/third_party/libvpx/source/libvpx/ 32b3d2f17..6af42f510 (16 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/32b3d2f174f6..6af42f5102ad

$ git log 32b3d2f17..6af42f510 --date=short --no-merges --format='%ad %ae %s'
2017-04-06 jianj Fix compile warnings with enable-internal-stats flag.
2017-04-06 marpan vp9; Move the denoising condition for speed 5.
2017-04-04 jianj vp9: speed 8: Compute y sad without int_pro_motion_estimation.
2017-04-05 marpan vp9: Temporal denoising: avoid denoising for speed <= 5.
2017-03-31 jianj Refactor: Clean memory allocation for copy partition.
2017-04-05 linfengz Update 32x32 high bitdepth idct NEON optimization
2017-04-04 jianj vp9: Remove legacy comments for avg_source_sad.
2017-04-04 marpan vp9: Adjust condition of golden update with cyclic refresh.
2017-03-29 marpan vp9: 1 pass CBR: cleanup to cyclic refresh.
2017-03-22 ranjit.tulabandu Fix for out of range motion vector bug in sub-pel motion estimation
2017-03-28 yunqingwang Enhance the row mt sync read to accept the sync_range greater than 1
2017-03-30 marpan vp9: SVC: Fix issue with artifact for svc-denoising.
2017-03-29 jzern vpxdec: silently ignore -frame-parallel
2017-03-29 jzern vp9: make VPX_CODEC_USE_FRAME_THREADING a no-op
2017-03-29 jzern rtcd,unit tests: fix ppc64 build
2017-03-29 marpan vp9: SVC: fix to allow output of denoised result.

Created with:
  roll-dep src/third_party/libvpx/source/libvpx
R=johannkoenig@google.com

Review-Url: https://codereview.chromium.org/2804593006
Cr-Commit-Position: refs/heads/master@{#462911}
parent 9afba497
...@@ -202,7 +202,7 @@ deps = { ...@@ -202,7 +202,7 @@ deps = {
Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd', Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '32b3d2f174f69f1484e024b276aff9226a751d4f', Var('chromium_git') + '/webm/libvpx.git' + '@' + '6af42f5102ad7c00d3fed389b186663a88d812ee',
'src/third_party/ffmpeg': 'src/third_party/ffmpeg':
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '9751ef06f90fb7ebf02b4e9ecc963a4e36a221d3', Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '9751ef06f90fb7ebf02b4e9ecc963a4e36a221d3',
......
...@@ -5,9 +5,9 @@ License: BSD ...@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE License File: source/libvpx/LICENSE
Security Critical: yes Security Critical: yes
Date: Wednesday March 29 2017 Date: Friday April 07 2017
Branch: master Branch: master
Commit: 32b3d2f174f69f1484e024b276aff9226a751d4f Commit: 6af42f5102ad7c00d3fed389b186663a88d812ee
Description: Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and Contains the sources used to compile libvpx binaries used by Google Chrome and
......
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 6 #define VERSION_MINOR 6
#define VERSION_PATCH 1 #define VERSION_PATCH 1
#define VERSION_EXTRA "409-g32b3d2f17" #define VERSION_EXTRA "433-g6af42f510"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.6.1-409-g32b3d2f17" #define VERSION_STRING_NOSP "v1.6.1-433-g6af42f510"
#define VERSION_STRING " v1.6.1-409-g32b3d2f17" #define VERSION_STRING " v1.6.1-433-g6af42f510"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment