summaryrefslogtreecommitdiff
path: root/libavcodec/fft-test.c
Commit message (Expand)AuthorAge
* 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