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

Roll src/third_party/libvpx/source/libvpx/ 55f2e4a0a..5532775ef (13 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/55f2e4a0a80d..5532775efe80

$ git log 55f2e4a0a..5532775ef --date=short --no-merges --format='%ad %ae %s'
2020-03-04 marpan rtc: Update svc test for resize
2020-03-03 marpan vp9-svc: Allow for dynamic resize for single layer SVC
2020-02-25 angiebird Add RefFrameInfo
2020-02-24 angiebird Keep ref frame coding indexes in SimpleEncode
2020-02-18 chengchen Make external arf consistent with vp9
2020-02-18 chengchen Allow external arf to determine gop size
2020-02-17 chengchen Add interface for external arf indexes.
2020-02-20 angiebird Rename values in RefFrameType and FrameType
2020-02-20 angiebird Use ref_frame[0] to determine mv_count
2020-02-20 angiebird Consistency test for GroupOfPicture
2020-02-20 angiebird Use ObserveGroupOfPicture() in EncodeFrame test
2020-02-20 angiebird Add kGoldenFrame and kOverlayFrame to FrameType
2020-02-14 jzern x86_simd_caps: make mask value unsigned

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

Change-Id: Id106bfceb77f91ec0d333fdad90a87d15c2917e1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090597Reviewed-by: default avatarJames Zern <jzern@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#747809}
parent 709d6095
......@@ -1150,7 +1150,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '55f2e4a0a80db143e1b6fd81c918c8920ec94fc0',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '5532775efe808cb0942e7b99bf2f232c6ce99fee',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1',
......
......@@ -6,9 +6,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
Date: Wednesday February 19 2020
Date: Wednesday March 04 2020
Branch: master
Commit: 55f2e4a0a80db143e1b6fd81c918c8920ec94fc0
Commit: 5532775efe808cb0942e7b99bf2f232c6ce99fee
Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
......
......@@ -2,8 +2,8 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 8
#define VERSION_PATCH 2
#define VERSION_EXTRA "86-g55f2e4a0a"
#define VERSION_EXTRA "100-g5532775ef"
#define VERSION_PACKED \
((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.8.2-86-g55f2e4a0a"
#define VERSION_STRING " v1.8.2-86-g55f2e4a0a"
#define VERSION_STRING_NOSP "v1.8.2-100-g5532775ef"
#define VERSION_STRING " v1.8.2-100-g5532775ef"
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