summaryrefslogtreecommitdiffstats
path: root/libavcodec/fft-test.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-271-2/+3
|\
| * Move some variable declarations below the proper #ifdefs.Diego Biurrun2011-06-261-2/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-021-22/+51
|\ \ | |/
| * Fixed-point support in fft-testMans Rullgard2011-04-011-22/+51
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-12/+14
|\ \ | |/
| * Move dct and rdft definitions to separate filesMans Rullgard2011-03-201-0/+2
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-12/+12
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* fft-test: format error output more readablyMåns Rullgård2010-08-161-1/+1
* fft-test: free buffers before exitingMåns Rullgård2010-08-061-0/+7
* fft-test: exit with non-zero status if test failedMåns Rullgård2010-08-041-8/+12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Add help for (I)RDFT test in fft-testVitor Sessak2010-04-031-0/+1
* Make code using 1d-DCT consistent with the API changeVitor Sessak2010-04-031-3/+3
* Give RDFT types more meaningful namesMåns Rullgård2010-03-071-3/+3
* Update include directives in fft-test.cMåns Rullgård2010-03-071-1/+3
* Floating point discrete cosine transformVitor Sessak2010-01-201-1/+65
* fft-test: Add RDFT/IRDFT support.Alex Converse2010-01-111-2/+52
* fft-test: Replace do_mdct with a tf_transform enum and switch on it.Alex Converse2010-01-111-11/+26
* fft-test: whitespace cosmeticsAlex Converse2010-01-081-10/+10
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-1/+1
* bring back some randomness in fft-test. (regression in r18070)Loren Merritt2009-08-221-6/+6
* Support for testing (i)MDCT output scale factor in fft-test tool.Siarhei Siamashka2009-05-201-7/+13
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-1/+1
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-101-3/+3
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-311-8/+8
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-201-2/+4
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* remove mdct tmp bufferLoren Merritt2008-08-121-6/+5
* Don't set mm_flags in fft-test, since it doesn't do anything anyway.Alexander Strange2008-06-251-4/+0
* Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange2008-06-241-0/+3
* Remove redundant mm_flags declaration, fixes the warning:Diego Biurrun2008-06-241-2/+0
* making reference models have the same APIMarc Hoffman2007-08-011-4/+6
* make the reference code use double instead of float where it is easyMichael Niedermayer2007-07-291-4/+4
* print max and mseMichael Niedermayer2007-07-291-1/+7
* Fix the compilation of dct-test, fft-test and motion-test which are usingPanagiotis Issaris2007-07-191-0/+1
* Add some #includes to allow compilation without HAVE_AV_CONFIG_H.Ronald S. Bultje2007-06-091-0/+2
* Add '#undef exit', the function is now forbidden.Diego Biurrun2007-04-011-0/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-6/+6
* printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se)Benjamin Larsson2005-04-041-10/+10
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-131-5/+5
* per file doxyMichael Niedermayer2003-03-061-1/+5
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-3/+3
* suppressed getopt.hFabrice Bellard2003-01-071-1/+1
* compile fixesFabrice Bellard2003-01-071-27/+6
* new generic FFT/MDCT code for audio codecsFabrice Bellard2002-10-281-0/+294
OpenPOWER on IntegriCloud