Commit 59952f4f authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 36133b04c..55f2e4a0a (17 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/36133b04c0d3..55f2e4a0a80d

$ git log 36133b04c..55f2e4a0a --date=short --no-merges --format='%ad %ae %s'
2020-02-18 marpan vp9-rtc: Increase partition threshold to 8x8 for high Q
2020-02-18 jianj Cap delta_q_uv to -15..15
2020-02-18 marpan vp9-rtc: Set enable_adaptive_subpel_force_stop to 0
2020-02-14 jzern vp8_decode: add missing vpx_clear_system_state
2020-02-14 jzern vp8,GetSigned: silence unsigned int overflow warning
2020-02-14 jzern move common attribute defs to compiler_attributes.h
2020-01-27 chengchen Add a unit test to check partition info
2020-02-10 chengchen Set mv to zero if the second ref does not exist
2020-02-10 angiebird Do save/restore_encode_params when rate_ctrl is on
2020-02-06 angiebird Replace NULL by nullptr in simple_encode.c/h
2020-02-06 angiebird Sync simple_encode.h
2020-02-06 angiebird Rename inverse_vpx_rational to invert_vpx_rational
2020-02-02 chengchen Consistency test for motion vector info
2020-02-02 chengchen Pass motion vector info to encode frame result
2020-02-03 angiebird Let SimpleEncode be able to output bitstream
2020-01-23 angiebird Add coded_frame to EncodeFrameResults
2020-01-27 chengchen Store frame motion vector info

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

Change-Id: Ia40bb8ec844923e9a5452ca45a5042d72c303b9c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063907Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#742765}
parent 9e6e7455
...@@ -1137,7 +1137,7 @@ deps = { ...@@ -1137,7 +1137,7 @@ deps = {
}, },
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '36133b04c0d3f82b16902de2ed57fe58d7c30990', Var('chromium_git') + '/webm/libvpx.git' + '@' + '55f2e4a0a80db143e1b6fd81c918c8920ec94fc0',
'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: Monday February 03 2020 Date: Wednesday February 19 2020
Branch: master Branch: master
Commit: 36133b04c0d3f82b16902de2ed57fe58d7c30990 Commit: 55f2e4a0a80db143e1b6fd81c918c8920ec94fc0
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
......
...@@ -333,6 +333,7 @@ libvpx_srcs_x86 = [ ...@@ -333,6 +333,7 @@ libvpx_srcs_x86 = [
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c", "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h", "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/bitops.h", "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/compiler_attributes.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
...@@ -806,6 +807,7 @@ libvpx_srcs_x86_64 = [ ...@@ -806,6 +807,7 @@ libvpx_srcs_x86_64 = [
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c", "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h", "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/bitops.h", "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/compiler_attributes.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
...@@ -1265,6 +1267,7 @@ libvpx_srcs_arm = [ ...@@ -1265,6 +1267,7 @@ libvpx_srcs_arm = [
"//third_party/libvpx/source/libvpx/vpx_ports/arm.h", "//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c", "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
"//third_party/libvpx/source/libvpx/vpx_ports/bitops.h", "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/compiler_attributes.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
...@@ -1665,6 +1668,7 @@ libvpx_srcs_arm_neon = [ ...@@ -1665,6 +1668,7 @@ libvpx_srcs_arm_neon = [
"//third_party/libvpx/source/libvpx/vpx_ports/arm.h", "//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c", "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
"//third_party/libvpx/source/libvpx/vpx_ports/bitops.h", "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/compiler_attributes.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
...@@ -2032,6 +2036,7 @@ libvpx_srcs_arm_neon_cpu_detect = [ ...@@ -2032,6 +2036,7 @@ libvpx_srcs_arm_neon_cpu_detect = [
"//third_party/libvpx/source/libvpx/vpx_ports/arm.h", "//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c", "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
"//third_party/libvpx/source/libvpx/vpx_ports/bitops.h", "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/compiler_attributes.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
...@@ -2508,6 +2513,7 @@ libvpx_srcs_arm64 = [ ...@@ -2508,6 +2513,7 @@ libvpx_srcs_arm64 = [
"//third_party/libvpx/source/libvpx/vpx_ports/arm.h", "//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c", "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
"//third_party/libvpx/source/libvpx/vpx_ports/bitops.h", "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/compiler_attributes.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
...@@ -2924,6 +2930,7 @@ libvpx_srcs_arm_neon_highbd = [ ...@@ -2924,6 +2930,7 @@ libvpx_srcs_arm_neon_highbd = [
"//third_party/libvpx/source/libvpx/vpx_ports/arm.h", "//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c", "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
"//third_party/libvpx/source/libvpx/vpx_ports/bitops.h", "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/compiler_attributes.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
...@@ -3363,6 +3370,7 @@ libvpx_srcs_arm64_highbd = [ ...@@ -3363,6 +3370,7 @@ libvpx_srcs_arm64_highbd = [
"//third_party/libvpx/source/libvpx/vpx_ports/arm.h", "//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c", "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
"//third_party/libvpx/source/libvpx/vpx_ports/bitops.h", "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/compiler_attributes.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
...@@ -3701,6 +3709,7 @@ libvpx_srcs_mips = [ ...@@ -3701,6 +3709,7 @@ libvpx_srcs_mips = [
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h", "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/asmdefs_mmi.h", "//third_party/libvpx/source/libvpx/vpx_ports/asmdefs_mmi.h",
"//third_party/libvpx/source/libvpx/vpx_ports/bitops.h", "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/compiler_attributes.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
...@@ -4038,6 +4047,7 @@ libvpx_srcs_nacl = [ ...@@ -4038,6 +4047,7 @@ libvpx_srcs_nacl = [
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c", "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h", "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/bitops.h", "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/compiler_attributes.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
...@@ -4375,6 +4385,7 @@ libvpx_srcs_generic = [ ...@@ -4375,6 +4385,7 @@ libvpx_srcs_generic = [
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c", "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h", "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/bitops.h", "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/compiler_attributes.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.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 "64-g36133b04c" #define VERSION_EXTRA "86-g55f2e4a0a"
#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-64-g36133b04c" #define VERSION_STRING_NOSP "v1.8.2-86-g55f2e4a0a"
#define VERSION_STRING " v1.8.2-64-g36133b04c" #define VERSION_STRING " v1.8.2-86-g55f2e4a0a"
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