opus/libcelt
Ralph Giles 858468ee42 Fix the 'distclean' target.
With subdir-objects, both the top-level makefile, and
libcelt/Makefile, which runs celt-specific unit tests,
were sharing libcelt/.deps for generated dependencies.

Each thought it owned the directory, and so would remove
the files it created in that directory, followed by the
directory itself. The second makefile would then fail to
because the files it created weren't there to remove,
blocking a successful 'make distcheck' with in runs
'make distclean' as part of its verification tests.

We can work around the problem by generating the makefile
for the tests in the actual test directory, so it doesn't
share autotools scratch space with the top level makefile.
2011-09-03 16:34:51 -07: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 Fix the 'distclean' target. 2011-09-03 16:34:51 -07: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 Corrects many places where int was used where opus_int32 was needed. 2011-09-02 12:16:22 -04:00
celt.h Corrects many places where int was used where opus_int32 was needed. 2011-09-02 12:16:22 -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 Sharing more macros between the Opus code and the CELT low-level code 2011-08-31 17:52:10 -04:00
opus_custom.h Only export the CELT calls when CUSTOM_MODES is defined 2011-09-01 15:22:37 -04:00
opus_defines.h Implements the OpusCustom modes (mostly) properly 2011-09-01 13:20:40 -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