Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-06Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun
2013-10-26fft-test: add a missing #includeAnton Khirnov
2013-10-25fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis
2012-07-11dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje
2012-06-20Use av_gettime() in various placesMans Rullgard
2012-04-26fft-test: add option to set cpuflag maskMans Rullgard
2011-12-08tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun
2011-06-26Move some variable declarations below the proper #ifdefs.Diego Biurrun
2011-04-01Fixed-point support in fft-testMans Rullgard
2011-03-20Move dct and rdft definitions to separate filesMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-08-17fft-test: format error output more readablyMåns Rullgård
2010-08-06fft-test: free buffers before exitingMåns Rullgård
2010-08-04fft-test: exit with non-zero status if test failedMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-03Add help for (I)RDFT test in fft-testVitor Sessak
2010-04-03Make code using 1d-DCT consistent with the API changeVitor Sessak
2010-03-08Give RDFT types more meaningful namesMåns Rullgård
2010-03-08Update include directives in fft-test.cMåns Rullgård
2010-01-20Floating point discrete cosine transformVitor Sessak
2010-01-11fft-test: Add RDFT/IRDFT support.Alex Converse
2010-01-11fft-test: Replace do_mdct with a tf_transform enum and switch on it.Alex Converse
2010-01-08fft-test: whitespace cosmeticsAlex Converse
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-08-22bring back some randomness in fft-test. (regression in r18070)Loren Merritt
2009-05-20Support for testing (i)MDCT output scale factor in fft-test tool.Siarhei Siamashka
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun
2009-03-31Mark non-exported functions in test and example programs as static.Diego Biurrun
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-08-12remove mdct tmp bufferLoren Merritt
2008-06-25Don't set mm_flags in fft-test, since it doesn't do anything anyway.Alexander Strange
2008-06-25Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange
2008-06-24Remove redundant mm_flags declaration, fixes the warning:Diego Biurrun
2007-08-02making 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-05printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se)Benjamin Larsson
2004-03-14fft_*() 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-08suppressed getopt.hFabrice Bellard