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

Roll src/third_party/libvpx/source/libvpx/ 503cb8e63..d64e32862 (8 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/503cb8e63a06..d64e328624e0

$ git log 503cb8e63..d64e32862 --date=short --no-merges --format='%ad %ae %s'
2019-03-05 jianj vp9 svc example: use CONFIG_VP9_DECODER guarding decoding.
2019-02-12 angiebird Add rd_diff_arr to store future blocks' rd diff
2019-03-04 angiebird Fix compile error when DUMP_TPL_STATS is 1
2019-03-04 marpan vp9-rtc: Speed feature changes to speed 9
2019-03-01 marpan vp9-rtc: Adjust force split logic for screen mode
2019-03-01 marpan vp9-rtc: Fix for scroll motion for rtc
2018-12-07 paulwilkins Strengthened film grain setting.
2019-02-26 paulwilkins Fix RD multiplier bug impacting AQ1.

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

Change-Id: I8619ec2af03d0f24d3e243fd9c647c4db39c3ca3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506459
Commit-Queue: Johann Koenig <johannkoenig@google.com>
Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Cr-Commit-Position: refs/heads/master@{#638322}
parent 78d6b995
......@@ -1010,7 +1010,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '503cb8e63a06ab62ca814bcf79ef9971bdaa745a',
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'd64e328624e09cbc36e7077598bf0ff367dcdb4c',
'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: Thursday February 28 2019
Date: Tuesday March 05 2019
Branch: master
Commit: 503cb8e63a06ab62ca814bcf79ef9971bdaa745a
Commit: d64e328624e09cbc36e7077598bf0ff367dcdb4c
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 0
#define VERSION_EXTRA "191-g503cb8e63a"
#define VERSION_EXTRA "203-gd64e328624"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.8.0-191-g503cb8e63a"
#define VERSION_STRING " v1.8.0-191-g503cb8e63a"
#define VERSION_STRING_NOSP "v1.8.0-203-gd64e328624"
#define VERSION_STRING " v1.8.0-203-gd64e328624"
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