Jean-Marc Valin d51c325062 Makes analysis run at 24 kHz, with 20-ms frames 8 anni fa
..
arm 1a94b2b879 Fix RTCD on ARM with Neon Intrinsics but not ASM. 8 anni fa
dump_modes db7a0d6626 Fix dump_modes output for fixed-point NE10. 9 anni fa
mips c232f65b9f Adds "arch" argument to MIPS MDCT 9 anni fa
tests 76674feae2 SSE2 implementation of the PVQ search 8 anni fa
x86 b7c7653941 Speeding up PVQ search by allocating even more pulses in the projection. 8 anni fa
_kiss_fft_guts.h 273906404c silencing overflows in MDCT and FFT 8 anni fa
arch.h d51c325062 Makes analysis run at 24 kHz, with 20-ms frames 8 anni fa
bands.c e5ad261695 Prevents ridiculously large gains from causing inf/NaNs in float decoder 8 anni fa
bands.h 18a380a7c2 Make it possible to ignore inverted phase stereo for downmix purposes 8 anni fa
celt.c e32cd2729e Avoids reading beyond the current buffer in comb_filter() 8 anni fa
celt.h d51c325062 Makes analysis run at 24 kHz, with 20-ms frames 8 anni fa
celt_decoder.c 18a380a7c2 Make it possible to ignore inverted phase stereo for downmix purposes 8 anni fa
celt_encoder.c 132ed59464 Removes OPUS_FRAMESIZE_VARIABLE 8 anni fa
celt_lpc.c a0bd7d3b84 fixes overflows in celt_iir() by doing proper saturation 8 anni fa
celt_lpc.h 43120f0075 Reorganize x86 SSE intrinsics code. 9 anni fa
cpu_support.h 5fa1952e99 Fix x86 build if we presume SSE4.1 (and earlier), but not AVX. 9 anni fa
cwrs.c 58dbcf23f3 Update URLs 8 anni fa
cwrs.h 6218cba258 Making decode_pulses() compute the L2-norm on the fly 11 anni fa
ecintrin.h 7830cf1bd2 Replace "inline" with OPUS_INLINE. 11 anni fa
entcode.c 5123175017 Speeding up ec_tell_frac() 11 anni fa
entcode.h d9fb8a6651 Optimizing divisions with a signed numerator 11 anni fa
entdec.c ec5d01cbe4 Using a table on ARM for unsigned division by small (<=256) integers. 11 anni fa
entdec.h cb05e7cd96 s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 12 anni fa
entenc.c c95c9a048f Cisco optimization for x86 & fixed point 10 anni fa
entenc.h cb05e7cd96 s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 12 anni fa
fixed_c5x.h 7830cf1bd2 Replace "inline" with OPUS_INLINE. 11 anni fa
fixed_c6x.h b7bd4c20ac celt_maxabs16() now returns an opus_val32 to avoid problems with -32768 11 anni fa
fixed_debug.h a0bd7d3b84 fixes overflows in celt_iir() by doing proper saturation 8 anni fa
fixed_generic.h a0bd7d3b84 fixes overflows in celt_iir() by doing proper saturation 8 anni fa
float_cast.h cd159fd1ec Making gcc use SSE directly for float->int conversion when available 8 anni fa
kiss_fft.c 273906404c silencing overflows in MDCT and FFT 8 anni fa
kiss_fft.h ba8713ccb5 armv7: Optimize fixed point FFT using NE10 library 9 anni fa
laplace.c ab5a049705 Merge commit '390c89225d' 12 anni fa
laplace.h cb05e7cd96 s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 12 anni fa
mathops.c b66080a879 Fixes minor code quality issues in CELT 8 anni fa
mathops.h 7f3fb20185 Fixes problem with M_PI 8 anni fa
mdct.c 1a37d4e15c Saturate MDCT output post-TDAC rather than pre- 8 anni fa
mdct.h bae854501f armv7: Enable NE10's fixed-point FFT for the MDCT 9 anni fa
mfrngcod.h cb05e7cd96 s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 12 anni fa
modes.c f48abe8308 armv7(float): Optimize encode usecase using NE10 library 9 anni fa
modes.h e1f846208e Minor cleanup -- nothing to see here 11 anni fa
opus_custom_demo.c ab5a049705 Merge commit '390c89225d' 12 anni fa
os_support.h dacfd28e9a os_support: fix misleading comments 10 anni fa
pitch.c b66080a879 Fixes minor code quality issues in CELT 8 anni fa
pitch.h e6ac9fa993 Move ARM-specific macro overrides to arm-specific file. 8 anni fa
quant_bands.c 76596ad93a Fixes comment 8 anni fa
quant_bands.h b08c4ca3f5 Surround: Better LFE handling 11 anni fa
rate.c 92282c1ae4 Improves CELT bit allocation at very low bitrates 8 anni fa
rate.h 68a0e046a2 Renamed MAX_PULSES to SILK_MAX_PULSES and CELT_MAX_PULSES 9 anni fa
stack_alloc.h e775090427 pseudostack instrumentation (off by default) 11 anni fa
static_modes_fixed.h ba8713ccb5 armv7: Optimize fixed point FFT using NE10 library 9 anni fa
static_modes_fixed_arm_ne10.h db7a0d6626 Fix dump_modes output for fixed-point NE10. 9 anni fa
static_modes_float.h f48abe8308 armv7(float): Optimize encode usecase using NE10 library 9 anni fa
static_modes_float_arm_ne10.h db7a0d6626 Fix dump_modes output for fixed-point NE10. 9 anni fa
vq.c 18335e8e4d Removed a float operation that sneaked in in the fixed-point code 8 anni fa
vq.h 76674feae2 SSE2 implementation of the PVQ search 8 anni fa