aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/fft-test.c
AgeCommit message (Expand)Author
2007-08-01making reference models have the same APIMarc Hoffman
2007-07-29make the reference code use double instead of float where it is easyMichael Niedermayer
2007-07-29print max and mseMichael Niedermayer
2007-07-19Fix the compilation of dct-test, fft-test and motion-test which are usingPanagiotis Issaris
2007-06-09Add some #includes to allow compilation without HAVE_AV_CONFIG_H.Ronald S. Bultje
2007-04-01Add '#undef exit', the function is now forbidden.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-04-04printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se)Benjamin Larsson
2004-03-13fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-01-07suppressed getopt.hFabrice Bellard
2003-01-07compile fixesFabrice Bellard
2002-10-28new generic FFT/MDCT code for audio codecsFabrice Bellard