Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidebeatrici <davidebeatrici@gmail.com>2017-07-04 21:53:13 +0300
committerdavidebeatrici <davidebeatrici@gmail.com>2017-07-04 21:53:13 +0300
commite4bcededd2693b5357c765dd054f796016a239c9 (patch)
tree20838e97e049837802f412557336c600d719879c /3rdparty
parent8029f3fe4a07418485479348d462ec95f7d3f9a5 (diff)
Update Opus to v1.2.1
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/opus-build/config.h4
-rw-r--r--3rdparty/opus-build/opus-build.pro7
m---------3rdparty/opus-src0
3 files changed, 5 insertions, 6 deletions
diff --git a/3rdparty/opus-build/config.h b/3rdparty/opus-build/config.h
index 6bf34a10d..889d7995e 100644
--- a/3rdparty/opus-build/config.h
+++ b/3rdparty/opus-build/config.h
@@ -93,7 +93,7 @@
#define PACKAGE_NAME "opus"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "opus 1.1.3"
+#define PACKAGE_STRING "opus 1.2.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "opus"
@@ -102,7 +102,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.1.3"
+#define PACKAGE_VERSION "1.2.1"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
diff --git a/3rdparty/opus-build/opus-build.pro b/3rdparty/opus-build/opus-build.pro
index 590df5762..cf9e0a246 100644
--- a/3rdparty/opus-build/opus-build.pro
+++ b/3rdparty/opus-build/opus-build.pro
@@ -119,7 +119,8 @@ CONFIG(opus-sse-sources) {
CONFIG(opus-sse2-sources) {
# celt_sources.mk: CELT_SOURCES_SSE2
SOURCES *= \
- celt/x86/pitch_sse2.c
+ celt/x86/pitch_sse2.c \
+ celt/x86/vq_sse2.c
}
CONFIG(opus-sse41-sources) {
@@ -207,6 +208,7 @@ silk/stereo_decode_pred.c \
silk/stereo_encode_pred.c \
silk/stereo_find_predictor.c \
silk/stereo_quant_pred.c \
+silk/LPC_fit.c \
silk/float/apply_sine_window_FLP.c \
silk/float/corrMatrix_FLP.c \
silk/float/encode_frame_FLP.c \
@@ -218,11 +220,9 @@ silk/float/LPC_analysis_filter_FLP.c \
silk/float/LTP_analysis_filter_FLP.c \
silk/float/LTP_scale_ctrl_FLP.c \
silk/float/noise_shape_analysis_FLP.c \
-silk/float/prefilter_FLP.c \
silk/float/process_gains_FLP.c \
silk/float/regularize_correlations_FLP.c \
silk/float/residual_energy_FLP.c \
-silk/float/solve_LS_FLP.c \
silk/float/warped_autocorrelation_FLP.c \
silk/float/wrappers_FLP.c \
silk/float/autocorrelation_FLP.c \
@@ -231,7 +231,6 @@ silk/float/bwexpander_FLP.c \
silk/float/energy_FLP.c \
silk/float/inner_product_FLP.c \
silk/float/k2a_FLP.c \
-silk/float/levinsondurbin_FLP.c \
silk/float/LPC_inv_pred_gain_FLP.c \
silk/float/pitch_analysis_core_FLP.c \
silk/float/scale_copy_vector_FLP.c \
diff --git a/3rdparty/opus-src b/3rdparty/opus-src
-Subproject fef2402db5c6dbac5921a41efc8e5ec0d959bec
+Subproject defbc370ec764d3d0dc43c45911e455b5e483b3