Commit 2177239a authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 28cc5f364..bb9511684 (8 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/28cc5f3646ba..bb9511684f70

$ git log 28cc5f364..bb9511684 --date=short --no-merges --format='%ad %ae %s'
2019-06-14 harish.mahendrakar vpx_dec_fuzzer: Remove fmemopen dependency
2019-06-14 jianj Fix memory leak for vp8 multi-res encoder.
2019-06-13 johannkoenig ppc: disable vsx for small predictors
2019-06-12 harish.mahendrakar vpx_dec_fuzzer: Add -fsanitize=fuzzer-no-link
2019-04-09 deepa.kg Use previous ARF as GOLDEN frame for the next GOP
2019-06-10 johannkoenig sse: remove unused HAVE_SSE files
2019-06-10 johannkoenig ppc: disable vsx optimizations with hbd
2019-06-07 jzern update libwebm to libwebm-1.0.0.27-361-g81de00c

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

Change-Id: If04725adae027fef553690d39d5c75647fecc96e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662590Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#669880}
parent 24e07200
...@@ -1081,7 +1081,7 @@ deps = { ...@@ -1081,7 +1081,7 @@ deps = {
}, },
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '28cc5f3646bac9d01e583621f611303f738424f0', Var('chromium_git') + '/webm/libvpx.git' + '@' + 'bb9511684f70a735b3b909712666021e178c93e7',
'src/third_party/libwebm/source': 'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1', Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1',
......
...@@ -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 June 06 2019 Date: Saturday June 15 2019
Branch: master Branch: master
Commit: 28cc5f3646bac9d01e583621f611303f738424f0 Commit: bb9511684f70a735b3b909712666021e178c93e7
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 8 #define VERSION_MINOR 8
#define VERSION_PATCH 0 #define VERSION_PATCH 0
#define VERSION_EXTRA "538-g28cc5f3646" #define VERSION_EXTRA "551-gbb9511684f"
#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.8.0-538-g28cc5f3646" #define VERSION_STRING_NOSP "v1.8.0-551-gbb9511684f"
#define VERSION_STRING " v1.8.0-538-g28cc5f3646" #define VERSION_STRING " v1.8.0-551-gbb9511684f"
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