Commit 06f3222b authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 4a8c24874..ac3eccdc2 (16 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/4a8c24874450..ac3eccdc24bc

$ git log 4a8c24874..ac3eccdc2 --date=short --no-merges --format='%ad %ae %s'
2018-11-19 marpan vp9: Fix to the svc buffer update
2018-11-15 jkunkee Work around ARM64 Windows SDK arm_neon.h quirk
2018-11-09 yaowu Optimize RDMULT values for key frames
2018-11-11 marpan vp9: Reorganize the buffer level for cbr mode
2018-11-15 jkunkee Add ARM64 support to VS project generation
2018-11-12 jkunkee Add ARM64 Windows to configure scripts
2018-11-14 jingning Fix arf boost factor calculation for intermediate ARFs
2018-10-18 angiebird Refactor av1_nb_mvs_inconsistency()
2018-10-17 angiebird Recompute mv inconsistency after mv search is done
2018-11-14 jingning Disable tpl model in GF-only GOP structure
2018-11-14 harish.mahendrakar vpx_dec_fuzzer: Unify single and multi-thread tests
2018-11-13 jingning Fix GF-only frame type allocation
2018-11-09 harish.mahendrakar Added libFuzzer plugin to test decoders
2018-11-02 jingning Skip ACL recode loop for intermediate ARF layers
2018-11-12 jingning Rescale arf bit budget calculation
2018-11-12 johann.koenig quantize: use aarch64 vmaxv

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

Change-Id: Id98fc3a51755c4e66e20fb7fa3f13aee1a8b7988
Reviewed-on: https://chromium-review.googlesource.com/c/1343498Reviewed-by: default avatarJames Zern <jzern@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#609591}
parent 534600af
......@@ -902,7 +902,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '4a8c248744500f9caf00588ca312efce5659e45e',
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'ac3eccdc24bccece5f73ee67b88154f3bf4a4e9a',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + 'e4931ebc0a816458c18a6734e91a4d1b5acd5c56',
......
......@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
Date: Sunday November 11 2018
Date: Monday November 19 2018
Branch: master
Commit: 4a8c248744500f9caf00588ca312efce5659e45e
Commit: ac3eccdc24bccece5f73ee67b88154f3bf4a4e9a
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 "1341-g4a8c24874"
#define VERSION_EXTRA "1367-gac3eccdc2"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.7.0-1341-g4a8c24874"
#define VERSION_STRING " v1.7.0-1341-g4a8c24874"
#define VERSION_STRING_NOSP "v1.7.0-1367-gac3eccdc2"
#define VERSION_STRING " v1.7.0-1367-gac3eccdc2"
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