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
[email protected]
Change-Id: I6f9a1f650dd513558587e0886a8b1788ee6cfea8
Reviewed-on: https://chromium-review.googlesource.com/1178309
Reviewed-by: Johann Koenig <[email protected]>
Commit-Queue: Jerome Jiang <[email protected]>
Cr-Commit-Position: refs/heads/master@{#583776}
diff --git a/DEPS b/DEPS
index 40e14f4..3a0d73f7 100644
--- a/DEPS
+++ b/DEPS
@@ -826,7 +826,7 @@
},
'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',
diff --git a/third_party/libvpx/README.chromium b/third_party/libvpx/README.chromium
index 55aa33fa..90bdcb4e 100644
--- a/third_party/libvpx/README.chromium
+++ b/third_party/libvpx/README.chromium
@@ -5,9 +5,9 @@
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
diff --git a/third_party/libvpx/source/config/vpx_version.h b/third_party/libvpx/source/config/vpx_version.h
index fa1a818..d8f4d31 100644
--- a/third_party/libvpx/source/config/vpx_version.h
+++ b/third_party/libvpx/source/config/vpx_version.h
@@ -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"