]> git.sesse.net Git - ffmpeg/history - libavcodec/fft-test.c
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavcodec / fft-test.c
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-08-12 Loren Merrittremove mdct tmp buffer
2008-06-25 Alexander StrangeDon't set mm_flags in fft-test, since it doesn't do...
2008-06-24 Alexander StrangeDefine mm_flags/support to be 0 on architectures where...
2008-06-24 Diego BiurrunRemove redundant mm_flags declaration, fixes the warning:
2007-08-01 Marc Hoffmanmaking reference models have the same API
2007-07-29 Michael Niedermayermake the reference code use double instead of float...
2007-07-29 Michael Niedermayerprint max and mse
2007-07-19 Panagiotis IssarisFix the compilation of dct-test, fft-test and motion...
2007-06-09 Ronald S. BultjeAdd some #includes to allow compilation without HAVE_AV...
2007-04-01 Diego BiurrunAdd '#undef exit', the function is now forbidden.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-04-04 Benjamin Larssonprintf -> av_log patch by (Benjamin Larsson <>banan...
2004-03-13 Gildas Bazinfft_*() renamed into ff_fft_*() patch by (Gildas Bazin...
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-07 Fabrice Bellardsuppressed getopt.h
2003-01-07 Fabrice Bellardcompile fixes
2002-10-28 Fabrice Bellardnew generic FFT/MDCT code for audio codecs