Commit 9308de4c authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ b8642738c..6c62530c6 (11 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/b8642738c985..6c62530c666f

$ git log b8642738c..6c62530c6 --date=short --no-merges --format='%ad %ae %s'
2018-07-30 marpan vp9: Add flatness metric to cyclic refresh setup.
2018-08-15 jianj svc: Force the quantizer to be same as that in encoder config.
2018-08-13 jianj vp9: fix memory alloc for adaptive_rd_thresh_row_mt.
2018-08-13 jingning Add vpxenc control to turn on/off tpl model
2018-07-06 jimbankoski Make Sharpness parameter affect visual sharpness
2018-08-13 jingning Fix potential encoder failure case in tpl model
2018-08-13 jianj vp9: Remove good mode and speed 0-4 from some datarate tests.
2018-08-12 marpan vp9-svc: Fixes for cyclic refresh for SVC.
2018-08-13 marpan vp9: Small refactor on overshoot detection, for cbr real-time.
2018-08-12 marpan vp9-svc: Unittest for screen mode with quality layers
2018-08-09 jianj vp9: don't release buffer for current frame.

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

Change-Id: I6f9a1f650dd513558587e0886a8b1788ee6cfea8
Reviewed-on: https://chromium-review.googlesource.com/1178309Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#583776}
parent 3abb8d69
......@@ -826,7 +826,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'b8642738c9851232c9bb1e1a22474953d3d367cf',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '6c62530c666fc0bcf4385a35a7c49e44c9f38cf5',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '01c1d1d76f139345c442bfc8e61b4e1cba809059',
......
......@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
Date: Saturday August 11 2018
Date: Thursday August 16 2018
Branch: master
Commit: b8642738c9851232c9bb1e1a22474953d3d367cf
Commit: 6c62530c666fc0bcf4385a35a7c49e44c9f38cf5
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 "815-gb8642738c"
#define VERSION_EXTRA "834-g6c62530c6"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.7.0-815-gb8642738c"
#define VERSION_STRING " v1.7.0-815-gb8642738c"
#define VERSION_STRING_NOSP "v1.7.0-834-g6c62530c6"
#define VERSION_STRING " v1.7.0-834-g6c62530c6"
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