Commit a49483e4 authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 96e1c6b7c..282087a14 (46 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/96e1c6b7ce91..282087a14c84

$ git log 96e1c6b7c..282087a14 --date=short --no-merges --format='%ad %ae %s'
2018-09-20 theonetruecamper sanitizer: fix unaligned load/stores
2018-09-19 theonetruecamper fix UB  when initializing parameterized tests
2018-09-19 angiebird Add feature score for each block
2018-09-19 angiebird Correct mv rows/cols bug in read_frame_dpl_stats
2018-09-17 theonetruecamper Fix stack corruption with x86 and --enable-pic
2018-09-18 huisu Remove unnecessary code
2018-09-18 huisu Remove the SECOND_LEVEL_CHECKS_BEST macro
2018-09-13 jingning Rename set_arf_sign_bias() to set_ref_sign_bias
2018-09-17 jingning Re-work set_arf_sign_bias()
2018-09-17 jingning Update frame index per buffer at encoder
2018-09-17 jzern vpx_mem: allow VPX_MAX_ALLOCABLE_MEMORY to be overridden
2018-09-17 jingning Add a frame_index entry to RefCntBuffer
2018-09-17 jingning Assign GOP frame offset to all the coding frames
2018-09-17 paulwilkins Remove multi_arf_last_grp_enabled flag.
2018-09-17 paulwilkins Remove multi_arf_enabled.
2018-09-17 paulwilkins Remove multi_arf_allowed variable.
2018-08-22 jzern cosmetics: normalize include guards
2018-09-14 pengliu.mail fix a bug of tiny_ssim to handle odd frame sizes
2018-09-14 pengliu.mail fix a bug of tiny_ssim when the bit depth is 8
2018-09-13 angiebird Fix mv_arr assignment
(...)

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

Change-Id: I2ec850488441a14dd6ee6118f21f0e13c23f33ec
Reviewed-on: https://chromium-review.googlesource.com/1238824Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#593272}
parent 48df727c
......@@ -853,7 +853,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '96e1c6b7ce910ed4b7c79069a9d55307bd6dd257',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '282087a14c84a65f10b3a8d0e81c255e13a7a746',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '01c1d1d76f139345c442bfc8e61b4e1cba809059',
......
......@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
Date: Saturday September 08 2018
Date: Thursday September 20 2018
Branch: master
Commit: 96e1c6b7ce910ed4b7c79069a9d55307bd6dd257
Commit: 282087a14c84a65f10b3a8d0e81c255e13a7a746
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 7
#define VERSION_PATCH 0
#define VERSION_EXTRA "958-g96e1c6b7c"
#define VERSION_EXTRA "1035-g282087a14"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.7.0-958-g96e1c6b7c"
#define VERSION_STRING " v1.7.0-958-g96e1c6b7c"
#define VERSION_STRING_NOSP "v1.7.0-1035-g282087a14"
#define VERSION_STRING " v1.7.0-1035-g282087a14"
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