Commit cf08d8da authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 753fd86e8..96e1c6b7c (31 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/753fd86e86ac..96e1c6b7ce91

$ git log 753fd86e8..96e1c6b7c --date=short --no-merges --format='%ad %ae %s'
2018-09-08 jzern fix vp9_svc_adjust_frame_rate signature
2018-09-07 jingning Fork auto-alt-ref control
2018-09-07 jingning Extend auto-alt-ref parameter range
2018-09-06 jingning Add NORMAL_BOOST macro
2018-09-05 huisu Initialize the best partition before partition RDO
2018-09-05 angiebird Add non-greedy-mv experimental flag
2018-08-29 marpan vp9-svc: Allow for setting framerate per spatial layer.
2018-08-31 jingning Adaptive ARF factor decision
2018-08-29 jingning Recursive rate allocation for multi-layer ARF coding
2018-08-28 jingning Enable adaptive rate allocation for multi-layer ARFs
2018-09-04 huisu Move partition search ML models to a seperate file
2018-09-04 marpan vp9-svc: Fix to first_spatial_to_encode for pattern constraint.
2018-08-28 jingning Increase encoder buffer for multi-layer ARFs
2018-08-28 jingning Structure the multi-layer ARF locations
2018-09-03 paulwilkins Fix short first kf bug.
2018-08-27 jingning Assign target bits for multi-layer ARF system
2018-09-03 marpan vp9-svc: Add bypass flag to constrain inter_layer.
2018-09-03 paulwilkins Revert "Revert "Prevent double application of min rate in two pass.""
2018-09-02 marpan vp9-svc: Fix condition for pattern constraints
2018-08-27 jingning Properly update the raw_src_frame for psnr calculation
(...)

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

Change-Id: I4abe9809e979c2c929ea41532f5ceb49daa9e5cb
Reviewed-on: https://chromium-review.googlesource.com/1219894Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#590477}
parent 02564469
......@@ -842,7 +842,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '753fd86e86ac727dccac88376260b8f54502f2a3',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '96e1c6b7ce910ed4b7c79069a9d55307bd6dd257',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '01c1d1d76f139345c442bfc8e61b4e1cba809059',
......
......@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
Date: Thursday August 30 2018
Date: Saturday September 08 2018
Branch: master
Commit: 753fd86e86ac727dccac88376260b8f54502f2a3
Commit: 96e1c6b7ce910ed4b7c79069a9d55307bd6dd257
Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
......
......@@ -234,6 +234,7 @@ libvpx_srcs_x86 = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_multi_thread.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_partition_models.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_pickmode.c",
......@@ -707,6 +708,7 @@ libvpx_srcs_x86_64 = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_multi_thread.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_partition_models.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_pickmode.c",
......@@ -1181,6 +1183,7 @@ libvpx_srcs_arm = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_multi_thread.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_partition_models.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_pickmode.c",
......@@ -1550,6 +1553,7 @@ libvpx_srcs_arm_neon = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_multi_thread.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_partition_models.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_pickmode.c",
......@@ -1945,6 +1949,7 @@ libvpx_srcs_arm_neon_cpu_detect = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_multi_thread.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_partition_models.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_pickmode.c",
......@@ -2395,6 +2400,7 @@ libvpx_srcs_arm64 = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_multi_thread.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_partition_models.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_pickmode.c",
......@@ -2773,6 +2779,7 @@ libvpx_srcs_mips = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_multi_thread.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_partition_models.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_pickmode.c",
......@@ -3112,6 +3119,7 @@ libvpx_srcs_nacl = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_multi_thread.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_partition_models.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_pickmode.c",
......@@ -3450,6 +3458,7 @@ libvpx_srcs_generic = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_multi_thread.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_partition_models.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.h",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_pickmode.c",
......
......@@ -88,5 +88,6 @@
.set CONFIG_ALWAYS_ADJUST_BPM , 0
.set CONFIG_FP_MB_STATS , 0
.set CONFIG_EMULATE_HARDWARE , 0
.set CONFIG_NON_GREEDY_MV , 0
.set DECODE_WIDTH_LIMIT , 16384
.set DECODE_HEIGHT_LIMIT , 16384
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -88,5 +88,6 @@
.set CONFIG_ALWAYS_ADJUST_BPM , 0
.set CONFIG_FP_MB_STATS , 0
.set CONFIG_EMULATE_HARDWARE , 0
.set CONFIG_NON_GREEDY_MV , 0
.set DECODE_WIDTH_LIMIT , 16384
.set DECODE_HEIGHT_LIMIT , 16384
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -85,6 +85,7 @@
.equ CONFIG_ALWAYS_ADJUST_BPM , 0
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_NON_GREEDY_MV , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -85,6 +85,7 @@
.equ CONFIG_ALWAYS_ADJUST_BPM , 0
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_NON_GREEDY_MV , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -85,6 +85,7 @@
.equ CONFIG_ALWAYS_ADJUST_BPM , 0
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_NON_GREEDY_MV , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -85,6 +85,7 @@
.equ CONFIG_ALWAYS_ADJUST_BPM , 0
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_NON_GREEDY_MV , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -85,6 +85,7 @@
.equ CONFIG_ALWAYS_ADJUST_BPM , 0
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_NON_GREEDY_MV , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -81,5 +81,6 @@
%define CONFIG_ALWAYS_ADJUST_BPM 0
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -81,5 +81,6 @@
%define CONFIG_ALWAYS_ADJUST_BPM 0
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -81,5 +81,6 @@
%define CONFIG_ALWAYS_ADJUST_BPM 0
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -81,5 +81,6 @@
%define CONFIG_ALWAYS_ADJUST_BPM 0
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -2,7 +2,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 7
#define VERSION_PATCH 0
#define VERSION_EXTRA "902-g753fd86e8"
#define VERSION_EXTRA "958-g96e1c6b7c"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.7.0-902-g753fd86e8"
#define VERSION_STRING " v1.7.0-902-g753fd86e8"
#define VERSION_STRING_NOSP "v1.7.0-958-g96e1c6b7c"
#define VERSION_STRING " v1.7.0-958-g96e1c6b7c"
......@@ -81,5 +81,6 @@
%define CONFIG_ALWAYS_ADJUST_BPM 0
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -81,5 +81,6 @@
%define CONFIG_ALWAYS_ADJUST_BPM 0
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
......@@ -93,6 +93,7 @@
#define CONFIG_ALWAYS_ADJUST_BPM 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
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