summaryrefslogtreecommitdiff
path: root/tests/Makefile
Commit message (Collapse)AuthorAge
* fate: improve dependenciesMans Rullgard2012-05-09
| | | | | | | 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>
* fate: fix dependencies for probe testsMans Rullgard2012-05-09
| | | | | | | Only the probe tests should depend on avprobe and these should be enabled only if avprobe is configured. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: Add avprobe as a make dependencyAlex Converse2012-05-07
|
* Add probe fate tests to test for regressions in detecting media types.Ronald S. Bultje2012-05-07
| | | | Signed-off-by: Alex Converse <alex.converse@gmail.com>
* tests: Refactor rotozoom/videogen common code into a separate file.Diego Biurrun2012-05-05
|
* FATE: replace current g722 encoding tests with an encode/decode testJustin Ruggles2012-04-20
| | | | | | Avoids resampling and channel mixing. This only tests the behavior with respect to input and output audio rather than also testing changes to the encoder or muxer that do not affect the resulting decoded output.
* FATE: add a pattern rule for generating asynth wav filesJustin Ruggles2012-04-20
|
* fate: add BMP tests.Ronald S. Bultje2012-04-04
|
* FATE: allow a tolerance in the size comparison in do_tiny_psnr()Justin Ruggles2012-03-15
| | | | | This will allow for comparing decoded output to the original source when the decoded size is not exactly the same as the original size.
* FATE: use absolute difference from a target value in do_tiny_psnr()Justin Ruggles2012-03-15
| | | | | This will allow comparison to original pre-encoded content instead of comparing to expected decoded output.
* FATE: allow tests to set CMP_SHIFT to pass to tiny_psnrJustin Ruggles2012-03-15
| | | | | This will allow adjusting for any encoder or decoder delay when doing comparisons.
* FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option.Anton Khirnov2012-03-06
|
* fate: Overhaul WavPack coverageDerek Buitenhuis2012-02-27
| | | | | | | | WavPack has a comprehensive test suite, and a bunch of corner cases. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* fate: add tests for cdxl videoPaul B Mahol2012-02-25
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* build: Use order-only prerequisites for creating FATE reference file dirs.Diego Biurrun2012-01-30
|
* fate: split ADPCM and DPCM test references into separate files.Diego Biurrun2012-01-15
|
* FATE: add tests for dfaOana Stratulat2011-12-31
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* fate: split off video codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off audio codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off Electronic Arts codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off QuickTime codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off voice codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off demuxer FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off DPCM codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off PCM codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off vqf/twinvq FATE tests into their own fileDiego Biurrun2011-12-26
|
* fate: split off mpc FATE tests into their own fileDiego Biurrun2011-12-26
|
* fate: split off libavcodec FATE tests into their own fileDiego Biurrun2011-12-26
|
* fate: split off Microsoft codec FATE tests into their own fileDiego Biurrun2011-12-26
|
* fate: group all VP* codec FATE tests together in one fileDiego Biurrun2011-12-26
|
* fate: split off Indeo FATE tests into their own fileDiego Biurrun2011-12-15
|
* fate: split off ATRAC FATE tests into their own fileDiego Biurrun2011-12-15
|
* fate: split off image codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off WMA codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off lossless video and audio FATE tests into their own filesDiego Biurrun2011-12-14
|
* fate: split off qtrle codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off Ut Video codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off screen codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off Real Inc. codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off AC-3 codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: Add a target for creating a 16000 Hz mono synthetic audio fileMartin Storsjö2011-10-18
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* prores: add FATE testsDiego Biurrun2011-10-13
|
* fate: allow testing with libavfilter disabledMans Rullgard2011-09-27
| | | | | | | This declares dependencies to skip tests using libavfilter when it is disabled. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-12
| | | | | | | It will be further developed with a few incompatible changes. ffmpeg.c will stay as is for some time, so any scripts using it won't be broken.
* Remove the ffserver test.Anton Khirnov2011-08-01
| | | | It doesn't work and is therefore useless.
* fate: make vsynth tests depend on only the relevant vrefMans Rullgard2011-07-18
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun2011-07-13
|
* build: remove unnecessary FFLDFLAGS variableMans Rullgard2011-07-11
| | | | | | | | This variable is set to the same value for all directories. Adding the -L flags directly to LDFLAGS is simpler and achieves the same thing. Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: rework rules for things in the tools dirMans Rullgard2011-07-10
| | | | | | | | Declaring tools associated with each library in their respective makefiles allows these tools to easily depend on the correct prerequisites and link against the libs they need. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: add idct8x8 testMans Rullgard2011-07-04
| | | | | | This tests the IDCT implementations available in the build. Signed-off-by: Mans Rullgard <mans@mansr.com>