summaryrefslogtreecommitdiffstats
path: root/third_party/libvpx_new
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libvpx_new')
-rw-r--r--third_party/libvpx_new/README.chromium4
-rw-r--r--third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm64/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/generic/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/generic/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/ia32/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/x64/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/x64/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/mac/ia32/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/mac/ia32/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/mac/x64/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/mac/x64/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/nacl/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/nacl/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/vpx_version.h6
-rw-r--r--third_party/libvpx_new/source/config/win/ia32/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/win/ia32/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/win/x64/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/win/x64/vpx_config.h1
28 files changed, 31 insertions, 5 deletions
diff --git a/third_party/libvpx_new/README.chromium b/third_party/libvpx_new/README.chromium
index 0638319..2632cdf 100644
--- a/third_party/libvpx_new/README.chromium
+++ b/third_party/libvpx_new/README.chromium
@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
-Date: Thursday October 08 2015
+Date: Friday October 16 2015
Branch: master
-Commit: 66bf68697591047c46543ecdb72da61e1d3dd62a
+Commit: b44c5cf639d179eb5016a226fba06a16216f72a0
Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
diff --git a/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm b/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm
index 0bea45a..9623675 100644
--- a/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h b/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h
index b55e8f9..ab3e1c0 100644
--- a/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm b/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm
index 74b8242d..8b22374 100644
--- a/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h b/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h
index 5df5b08..439366f 100644
--- a/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/arm/vpx_config.asm b/third_party/libvpx_new/source/config/linux/arm/vpx_config.asm
index fd5a86f..431f819 100644
--- a/third_party/libvpx_new/source/config/linux/arm/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/arm/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/linux/arm/vpx_config.h b/third_party/libvpx_new/source/config/linux/arm/vpx_config.h
index f564c9d..708204e 100644
--- a/third_party/libvpx_new/source/config/linux/arm/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/arm/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm b/third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm
index 9d0f876..d7ef80a 100644
--- a/third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/linux/arm64/vpx_config.h b/third_party/libvpx_new/source/config/linux/arm64/vpx_config.h
index e1d0a8e..8ca180c 100644
--- a/third_party/libvpx_new/source/config/linux/arm64/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/arm64/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/generic/vpx_config.asm b/third_party/libvpx_new/source/config/linux/generic/vpx_config.asm
index 5cc055b..edf4085 100644
--- a/third_party/libvpx_new/source/config/linux/generic/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/generic/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/linux/generic/vpx_config.h b/third_party/libvpx_new/source/config/linux/generic/vpx_config.h
index 0dd6635..8cb07bd 100644
--- a/third_party/libvpx_new/source/config/linux/generic/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/generic/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm b/third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm
index cbb39f3..efed0c2 100644
--- a/third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm
@@ -84,5 +84,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_MISC_FIXES 0
+%define CONFIG_UNIVERSAL_HP 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/third_party/libvpx_new/source/config/linux/ia32/vpx_config.h b/third_party/libvpx_new/source/config/linux/ia32/vpx_config.h
index 20ce55f..f43e1ba 100644
--- a/third_party/libvpx_new/source/config/linux/ia32/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/ia32/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h b/third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h
index dcef6e2..63e80c2 100644
--- a/third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h b/third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h
index 33573ab..d98a962 100644
--- a/third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/x64/vpx_config.asm b/third_party/libvpx_new/source/config/linux/x64/vpx_config.asm
index adec456..5a2dd24 100644
--- a/third_party/libvpx_new/source/config/linux/x64/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/x64/vpx_config.asm
@@ -84,5 +84,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_MISC_FIXES 0
+%define CONFIG_UNIVERSAL_HP 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/third_party/libvpx_new/source/config/linux/x64/vpx_config.h b/third_party/libvpx_new/source/config/linux/x64/vpx_config.h
index 16c9aa5..10b7d23 100644
--- a/third_party/libvpx_new/source/config/linux/x64/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/x64/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/mac/ia32/vpx_config.asm b/third_party/libvpx_new/source/config/mac/ia32/vpx_config.asm
index cbb39f3..efed0c2 100644
--- a/third_party/libvpx_new/source/config/mac/ia32/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/mac/ia32/vpx_config.asm
@@ -84,5 +84,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_MISC_FIXES 0
+%define CONFIG_UNIVERSAL_HP 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/third_party/libvpx_new/source/config/mac/ia32/vpx_config.h b/third_party/libvpx_new/source/config/mac/ia32/vpx_config.h
index 20ce55f..f43e1ba 100644
--- a/third_party/libvpx_new/source/config/mac/ia32/vpx_config.h
+++ b/third_party/libvpx_new/source/config/mac/ia32/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/mac/x64/vpx_config.asm b/third_party/libvpx_new/source/config/mac/x64/vpx_config.asm
index adec456..5a2dd24 100644
--- a/third_party/libvpx_new/source/config/mac/x64/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/mac/x64/vpx_config.asm
@@ -84,5 +84,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_MISC_FIXES 0
+%define CONFIG_UNIVERSAL_HP 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/third_party/libvpx_new/source/config/mac/x64/vpx_config.h b/third_party/libvpx_new/source/config/mac/x64/vpx_config.h
index 16c9aa5..10b7d23 100644
--- a/third_party/libvpx_new/source/config/mac/x64/vpx_config.h
+++ b/third_party/libvpx_new/source/config/mac/x64/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/nacl/vpx_config.asm b/third_party/libvpx_new/source/config/nacl/vpx_config.asm
index 5cc055b..edf4085 100644
--- a/third_party/libvpx_new/source/config/nacl/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/nacl/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/nacl/vpx_config.h b/third_party/libvpx_new/source/config/nacl/vpx_config.h
index 0dd6635..8cb07bd 100644
--- a/third_party/libvpx_new/source/config/nacl/vpx_config.h
+++ b/third_party/libvpx_new/source/config/nacl/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/vpx_version.h b/third_party/libvpx_new/source/config/vpx_version.h
index e404b69..424d884 100644
--- a/third_party/libvpx_new/source/config/vpx_version.h
+++ b/third_party/libvpx_new/source/config/vpx_version.h
@@ -1,7 +1,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 4
#define VERSION_PATCH 0
-#define VERSION_EXTRA "1499-g66bf686"
+#define VERSION_EXTRA "1537-gb44c5cf"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
-#define VERSION_STRING_NOSP "v1.4.0-1499-g66bf686"
-#define VERSION_STRING " v1.4.0-1499-g66bf686"
+#define VERSION_STRING_NOSP "v1.4.0-1537-gb44c5cf"
+#define VERSION_STRING " v1.4.0-1537-gb44c5cf"
diff --git a/third_party/libvpx_new/source/config/win/ia32/vpx_config.asm b/third_party/libvpx_new/source/config/win/ia32/vpx_config.asm
index d3726bf..3c6b453 100644
--- a/third_party/libvpx_new/source/config/win/ia32/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/win/ia32/vpx_config.asm
@@ -84,5 +84,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_MISC_FIXES 0
+%define CONFIG_UNIVERSAL_HP 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/third_party/libvpx_new/source/config/win/ia32/vpx_config.h b/third_party/libvpx_new/source/config/win/ia32/vpx_config.h
index ca97e638..9c27866 100644
--- a/third_party/libvpx_new/source/config/win/ia32/vpx_config.h
+++ b/third_party/libvpx_new/source/config/win/ia32/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/win/x64/vpx_config.asm b/third_party/libvpx_new/source/config/win/x64/vpx_config.asm
index eaa9fe7..60b9e7b 100644
--- a/third_party/libvpx_new/source/config/win/x64/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/win/x64/vpx_config.asm
@@ -84,5 +84,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_MISC_FIXES 0
+%define CONFIG_UNIVERSAL_HP 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/third_party/libvpx_new/source/config/win/x64/vpx_config.h b/third_party/libvpx_new/source/config/win/x64/vpx_config.h
index 2c51a1b..3ab7ce4 100644
--- a/third_party/libvpx_new/source/config/win/x64/vpx_config.h
+++ b/third_party/libvpx_new/source/config/win/x64/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */