Commit 7cd31a4a authored by James Zern's avatar James Zern Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 4254ecaa0..36133b04c (8 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa075e..36133b04c0d3

$ git log 4254ecaa0..36133b04c --date=short --no-merges --format='%ad %ae %s'
2020-02-03 jzern loopfilter_sse2: call unsuffixed lpf functions
2020-01-28 jianj Fix initialization of delta_q_uv
2020-01-28 chengchen Change partition_info to a vector
2020-01-27 chengchen Correctly assign partition info
2020-01-27 chengchen Add some description about partition info
2020-01-21 chengchen Consistency test for partition info
2020-01-21 chengchen Pass partition info to encode frame result
2020-01-23 chengchen l2e: cosmetic changes of multi-dimension arrays

Created with:
  roll-dep src/third_party/libvpx/source/libvpx
R=jianj@chromium.org

Change-Id: I83ffe43922081b89c581f2923e50bdeb460b8c75
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040650Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: James Zern <jzern@google.com>
Cr-Commit-Position: refs/heads/master@{#738835}
parent 239b6232
...@@ -1157,7 +1157,7 @@ deps = { ...@@ -1157,7 +1157,7 @@ deps = {
}, },
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '4254ecaa075e672b66b9d723ebdd3d7ed7125055', Var('chromium_git') + '/webm/libvpx.git' + '@' + '36133b04c0d3f82b16902de2ed57fe58d7c30990',
'src/third_party/libwebm/source': 'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1', Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1',
......
...@@ -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: Monday January 27 2020 Date: Monday February 03 2020
Branch: master Branch: master
Commit: 4254ecaa075e672b66b9d723ebdd3d7ed7125055 Commit: 36133b04c0d3f82b16902de2ed57fe58d7c30990
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
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 8 #define VERSION_MINOR 8
#define VERSION_PATCH 2 #define VERSION_PATCH 2
#define VERSION_EXTRA "51-g4254ecaa0" #define VERSION_EXTRA "64-g36133b04c"
#define VERSION_PACKED \ #define VERSION_PACKED \
((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH)) ((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.8.2-51-g4254ecaa0" #define VERSION_STRING_NOSP "v1.8.2-64-g36133b04c"
#define VERSION_STRING " v1.8.2-51-g4254ecaa0" #define VERSION_STRING " v1.8.2-64-g36133b04c"
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