Commit 26cbd380 authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 50d1a4aa7..7763c888e (12 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/50d1a4aa725f..7763c888e0c0

$ git log 50d1a4aa7..7763c888e --date=short --no-merges --format='%ad %ae %s'
2020-01-21 jianj vp9: fix control for delta qp for uv
2020-01-17 jzern add static_assert.h
2020-01-16 bpfoley Validate data used by vpx_codec_control...
2020-01-16 jianj vp9: add delta q for uv channel. add tests.
2020-01-13 chengchen Add comments to frame counts.
2020-01-10 jzern vp9_encoder.c,cosmetics: fix some typos
2020-01-10 jzern simple_encode*.cc: add missing copyright
2020-01-10 johannkoenig trivial: fix spelling errors
2020-01-09 jianj Fix test failure with --size-limit
2020-01-02 chengchen Copy frame counts to the encode result.
2020-01-07 courbet Avoid reloads in vp9_read_mode_info.
2019-12-18 wonkap Add text to clarify the unit of variables for target bitrate

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

Change-Id: Ia6da9c7fa7239908ea95025290b420af37e123c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014984Reviewed-by: default avatarJames Zern <jzern@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#734205}
parent bb2113da
...@@ -1186,7 +1186,7 @@ deps = { ...@@ -1186,7 +1186,7 @@ deps = {
}, },
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '50d1a4aa725fbc78ee89ffde5e83b4ee4fe4893e', Var('chromium_git') + '/webm/libvpx.git' + '@' + '7763c888e0c0a0c7b0a25746b11fdc3d53da4f70',
'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 December 19 2019 Date: Wednesday January 22 2020
Branch: master Branch: master
Commit: 50d1a4aa725fbc78ee89ffde5e83b4ee4fe4893e Commit: 7763c888e0c0a0c7b0a25746b11fdc3d53da4f70
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
......
...@@ -338,6 +338,7 @@ libvpx_srcs_x86 = [ ...@@ -338,6 +338,7 @@ libvpx_srcs_x86 = [
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h", "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
"//third_party/libvpx/source/libvpx/vpx_ports/static_assert.h",
"//third_party/libvpx/source/libvpx/vpx_ports/system_state.h", "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
...@@ -810,6 +811,7 @@ libvpx_srcs_x86_64 = [ ...@@ -810,6 +811,7 @@ libvpx_srcs_x86_64 = [
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h", "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
"//third_party/libvpx/source/libvpx/vpx_ports/static_assert.h",
"//third_party/libvpx/source/libvpx/vpx_ports/system_state.h", "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
...@@ -1268,6 +1270,7 @@ libvpx_srcs_arm = [ ...@@ -1268,6 +1270,7 @@ libvpx_srcs_arm = [
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h", "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
"//third_party/libvpx/source/libvpx/vpx_ports/static_assert.h",
"//third_party/libvpx/source/libvpx/vpx_ports/system_state.h", "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
...@@ -1667,6 +1670,7 @@ libvpx_srcs_arm_neon = [ ...@@ -1667,6 +1670,7 @@ libvpx_srcs_arm_neon = [
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h", "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
"//third_party/libvpx/source/libvpx/vpx_ports/static_assert.h",
"//third_party/libvpx/source/libvpx/vpx_ports/system_state.h", "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
...@@ -2033,6 +2037,7 @@ libvpx_srcs_arm_neon_cpu_detect = [ ...@@ -2033,6 +2037,7 @@ libvpx_srcs_arm_neon_cpu_detect = [
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h", "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
"//third_party/libvpx/source/libvpx/vpx_ports/static_assert.h",
"//third_party/libvpx/source/libvpx/vpx_ports/system_state.h", "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
...@@ -2508,6 +2513,7 @@ libvpx_srcs_arm64 = [ ...@@ -2508,6 +2513,7 @@ libvpx_srcs_arm64 = [
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h", "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
"//third_party/libvpx/source/libvpx/vpx_ports/static_assert.h",
"//third_party/libvpx/source/libvpx/vpx_ports/system_state.h", "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
...@@ -2923,6 +2929,7 @@ libvpx_srcs_arm_neon_highbd = [ ...@@ -2923,6 +2929,7 @@ libvpx_srcs_arm_neon_highbd = [
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h", "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
"//third_party/libvpx/source/libvpx/vpx_ports/static_assert.h",
"//third_party/libvpx/source/libvpx/vpx_ports/system_state.h", "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
...@@ -3361,6 +3368,7 @@ libvpx_srcs_arm64_highbd = [ ...@@ -3361,6 +3368,7 @@ libvpx_srcs_arm64_highbd = [
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h", "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
"//third_party/libvpx/source/libvpx/vpx_ports/static_assert.h",
"//third_party/libvpx/source/libvpx/vpx_ports/system_state.h", "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
...@@ -3698,6 +3706,7 @@ libvpx_srcs_mips = [ ...@@ -3698,6 +3706,7 @@ libvpx_srcs_mips = [
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h", "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
"//third_party/libvpx/source/libvpx/vpx_ports/static_assert.h",
"//third_party/libvpx/source/libvpx/vpx_ports/system_state.h", "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
...@@ -4034,6 +4043,7 @@ libvpx_srcs_nacl = [ ...@@ -4034,6 +4043,7 @@ libvpx_srcs_nacl = [
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h", "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
"//third_party/libvpx/source/libvpx/vpx_ports/static_assert.h",
"//third_party/libvpx/source/libvpx/vpx_ports/system_state.h", "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
...@@ -4370,6 +4380,7 @@ libvpx_srcs_generic = [ ...@@ -4370,6 +4380,7 @@ libvpx_srcs_generic = [
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h", "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
"//third_party/libvpx/source/libvpx/vpx_ports/static_assert.h",
"//third_party/libvpx/source/libvpx/vpx_ports/system_state.h", "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 8 #define VERSION_MINOR 8
#define VERSION_PATCH 2 #define VERSION_PATCH 2
#define VERSION_EXTRA "23-g50d1a4aa7" #define VERSION_EXTRA "44-g7763c888e"
#define VERSION_PACKED \ #define VERSION_PACKED \
((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH)) ((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.8.2-23-g50d1a4aa7" #define VERSION_STRING_NOSP "v1.8.2-44-g7763c888e"
#define VERSION_STRING " v1.8.2-23-g50d1a4aa7" #define VERSION_STRING " v1.8.2-44-g7763c888e"
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