Commit 1f9b89ff authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 9b73e21c0..b8549ed88 (75 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/9b73e21c0df8..b8549ed88953

$ git log 9b73e21c0..b8549ed88 --date=short --no-merges --format='%ad %ae %s'
2019-11-22 angiebird Make GetCodingFrameNum const function
2019-11-22 angiebird Add missing includes to simple_encode.h
2019-11-21 angiebird Correct typo in simple_encode.h
2019-11-21 angiebird Cosmetic change of GetBitrateInKbps
2019-11-25 johannkoenig fix __has_attribute in visual studio
2019-11-20 vitalybuka Disable -ftrivial-auto-var-init= for hot code
2019-11-15 vitalybuka Disable -ftrivial-auto-var-init= for hot code
2019-11-20 angiebird Change vp9_get_encoder_config.
2019-11-20 angiebird Add trailing underscore to members of SimpleEncode
2019-11-20 angiebird Rename impl by EncodeImpl
(...)
2019-10-25 angiebird Make [min/max]_gf_interval static under rate_ctrl
2019-10-24 angiebird Add rate_ctrl flag
2019-10-29 johannkoenig always use lf for shell scripts
2019-10-29 johannkoenig remove .gitattributes
2019-10-29 johannkoenig remove .gitattributes filters
2019-10-29 johannkoenig support visual studio 2019 (vs16)
2019-10-29 johannkoenig remove old visual studio remnants
2019-10-23 angiebird Add get_arf_layers()
2019-10-23 angiebird Use RANGE in get_gop_coding_frame_num
2019-10-23 angiebird Add get_gf_interval_active_range()

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

Bug: 1020220
Change-Id: I1549581f59fef928bf02fca77bcd542eb77475aa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937135Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#719412}
parent 4acb3251
......@@ -1182,7 +1182,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '9b73e21c0df8e13259bc9af461a65229d57aeb49',
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'b8549ed8895303019730da9e7ffa7945d3ac4d0d',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1',
......
......@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
Date: Friday October 25 2019
Date: Tuesday November 26 2019
Branch: master
Commit: 9b73e21c0df8e13259bc9af461a65229d57aeb49
Commit: b8549ed8895303019730da9e7ffa7945d3ac4d0d
Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
......
......@@ -254,8 +254,10 @@ libvpx_srcs_x86 = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.h",
"//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h",
"//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c",
......@@ -724,8 +726,10 @@ libvpx_srcs_x86_64 = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.h",
"//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h",
"//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c",
......@@ -1197,8 +1201,10 @@ libvpx_srcs_arm = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.h",
"//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h",
"//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c",
......@@ -1560,8 +1566,10 @@ libvpx_srcs_arm_neon = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.h",
"//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h",
"//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c",
......@@ -1952,8 +1960,10 @@ libvpx_srcs_arm_neon_cpu_detect = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.h",
"//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h",
"//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c",
......@@ -2393,8 +2403,10 @@ libvpx_srcs_arm64 = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.h",
"//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h",
"//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c",
......@@ -2796,8 +2808,10 @@ libvpx_srcs_arm_neon_highbd = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.h",
"//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h",
"//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c",
......@@ -3228,8 +3242,10 @@ libvpx_srcs_arm64_highbd = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.h",
"//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h",
"//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c",
......@@ -3616,8 +3632,10 @@ libvpx_srcs_mips = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.h",
"//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h",
"//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c",
......@@ -3951,8 +3969,10 @@ libvpx_srcs_nacl = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.h",
"//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h",
"//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c",
......@@ -4285,8 +4305,10 @@ libvpx_srcs_generic = [
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c",
"//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.h",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.c",
"//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.h",
"//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h",
"//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c",
......
......@@ -93,5 +93,6 @@
.set CONFIG_FP_MB_STATS , 0
.set CONFIG_EMULATE_HARDWARE , 0
.set CONFIG_NON_GREEDY_MV , 0
.set CONFIG_RATE_CTRL , 0
.set DECODE_WIDTH_LIMIT , 16384
.set DECODE_HEIGHT_LIMIT , 16384
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -93,5 +93,6 @@
.set CONFIG_FP_MB_STATS , 0
.set CONFIG_EMULATE_HARDWARE , 0
.set CONFIG_NON_GREEDY_MV , 0
.set CONFIG_RATE_CTRL , 0
.set DECODE_WIDTH_LIMIT , 16384
.set DECODE_HEIGHT_LIMIT , 16384
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -92,6 +92,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_NON_GREEDY_MV , 0
.equ CONFIG_RATE_CTRL , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -92,6 +92,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_NON_GREEDY_MV , 0
.equ CONFIG_RATE_CTRL , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -92,6 +92,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_NON_GREEDY_MV , 0
.equ CONFIG_RATE_CTRL , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -92,6 +92,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_NON_GREEDY_MV , 0
.equ CONFIG_RATE_CTRL , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -92,6 +92,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_NON_GREEDY_MV , 0
.equ CONFIG_RATE_CTRL , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -92,6 +92,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_NON_GREEDY_MV , 0
.equ CONFIG_RATE_CTRL , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -92,6 +92,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_NON_GREEDY_MV , 0
.equ CONFIG_RATE_CTRL , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -89,5 +89,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
%define CONFIG_RATE_CTRL 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -89,5 +89,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
%define CONFIG_RATE_CTRL 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -89,5 +89,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
%define CONFIG_RATE_CTRL 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -89,5 +89,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
%define CONFIG_RATE_CTRL 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 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 8
#define VERSION_PATCH 1
#define VERSION_EXTRA "208-g9b73e21c0d"
#define VERSION_EXTRA "296-gb8549ed889"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.8.1-208-g9b73e21c0d"
#define VERSION_STRING " v1.8.1-208-g9b73e21c0d"
#define VERSION_STRING_NOSP "v1.8.1-296-gb8549ed889"
#define VERSION_STRING " v1.8.1-296-gb8549ed889"
......@@ -93,5 +93,6 @@
.set CONFIG_FP_MB_STATS , 0
.set CONFIG_EMULATE_HARDWARE , 0
.set CONFIG_NON_GREEDY_MV , 0
.set CONFIG_RATE_CTRL , 0
.set DECODE_WIDTH_LIMIT , 16384
.set DECODE_HEIGHT_LIMIT , 16384
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -89,5 +89,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
%define CONFIG_RATE_CTRL 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
......@@ -89,5 +89,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
%define CONFIG_RATE_CTRL 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
......@@ -101,6 +101,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 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