summaryrefslogtreecommitdiffstats
path: root/libavcodec/fft-test.c
Commit message (Expand)AuthorAgeFilesLines
* fft-test: Use the float fabs() versionVittorio Giovara2015-06-121-1/+1
* lavc: Use av_gettime_relativeOlivier Langlois2014-10-241-2/+2
* fft-test: Pass the right struct members instead of castingDiego Biurrun2014-07-251-16/+12
* dct/rdft: Remove duplicate typedefs for context structsDiego Biurrun2014-07-251-1/+3
* fft-test: Pass correct struct members to (i)dct functionsDiego Biurrun2014-07-231-3/+3
* fft-test: K&R formatting cosmeticsDiego Biurrun2014-07-231-77/+82
* fft-test: Check memory allocationsDiego Biurrun2014-07-231-4/+13
* fft-test: Drop unnecessary pointer indirection for context structsDiego Biurrun2014-07-231-24/+23
* fft-test: Reduce variable scope where sensibly possibleDiego Biurrun2014-07-231-51/+36
* fft-test: Make global exptab variable staticDiego Biurrun2014-07-231-1/+1
* fft-test: Comment some #endifsDiego Biurrun2014-07-221-6/+6
* fft-test: Drop unnecessary #ifdefs around header includesDiego Biurrun2014-07-221-2/+0
* fate: Add dependencies for dct/fft/mdct/rdft testsDiego Biurrun2014-06-261-0/+22
* Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun2014-01-061-8/+8
* fft-test: add a missing #includeAnton Khirnov2013-10-261-0/+1
* fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis2013-10-251-1/+4
* dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje2012-07-111-0/+6
* Use av_gettime() in various placesMans Rullgard2012-06-201-10/+3
* fft-test: add option to set cpuflag maskMans Rullgard2012-04-251-1/+9
* tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun2011-12-081-4/+1
* Move some variable declarations below the proper #ifdefs.Diego Biurrun2011-06-261-2/+3
* Fixed-point support in fft-testMans Rullgard2011-04-011-22/+51
* 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
OpenPOWER on IntegriCloud