summaryrefslogtreecommitdiff
path: root/libavcodec/fft-test.c
Commit message (Expand)AuthorAge
* fft-test: fix order of operations for calculating the average errorMichael Niedermayer2012-09-30
* fft-test: switch to new cpu flags APIMichael Niedermayer2012-08-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-12
|\
| * dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje2012-07-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-20
|\|
| * Use av_gettime() in various placesMans Rullgard2012-06-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-26
|\|
| * fft-test: add option to set cpuflag maskMans Rullgard2012-04-25
* | fft-test: fix all pointer type warnings.Michael Niedermayer2012-04-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-09
|\|
| * tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun2011-12-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-27
|\|
| * Move some variable declarations below the proper #ifdefs.Diego Biurrun2011-06-26
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-02
|\|
| * Fixed-point support in fft-testMans Rullgard2011-04-01
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-21
|\|
| * Move dct and rdft definitions to separate filesMans Rullgard2011-03-20
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* fft-test: format error output more readablyMåns Rullgård2010-08-16
* fft-test: free buffers before exitingMåns Rullgård2010-08-06
* fft-test: exit with non-zero status if test failedMåns Rullgård2010-08-04
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add help for (I)RDFT test in fft-testVitor Sessak2010-04-03
* Make code using 1d-DCT consistent with the API changeVitor Sessak2010-04-03
* Give RDFT types more meaningful namesMåns Rullgård2010-03-07
* Update include directives in fft-test.cMåns Rullgård2010-03-07
* Floating point discrete cosine transformVitor Sessak2010-01-20
* fft-test: Add RDFT/IRDFT support.Alex Converse2010-01-11
* fft-test: Replace do_mdct with a tf_transform enum and switch on it.Alex Converse2010-01-11
* fft-test: whitespace cosmeticsAlex Converse2010-01-08
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* bring back some randomness in fft-test. (regression in r18070)Loren Merritt2009-08-22
* Support for testing (i)MDCT output scale factor in fft-test tool.Siarhei Siamashka2009-05-20
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-10
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-31
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* remove mdct tmp bufferLoren Merritt2008-08-12
* Don't set mm_flags in fft-test, since it doesn't do anything anyway.Alexander Strange2008-06-25
* Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange2008-06-24
* Remove redundant mm_flags declaration, fixes the warning:Diego Biurrun2008-06-24
* making reference models have the same APIMarc Hoffman2007-08-01
* make the reference code use double instead of float where it is easyMichael Niedermayer2007-07-29
* print max and mseMichael Niedermayer2007-07-29
* Fix the compilation of dct-test, fft-test and motion-test which are usingPanagiotis Issaris2007-07-19
* Add some #includes to allow compilation without HAVE_AV_CONFIG_H.Ronald S. Bultje2007-06-09
* Add '#undef exit', the function is now forbidden.Diego Biurrun2007-04-01
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07