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
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
2003-01-07compile fixesFabrice Bellard
2002-10-28new generic FFT/MDCT code for audio codecsFabrice Bellard