44 Commits (880fa2183051dfe6a7e44879361f674a906f5aa7)

Author SHA1 Message Date
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 16 years ago
Alexander Strange ff558537f0 Don't set mm_flags in fft-test, since it doesn't do anything anyway. 16 years ago
Alexander Strange f67a10cd0c Define mm_flags/support to be 0 on architectures where they don't exist. 16 years ago
Diego Biurrun 941b1258b8 Remove redundant mm_flags declaration, fixes the warning: 16 years ago
Marc Hoffman dc1ecb6a4a making reference models have the same API 17 years ago
Michael Niedermayer 3bdc2fcea6 make the reference code use double instead of float where it is easy 17 years ago
Michael Niedermayer 86c624af1b print max and mse 17 years ago
Panagiotis Issaris cc61f96f8a Fix the compilation of dct-test, fft-test and motion-test which are using 17 years ago
Ronald S. Bultje 12807c8d87 Add some #includes to allow compilation without HAVE_AV_CONFIG_H. 18 years ago
Diego Biurrun 2818647310 Add '#undef exit', the function is now forbidden. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Benjamin Larsson 0979831511 printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se) 20 years ago
Gildas Bazin 68951ecf0c fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Fabrice Bellard e366e6795d suppressed getopt.h 22 years ago
Fabrice Bellard ea0f841a54 compile fixes 22 years ago
Fabrice Bellard bb6f569072 new generic FFT/MDCT code for audio codecs 22 years ago