1 Commits (18a0f420269ff4c730422361c5c4d8eea096e900)

Author SHA1 Message Date
Diego Biurrun a6a750c7ef tests: Move all test programs to a subdirectory 9 years ago
Vittorio Giovara 3b73d5c942 fft-test: Use the float fabs() version 10 years ago
Olivier Langlois 6fdf35fe35 lavc: Use av_gettime_relative 10 years ago
Diego Biurrun 165e9df195 fft-test: Pass the right struct members instead of casting 10 years ago
Diego Biurrun 060e4a9e06 dct/rdft: Remove duplicate typedefs for context structs 10 years ago
Diego Biurrun d0de7330b9 fft-test: Pass correct struct members to (i)dct functions 10 years ago
Diego Biurrun 6133d65861 fft-test: K&R formatting cosmetics 10 years ago
Diego Biurrun c3c96deb5f fft-test: Check memory allocations 10 years ago
Diego Biurrun 7288b34585 fft-test: Drop unnecessary pointer indirection for context structs 10 years ago
Diego Biurrun d445c865f8 fft-test: Reduce variable scope where sensibly possible 10 years ago
Diego Biurrun 20ec0daaa1 fft-test: Make global exptab variable static 10 years ago
Diego Biurrun 5be7d8597d fft-test: Comment some #endifs 10 years ago
Diego Biurrun 57f1b1dcc7 fft-test: Drop unnecessary #ifdefs around header includes 10 years ago
Diego Biurrun 24f45c1622 fate: Add dependencies for dct/fft/mdct/rdft tests 11 years ago
Diego Biurrun 794fcf79a8 Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT 11 years ago
Anton Khirnov 834259528b fft-test: add a missing #include 11 years ago
Derek Buitenhuis 7177df90a0 fft-test: Remove possibility of returning restricted exit code 11 years ago
Ronald S. Bultje 667fb97a65 dct/fft-test: use a replacement getopt() if the system has none present. 13 years ago
Mans Rullgard 980f81d961 Use av_gettime() in various places 13 years ago
Mans Rullgard b6a6e90a7c fft-test: add option to set cpuflag mask 13 years ago
Diego Biurrun 9a5d6c23c5 tests/tools/examples: Replace direct exit() calls by return. 13 years ago
Diego Biurrun f3876ea485 Move some variable declarations below the proper #ifdefs. 14 years ago
Mans Rullgard 6efe6028ed Fixed-point support in fft-test 14 years ago
Mans Rullgard 0aded9484d Move dct and rdft definitions to separate files 14 years ago
Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Måns Rullgård ead7ef8251 fft-test: format error output more readably 14 years ago
Måns Rullgård 85fbad4555 fft-test: free buffers before exiting 14 years ago
Måns Rullgård a79e921ee6 fft-test: exit with non-zero status if test failed 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Vitor Sessak c99baf05c3 Add help for (I)RDFT test in fft-test 15 years ago
Vitor Sessak c2b774a04e Make code using 1d-DCT consistent with the API change 15 years ago
Måns Rullgård 41ea18fb0d Give RDFT types more meaningful names 15 years ago
Måns Rullgård 3bd8a2ef6c Update include directives in fft-test.c 15 years ago
Vitor Sessak 7f3f5f46c2 Floating point discrete cosine transform 15 years ago
Alex Converse c460833d76 fft-test: Add RDFT/IRDFT support. 15 years ago
Alex Converse 5b37ef8e43 fft-test: Replace do_mdct with a tf_transform enum and switch on it. 15 years ago
Alex Converse d987a9e9ad fft-test: whitespace cosmetics 15 years ago
Måns Rullgård 01b2214758 Merge FFTContext and MDCTContext 15 years ago
Loren Merritt 50b1785a57 bring back some randomness in fft-test. (regression in r18070) 15 years ago
Siarhei Siamashka 34aecf1c87 Support for testing (i)MDCT output scale factor in fft-test tool. 16 years ago
Siarhei Siamashka 7d485f165f Support for getting (i)MDCT output multiplied by a constant scaling factor. 16 years ago
Diego Biurrun 64bde1974b cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 16 years ago
Diego Biurrun 504ffed19f Mark non-exported functions in test and example programs as static. 16 years ago
Diego Biurrun 294eaa2643 Replace random() usage in test programs by av_lfg_*(). 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Loren Merritt 0a570e826d remove mdct tmp buffer 17 years ago
Alexander Strange ff558537f0 Don't set mm_flags in fft-test, since it doesn't do anything anyway. 17 years ago
Alexander Strange f67a10cd0c Define mm_flags/support to be 0 on architectures where they don't exist. 17 years ago
Diego Biurrun 941b1258b8 Remove redundant mm_flags declaration, fixes the warning: 17 years ago