Commit 672d4a51 authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ dbcb89be2..5de95cb09 (9 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/dbcb89be244e..5de95cb09ff6

$ git log dbcb89be2..5de95cb09 --date=short --no-merges --format='%ad %ae %s'
2018-08-27 jingning Rework enc/dec mismatch detection
2018-08-27 jianj vp9: Fix ref frame update in denoiser in bypass mode.
2018-08-27 marpan vp9-svc: Change default pattern for bypass mode
2018-08-23 huisu Revert "Prevent double application of min rate in two pass."
2018-08-22 jingning Sync prev_frame/last_show_frame update with decoder
2018-08-22 jingning Skip update prev_mi frame in show_existing_frame mode
2018-08-22 jingning Refactor encoder frame count update
2018-08-21 huisu Rework the ref_frame_skip_mask feature in RDO
2018-08-10 jianj SVC: extend api to specify temporal id for each spatial layers.

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

Change-Id: Iba79bbb9ab8a281bf4c586a189369fb886112512
Reviewed-on: https://chromium-review.googlesource.com/1195706Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#587263}
parent 3811c0a0
...@@ -842,7 +842,7 @@ deps = { ...@@ -842,7 +842,7 @@ deps = {
}, },
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'dbcb89be244e03074ee80e7bc6d5c22e6fc5dd79', Var('chromium_git') + '/webm/libvpx.git' + '@' + '5de95cb09ff683dd14bc1f170ac0e9b89ab830dd',
'src/third_party/libwebm/source': 'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '01c1d1d76f139345c442bfc8e61b4e1cba809059', Var('chromium_git') + '/webm/libwebm.git' + '@' + '01c1d1d76f139345c442bfc8e61b4e1cba809059',
......
...@@ -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: Wednesday August 22 2018 Date: Tuesday August 28 2018
Branch: master Branch: master
Commit: dbcb89be244e03074ee80e7bc6d5c22e6fc5dd79 Commit: 5de95cb09ff683dd14bc1f170ac0e9b89ab830dd
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 "881-gdbcb89be2" #define VERSION_EXTRA "897-g5de95cb09"
#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-881-gdbcb89be2" #define VERSION_STRING_NOSP "v1.7.0-897-g5de95cb09"
#define VERSION_STRING " v1.7.0-881-gdbcb89be2" #define VERSION_STRING " v1.7.0-897-g5de95cb09"
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