aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/fft.mak
Commit message (Collapse)AuthorAgeFilesLines
* 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