Commit 4e3c23b4 authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 3b460db21..e4408a07b (11 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/3b460db214b5..e4408a07bea9

$ git log 3b460db21..e4408a07b --date=short --no-merges --format='%ad %ae %s'
2018-04-25 linfengz Update variance_test.cc
2018-04-27 marpan vp9-svc: Remove the memset on the svc fb_idx.
2018-04-25 jianj VP9 SVC: Add new level to constrain inter-layer pred.
2018-04-26 marpan vp9-svc: Remove unneeded call and init some parameters.
2018-04-26 huisu Respect MV limit in vp9_int_pro_motion_estimation()
2018-04-24 huisu Do one level less of transform search for large blocks
2018-04-23 marpan vp9-svc: Add GET control to get SVC pattern info.
2018-04-24 jianj Fix vp8_multi_resolution_encoder test failure.
2018-04-24 huisu Calculate transform size cost once per frame
2018-04-23 huisu Remove get_tx_probs2()
2018-04-23 huisu Add speed feture to control tx size search depth

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

BUG=webm:1526, webm:1527

Change-Id: I378c1da29d587a3edfa50f8fd984b0eb318ae765
Reviewed-on: https://chromium-review.googlesource.com/1035530Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#554864}
parent 3003717f
...@@ -747,7 +747,7 @@ deps = { ...@@ -747,7 +747,7 @@ deps = {
}, },
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '3b460db214b5bec07a3da6914a224d90c361ccac', Var('chromium_git') + '/webm/libvpx.git' + '@' + 'e4408a07bea94740f5fc1cd05e62aa2dda5f57ff',
'src/third_party/libwebm/source': 'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + 'af81f26025b7435fa9a14ad07c58b44cf9280430', Var('chromium_git') + '/webm/libwebm.git' + '@' + 'af81f26025b7435fa9a14ad07c58b44cf9280430',
......
...@@ -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: Thursday April 19 2018 Date: Saturday April 28 2018
Branch: master Branch: master
Commit: 3b460db214b5bec07a3da6914a224d90c361ccac Commit: e4408a07bea94740f5fc1cd05e62aa2dda5f57ff
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,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 7 #define VERSION_MINOR 7
#define VERSION_PATCH 0 #define VERSION_PATCH 0
#define VERSION_EXTRA "291-g3b460db21" #define VERSION_EXTRA "309-ge4408a07b"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.7.0-291-g3b460db21" #define VERSION_STRING_NOSP "v1.7.0-309-ge4408a07b"
#define VERSION_STRING " v1.7.0-291-g3b460db21" #define VERSION_STRING " v1.7.0-309-ge4408a07b"
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