opus/libcelt
Gregory Maxwell d6335abedc Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses.
The object code is unchanged (except ectest). Also reenables -Wparentheses, -Wsign-compare,
and the MSVC warnings.
2011-08-30 20:16:23 -04:00
..
tests Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses. 2011-08-30 20:16:23 -04:00
_kiss_fft_guts.h Respect the ANSI C89 maximum line length. 2011-08-15 12:35:10 -04:00
arch.h Fix up various mixed unsigned/signed comparisons. 2011-08-30 20:14:09 -04:00
bands.c Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses. 2011-08-30 20:16:23 -04:00
bands.h Avoid passing 'resynth' argument since resynth is either !encode 2011-08-15 16:05:40 -04:00
c64_fft.c Correct many whitespace errors under libcelt/ and remove 2011-07-30 21:54:59 -04:00
c64_fft.h Correct many whitespace errors under libcelt/ and remove 2011-07-30 21:54:59 -04:00
celt.c Adds many syntactically unnecessary casts to silence MSVC C4244; fix an MDCT encoder reset bug. 2011-08-30 17:08:49 -04:00
celt.h Including redundant frames in the final range coder state 2011-08-19 16:21:42 -04:00
cwrs.c Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses. 2011-08-30 20:16:23 -04:00
cwrs.h Adds a fuzzing mode that causes the encoder to make random decisions 2011-08-11 16:48:05 -04:00
dump_modes.c Make dump_modes.c include the arguments in the output. 2011-08-15 13:03:25 -04:00
ecintrin.h Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses. 2011-08-30 20:16:23 -04:00
entcode.c Adds many syntactically unnecessary parentheses to silence MSVC C4554. 2011-08-30 14:08:25 -04:00
entcode.h Remove many unused defines and convert some double constants to float. 2011-08-01 20:41:54 -04:00
entdec.c Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses. 2011-08-30 20:16:23 -04:00
entdec.h Remove many unused defines and convert some double constants to float. 2011-08-01 20:41:54 -04:00
entenc.c Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses. 2011-08-30 20:16:23 -04:00
entenc.h Remove many unused defines and convert some double constants to float. 2011-08-01 20:41:54 -04:00
fixed_c5x.h Remove many unused defines and convert some double constants to float. 2011-08-01 20:41:54 -04:00
fixed_c6x.h Remove many unused defines and convert some double constants to float. 2011-08-01 20:41:54 -04:00
fixed_debug.h Remove many unused defines and convert some double constants to float. 2011-08-01 20:41:54 -04:00
fixed_generic.h Remove many unused defines and convert some double constants to float. 2011-08-01 20:41:54 -04:00
float_cast.h Adds a floating-point API to Opus 2011-08-17 15:53:37 -04:00
kiss_fft.c Fix up various mixed unsigned/signed comparisons. 2011-08-30 20:14:09 -04:00
kiss_fft.h Wrapping all allocation within opus_alloc() and opus_free() 2011-08-29 15:08:51 -04:00
laplace.c Fix up various mixed unsigned/signed comparisons. 2011-08-30 20:14:09 -04:00
laplace.h Fix up various mixed unsigned/signed comparisons. 2011-08-30 20:14:09 -04:00
libcelt.vcxproj Squashed commit of the following: 2011-05-19 17:17:44 -04:00
libcelt.vcxproj.filters Squashed commit of the following: 2011-05-19 17:17:44 -04:00
Makefile.am removes tandem test 2011-08-05 11:05:47 -04:00
match-test.sh Squashed commit of the following: 2011-05-02 10:01:10 -04:00
mathops.c Adds many syntactically unnecessary parentheses to silence MSVC C4554. 2011-08-30 14:08:25 -04:00
mathops.h Fix up various mixed unsigned/signed comparisons. 2011-08-30 20:14:09 -04:00
mdct.c Wrapping all allocation within opus_alloc() and opus_free() 2011-08-29 15:08:51 -04:00
mdct.h Fixes an encoder bugg when requesting a CBR rate over the allowable limit 2011-08-15 14:08:57 -04:00
mfrngcod.h Adds many syntactically unnecessary parentheses to silence MSVC C4554. 2011-08-30 14:08:25 -04:00
modes.c Wrapping all allocation within opus_alloc() and opus_free() 2011-08-29 15:08:51 -04:00
modes.h Adds a floating-point API to Opus 2011-08-17 15:53:37 -04:00
opus_types.h Remove many unused defines and convert some double constants to float. 2011-08-01 20:41:54 -04:00
os_support.h Using OPUS_ macros for <string.h> operations 2011-08-30 12:39:51 -04:00
pitch.c Fix varrious splint warnings, C89 compatibility, and compilation with the 2011-08-01 23:07:13 -04:00
pitch.h Remove many unused defines and convert some double constants to float. 2011-08-01 20:41:54 -04:00
plc.c Remove many unused defines and convert some double constants to float. 2011-08-01 20:41:54 -04:00
plc.h Remove many unused defines and convert some double constants to float. 2011-08-01 20:41:54 -04:00
quant_bands.c Fix up various mixed unsigned/signed comparisons. 2011-08-30 20:14:09 -04:00
quant_bands.h Correct many whitespace errors under libcelt/ and remove 2011-07-30 21:54:59 -04:00
rate.c Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses. 2011-08-30 20:16:23 -04:00
rate.h Remove many unused defines and convert some double constants to float. 2011-08-01 20:41:54 -04:00
stack_alloc.h Wrapping all allocation within opus_alloc() and opus_free() 2011-08-29 15:08:51 -04:00
static_modes_fixed.h Make dump_modes.c include the arguments in the output. 2011-08-15 13:03:25 -04:00
static_modes_float.h Make dump_modes.c include the arguments in the output. 2011-08-15 13:03:25 -04:00
testcelt.c Correct many whitespace errors under libcelt/ and remove 2011-07-30 21:54:59 -04:00
vq.c Adds many syntactically unnecessary casts to silence MSVC C4244; fix an MDCT encoder reset bug. 2011-08-30 17:08:49 -04:00
vq.h Avoid passing 'resynth' argument since resynth is either !encode 2011-08-15 16:05:40 -04:00