summaryrefslogtreecommitdiffstats
path: root/libavcodec/fft-test.c
Commit message (Expand)AuthorAgeFilesLines
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-311-8/+8
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-201-2/+4
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* remove mdct tmp bufferLoren Merritt2008-08-121-6/+5
* Don't set mm_flags in fft-test, since it doesn't do anything anyway.Alexander Strange2008-06-251-4/+0
* Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange2008-06-241-0/+3
* Remove redundant mm_flags declaration, fixes the warning:Diego Biurrun2008-06-241-2/+0
* making reference models have the same APIMarc Hoffman2007-08-011-4/+6
* make the reference code use double instead of float where it is easyMichael Niedermayer2007-07-291-4/+4
* print max and mseMichael Niedermayer2007-07-291-1/+7
* Fix the compilation of dct-test, fft-test and motion-test which are usingPanagiotis Issaris2007-07-191-0/+1
* Add some #includes to allow compilation without HAVE_AV_CONFIG_H.Ronald S. Bultje2007-06-091-0/+2
* Add '#undef exit', the function is now forbidden.Diego Biurrun2007-04-011-0/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-6/+6
* printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se)Benjamin Larsson2005-04-041-10/+10
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-131-5/+5
* per file doxyMichael Niedermayer2003-03-061-1/+5
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-3/+3
* suppressed getopt.hFabrice Bellard2003-01-071-1/+1
* compile fixesFabrice Bellard2003-01-071-27/+6
* new generic FFT/MDCT code for audio codecsFabrice Bellard2002-10-281-0/+294
OpenPOWER on IntegriCloud