summaryrefslogtreecommitdiffstats
path: root/tests/fate/fft.mak
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add EXESUF to program calls.Carl Eugen Hoyos2019-04-191-4/+4
| | | | Fixes fate in Windows subsystem for Linux.
* Merge commit '698ac8f9cabd053f2c19346a77b92f8eae4218fc'James Almer2017-10-031-3/+3
|\ | | | | | | | | | | | | * commit '698ac8f9cabd053f2c19346a77b92f8eae4218fc': fate: Make null comparison method more useful Merged-by: James Almer <jamrial@gmail.com>
* | fate: add test for avfftPetru Rares Sincraian2016-07-191-2/+31
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-221-8/+8
|\ \ | |/ | | | | | | | | | | * commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196': tests: Move all test programs to a subdirectory Merged-by: Clément Bœsch <clement@stupeflix.com>
| * tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-131-4/+4
| |
* | Merge commit 'f6ccee9bed92c09799777c1dfb2b2772763e0e83'Derek Buitenhuis2016-04-121-14/+29
|\ \ | |/ | | | | | | | | | | * commit 'f6ccee9bed92c09799777c1dfb2b2772763e0e83': fate: fft: Split DCT/FFT/MDCT/RDFT tests into separate targets Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * fate: fft: Split DCT/FFT/MDCT/RDFT tests into separate targetsDiego Biurrun2016-02-261-14/+29
| |
* | Merge commit '24f45c16224d4c5d482e928676714766ffdda4fc'Michael Niedermayer2014-06-271-16/+16
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '24f45c16224d4c5d482e928676714766ffdda4fc': fate: Add dependencies for dct/fft/mdct/rdft tests Conflicts: libavcodec/fft-test.c tests/fate/fft.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add dependencies for dct/fft/mdct/rdft testsDiego Biurrun2014-06-261-16/+16
| |
* | tests/fate/fft: add mdct dependency as mdct is used tooMichael Niedermayer2013-08-261-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic2013-08-041-2/+19
|/ | | | | | | | Iterative implementation of 32 bit fixed point split-radix FFT. Max FFT that can be calculated currently is 2^12. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: fft: Fix libavcodec dependencyDiego Biurrun2012-12-031-1/+1
|
* fate: improve dependenciesMans Rullgard2012-05-091-1/+1
| | | | | | | This makes only tests actually using avconv depend on it. The remaining tests already depend on what they need. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fft-test: add option to set cpuflag maskMans Rullgard2012-04-251-12/+14
| | | | | | This can be useful for testing. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: add some shorthands to run groups of testsDiego Biurrun2012-01-191-0/+1
|
* fate: test more FFT etc sizesMans Rullgard2011-07-041-19/+27
| | | | | | This tests sizes from 16 to 4096, not only the default 512. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: simplify fft test rulesMans Rullgard2011-04-011-32/+14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: add fixed-point fft/mdct testsMans Rullgard2011-04-011-0/+14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: move some groups of related tests to their own filesMåns Rullgård2010-08-041-0/+35
This moves some groups of tests for single codecs to separate files, and adds shorthands for running all tests in a group. Originally committed as revision 24697 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud