Commit 6447103a authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 197827edb..0308a9a13 (7 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/197827edb87e..0308a9a13261

$ git log 197827edb..0308a9a13 --date=short --no-merges --format='%ad %ae %s'
2019-05-24 marpan vp9-rtc: Update overshoot_detection speed feature
2019-05-25 jzern Revert "Fix calculations in GF only group case"
2019-05-08 venkatarama.avadhani Exclude VP9 files from vpx_dsp.mk for VP8 build
2019-05-21 jingning Clamp for min_frame_target
2019-04-22 ravi.chaudhary Increase active best quality linearly
2019-04-26 deepa.kg Fix calculations in GF only group case
2019-05-14 deepa.kg Fix section intra rating for first ARF interval

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

Change-Id: I330a76607a73f6aa4f11598b506b87410be36c50
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635829Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#664478}
parent 3585ba0b
......@@ -1076,7 +1076,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '197827edb87eb9387d946af999366c4ec5f0d88e',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '0308a9a132612006056f9920c069a1942e49c26c',
'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: Wednesday May 22 2019
Date: Tuesday May 28 2019
Branch: master
Commit: 197827edb87eb9387d946af999366c4ec5f0d88e
Commit: 0308a9a132612006056f9920c069a1942e49c26c
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 "494-g197827edb"
#define VERSION_EXTRA "508-g0308a9a132"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.8.0-494-g197827edb"
#define VERSION_STRING " v1.8.0-494-g197827edb"
#define VERSION_STRING_NOSP "v1.8.0-508-g0308a9a132"
#define VERSION_STRING " v1.8.0-508-g0308a9a132"
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