Commit 2219572e authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 305a5283c..5a0242ba5 (13 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/305a5283c5b4..5a0242ba5c8f

$ git log 305a5283c..5a0242ba5 --date=short --no-merges --format='%ad %ae %s'
2019-08-30 marpan vp9-svc: Add new frame drop mode for SVC
2019-08-30 angiebird Report failure of vp9_alloc_motion_field_info
2019-08-30 zxdan Upload Motion Field Estimation Unit Test Files
2019-08-29 angiebird Free set_mv properly
2019-06-28 alexconv Don't generate mv refs that won't be used
2019-08-22 angiebird Move motion field from TplDepFrame to MotionField
2019-08-28 jianj Add resize test for smaller width bigger size.
2019-08-28 hienho vpx_dsp/x86/highbd_idct4x4_add_sse2: fix int sanitizer warnings
2019-08-21 angiebird Add MACRO MAX_INTER_REF_FRAMES
2019-08-21 angiebird Add motion_filed_info in VP9_COMP
2019-08-20 angiebird Add free_tpl_buffer
2019-08-13 hienho vp8/encoder/vp8_quantize: fix int sanitizer warnings
2019-08-09 hienho test/acm_random.h: int sanitizer warning

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

Change-Id: Ib7502b9e520ed37d16e6eaab29b07bd2a5d46495
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1792980Reviewed-by: default avatarJames Zern <jzern@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#694942}
parent 0d5eaabb
......@@ -1135,7 +1135,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '305a5283c5b4a3ff5321dc51d121ef21d071e980',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '5a0242ba5c8fddbf32766bfa2ffbbd25f3cd6167',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1',
......
......@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
Date: Monday August 26 2019
Date: Friday September 06 2019
Branch: master
Commit: 305a5283c5b4a3ff5321dc51d121ef21d071e980
Commit: 5a0242ba5c8fddbf32766bfa2ffbbd25f3cd6167
Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
......
......@@ -2,7 +2,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 8
#define VERSION_PATCH 1
#define VERSION_EXTRA "108-g305a5283c5"
#define VERSION_EXTRA "130-g5a0242ba5c"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.8.1-108-g305a5283c5"
#define VERSION_STRING " v1.8.1-108-g305a5283c5"
#define VERSION_STRING_NOSP "v1.8.1-130-g5a0242ba5c"
#define VERSION_STRING " v1.8.1-130-g5a0242ba5c"
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