]> git.sesse.net Git - ffmpeg/history - libavcodec/fft-test.c
lavu: Remove bit packing from AVComponentDescriptor
[ffmpeg] / libavcodec / fft-test.c
2015-06-12 Vittorio Giovarafft-test: Use the float fabs() version
2014-10-24 Olivier Langloislavc: Use av_gettime_relative
2014-07-25 Diego Biurrunfft-test: Pass the right struct members instead of...
2014-07-25 Diego Biurrundct/rdft: Remove duplicate typedefs for context structs
2014-07-23 Diego Biurrunfft-test: Pass correct struct members to (i)dct functions
2014-07-23 Diego Biurrunfft-test: K&R formatting cosmetics
2014-07-23 Diego Biurrunfft-test: Check memory allocations
2014-07-23 Diego Biurrunfft-test: Drop unnecessary pointer indirection for...
2014-07-23 Diego Biurrunfft-test: Reduce variable scope where sensibly possible
2014-07-23 Diego Biurrunfft-test: Make global exptab variable static
2014-07-22 Diego Biurrunfft-test: Comment some #endifs
2014-07-22 Diego Biurrunfft-test: Drop unnecessary #ifdefs around header includes
2014-06-26 Diego Biurrunfate: Add dependencies for dct/fft/mdct/rdft tests
2014-01-06 Diego BiurrunRename CONFIG_FFT_FLOAT ---> FFT_FLOAT
2013-10-26 Anton Khirnovfft-test: add a missing #include
2013-10-25 Derek Buitenhuisfft-test: Remove possibility of returning restricted...
2012-07-11 Ronald S. Bultjedct/fft-test: use a replacement getopt() if the system...
2012-06-20 Mans RullgardUse av_gettime() in various places
2012-04-25 Mans Rullgardfft-test: add option to set cpuflag mask
2011-12-08 Diego Biurruntests/tools/examples: Replace direct exit() calls by...
2011-06-26 Diego BiurrunMove some variable declarations below the proper #ifdefs.
2011-04-01 Mans RullgardFixed-point support in fft-test
2011-03-20 Mans RullgardMove dct and rdft definitions to separate files
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-08-16 Måns Rullgårdfft-test: format error output more readably
2010-08-06 Måns Rullgårdfft-test: free buffers before exiting
2010-08-04 Måns Rullgårdfft-test: exit with non-zero status if test failed
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-03 Vitor SessakAdd help for (I)RDFT test in fft-test
2010-04-03 Vitor SessakMake code using 1d-DCT consistent with the API change
2010-03-07 Måns RullgårdGive RDFT types more meaningful names
2010-03-07 Måns RullgårdUpdate include directives in fft-test.c
2010-01-20 Vitor SessakFloating point discrete cosine transform
2010-01-11 Alex Conversefft-test: Add RDFT/IRDFT support.
2010-01-11 Alex Conversefft-test: Replace do_mdct with a tf_transform enum...
2010-01-08 Alex Conversefft-test: whitespace cosmetics
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-08-22 Loren Merrittbring back some randomness in fft-test. (regression...
2009-05-20 Siarhei SiamashkaSupport for testing (i)MDCT output scale factor in...
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-04-10 Diego Biurruncosmetics: Rename prn variable to prng (Pseudo Random...
2009-03-31 Diego BiurrunMark non-exported functions in test and example program...
2009-03-20 Diego BiurrunReplace random() usage in test programs by av_lfg_*().
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