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
2013-10-24fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis
2013-08-26avcodec/fft-test: put ff_dct* code under CONFIG_DCTMichael Niedermayer
2013-08-04libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic
2012-09-30fft-test: fix order of operations for calculating the average errorMichael Niedermayer
2012-08-17fft-test: switch to new cpu flags APIMichael Niedermayer
2012-07-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-11dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20Use av_gettime() in various placesMans Rullgard
2012-04-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-26fft-test: add option to set cpuflag maskMans Rullgard
2012-04-02fft-test: fix all pointer type warnings.Michael Niedermayer
2011-12-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-08tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun
2011-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-26Move some variable declarations below the proper #ifdefs.Diego Biurrun
2011-04-02Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-01Fixed-point support in fft-testMans Rullgard
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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