opus/libcelt
Timothy B. Terriberry 0fd8d675f8 Improve encoder bust test from 5f089d22.
Change the constants so simply ORing the raw bits into the range
 coder data won't pass the test.
2011-09-07 01:42:10 -04:00
..
dump_modes Fix dump_modes for the api change and move it into a subdirectory 2011-09-01 14:17:26 -04:00
tests Improve encoder bust test from 5f089d22. 2011-09-07 01:42:10 -04:00
_kiss_fft_guts.h Respect the ANSI C89 maximum line length. 2011-08-15 12:35:10 -04:00
arch.h Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -04:00
bands.c Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -04:00
bands.h Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -04:00
celt.c s/OPUS_CORRUPTED_DATA/OPUS_INVALID_PACKET/ 2011-09-06 14:30:19 -04:00
celt.h Renumbering the ctl() calls to make programming errors more obvious 2011-09-05 21:16:33 -04:00
cwrs.c Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -04:00
cwrs.h Adds a fuzzing mode that causes the encoder to make random decisions 2011-08-11 16:48:05 -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 Avoid left-shift by 32 on int32 in ectest. 2011-09-02 19:31:08 -04:00
entenc.h Avoid left-shift by 32 on int32 in ectest. 2011-09-02 19:31:08 -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 Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -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
mathops.c Adds many syntactically unnecessary parentheses to silence MSVC C4554. 2011-08-30 14:08:25 -04:00
mathops.h Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -04:00
mdct.c Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -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 Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -04:00
modes.h Renumbering the ctl() calls to make programming errors more obvious 2011-09-05 21:16:33 -04:00
opus_custom.h Completing the OpusCustom rename 2011-09-05 20:53:33 -04:00
opus_defines.h s/OPUS_CORRUPTED_DATA/OPUS_INVALID_PACKET/ 2011-09-06 14:30:19 -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 Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -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 Renamed some funciton that were likely to clash with other (non-Opus) code 2011-09-01 13:40:39 -04:00
plc.h Renamed some funciton that were likely to clash with other (non-Opus) code 2011-09-01 13:40:39 -04:00
quant_bands.c Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -04:00
quant_bands.h Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -04:00
rate.c Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses. 2011-08-30 20:16:23 -04:00
rate.h Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -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
test_opus_custom.c Corrects many places where int was used where opus_int32 was needed. 2011-09-02 12:16:22 -04:00
vq.c Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -04:00
vq.h Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -04:00