summaryrefslogtreecommitdiff
path: root/libavcodec/fft-test.c
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add help for (I)RDFT test in fft-testVitor Sessak2010-04-03
* Make code using 1d-DCT consistent with the API changeVitor Sessak2010-04-03
* Give RDFT types more meaningful namesMåns Rullgård2010-03-07
* Update include directives in fft-test.cMåns Rullgård2010-03-07
* Floating point discrete cosine transformVitor Sessak2010-01-20
* fft-test: Add RDFT/IRDFT support.Alex Converse2010-01-11
* fft-test: Replace do_mdct with a tf_transform enum and switch on it.Alex Converse2010-01-11
* fft-test: whitespace cosmeticsAlex Converse2010-01-08
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* bring back some randomness in fft-test. (regression in r18070)Loren Merritt2009-08-22
* Support for testing (i)MDCT output scale factor in fft-test tool.Siarhei Siamashka2009-05-20
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-10
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-31
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* remove mdct tmp bufferLoren Merritt2008-08-12
* Don't set mm_flags in fft-test, since it doesn't do anything anyway.Alexander Strange2008-06-25
* Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange2008-06-24
* Remove redundant mm_flags declaration, fixes the warning:Diego Biurrun2008-06-24
* making reference models have the same APIMarc Hoffman2007-08-01
* make the reference code use double instead of float where it is easyMichael Niedermayer2007-07-29
* print max and mseMichael Niedermayer2007-07-29
* Fix the compilation of dct-test, fft-test and motion-test which are usingPanagiotis Issaris2007-07-19
* Add some #includes to allow compilation without HAVE_AV_CONFIG_H.Ronald S. Bultje2007-06-09
* Add '#undef exit', the function is now forbidden.Diego Biurrun2007-04-01
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se)Benjamin Larsson2005-04-04
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-13
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* suppressed getopt.hFabrice Bellard2003-01-07
* compile fixesFabrice Bellard2003-01-07
* new generic FFT/MDCT code for audio codecsFabrice Bellard2002-10-28