Commit 1941afe3 authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 3f7e6cc02..87386826a (5 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/3f7e6cc02044..87386826a95f

$ git log 3f7e6cc02..87386826a --date=short --no-merges --format='%ad %ae %s'
2018-06-05 jianj vp9: Move up reset of cyclic refresh under dynamic resize.
2018-05-25 lu_zero force-inline the convolve functions
2018-06-01 jzern test,cosmetics: fix func/member naming, decl order
2018-06-01 jianj vp9-svc: Allow usage of second (long term) temporal reference.
2018-05-28 lu_zero Unbreak the force inline directive for gcc

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

Change-Id: I0cf5ac87ea7b6477a0fe18d1e4ebe371fc923e87
Reviewed-on: https://chromium-review.googlesource.com/1089192Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#564969}
parent f58a0ada
......@@ -784,7 +784,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '3f7e6cc020446ee29439f1cd7d3d5c39adaf64c0',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '87386826a95fda953162050a27f2506d8c1f3db5',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + 'af81f26025b7435fa9a14ad07c58b44cf9280430',
......
......@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
Date: Friday June 01 2018
Date: Tuesday June 05 2018
Branch: master
Commit: 3f7e6cc020446ee29439f1cd7d3d5c39adaf64c0
Commit: 87386826a95fda953162050a27f2506d8c1f3db5
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 "428-g3f7e6cc02"
#define VERSION_EXTRA "435-g87386826a"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.7.0-428-g3f7e6cc02"
#define VERSION_STRING " v1.7.0-428-g3f7e6cc02"
#define VERSION_STRING_NOSP "v1.7.0-435-g87386826a"
#define VERSION_STRING " v1.7.0-435-g87386826a"
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