summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* build: Do not delete tests/vsynth2 directory, which is no longer created.Diego Biurrun2012-06-131-1/+1
|
* fate: avoid freopen(NULL) in videogen/rotozoomMans Rullgard2012-06-071-2/+2
| | | | | | | | | A number of systems do not implement freopen() with a NULL filename correctly. This changes these programs to output individual images if opening a named output argument as a file fails, in this case assuming it is a directory. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: convert codec-regression.sh to makefile rulesMans Rullgard2012-05-291-30/+17
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: allow tests to specify unit size for psnr comparisonMans Rullgard2012-05-291-1/+1
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: teach videogen/rotozoom to output a single raw video streamMans Rullgard2012-05-291-1/+1
| | | | | | | This makes videogen/rotozoom output a raw video stream on stdout if no output directory is specified. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: fix dependencies for non-SAMPLES avconv testsMans Rullgard2012-05-201-5/+5
| | | | | | | | The encode/decode tests should all depend on avconv. Since avconv requires libavfilter, there is no need to enable those tests selectively. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: fix dependencies on SAMPLES being setMans Rullgard2012-05-191-4/+8
| | | | | | | This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: improve dependenciesMans Rullgard2012-05-091-2/+8
| | | | | | | 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-091-1/+1
| | | | | | | 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-071-1/+1
|
* Add probe fate tests to test for regressions in detecting media types.Ronald S. Bultje2012-05-071-0/+1
| | | | Signed-off-by: Alex Converse <alex.converse@gmail.com>
* tests: Refactor rotozoom/videogen common code into a separate file.Diego Biurrun2012-05-051-0/+3
|
* FATE: replace current g722 encoding tests with an encode/decode testJustin Ruggles2012-04-201-3/+0
| | | | | | 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-201-1/+4
|
* fate: add BMP tests.Ronald S. Bultje2012-04-041-0/+1
|
* FATE: allow a tolerance in the size comparison in do_tiny_psnr()Justin Ruggles2012-03-151-1/+1
| | | | | 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-151-1/+1
| | | | | 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-151-1/+1
| | | | | 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-061-1/+1
|
* fate: Overhaul WavPack coverageDerek Buitenhuis2012-02-271-0/+1
| | | | | | | | 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-251-0/+1
| | | | | 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-301-8/+6
|
* fate: split ADPCM and DPCM test references into separate files.Diego Biurrun2012-01-151-0/+1
|
* FATE: add tests for dfaOana Stratulat2011-12-311-0/+1
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* fate: split off video codec FATE tests into their own fileDiego Biurrun2011-12-301-3/+1
|
* fate: split off audio codec FATE tests into their own fileDiego Biurrun2011-12-301-0/+1
|
* fate: split off Electronic Arts codec FATE tests into their own fileDiego Biurrun2011-12-301-0/+1
|
* fate: split off QuickTime codec FATE tests into their own fileDiego Biurrun2011-12-301-0/+1
|
* fate: split off voice codec FATE tests into their own fileDiego Biurrun2011-12-301-0/+1
|
* fate: split off demuxer FATE tests into their own fileDiego Biurrun2011-12-301-0/+1
|
* fate: split off DPCM codec FATE tests into their own fileDiego Biurrun2011-12-301-0/+1
|
* fate: split off PCM codec FATE tests into their own fileDiego Biurrun2011-12-301-0/+1
|
* fate: split off vqf/twinvq FATE tests into their own fileDiego Biurrun2011-12-261-0/+1
|
* fate: split off mpc FATE tests into their own fileDiego Biurrun2011-12-261-0/+1
|
* fate: split off libavcodec FATE tests into their own fileDiego Biurrun2011-12-261-0/+1
|
* fate: split off Microsoft codec FATE tests into their own fileDiego Biurrun2011-12-261-0/+1
|
* fate: group all VP* codec FATE tests together in one fileDiego Biurrun2011-12-261-1/+1
|
* fate: split off Indeo FATE tests into their own fileDiego Biurrun2011-12-151-0/+1
|
* fate: split off ATRAC FATE tests into their own fileDiego Biurrun2011-12-151-0/+1
|
* fate: split off image codec FATE tests into their own fileDiego Biurrun2011-12-141-0/+1
|
* fate: split off WMA codec FATE tests into their own fileDiego Biurrun2011-12-141-0/+1
|
* fate: split off lossless video and audio FATE tests into their own filesDiego Biurrun2011-12-141-0/+2
|
* fate: split off qtrle codec FATE tests into their own fileDiego Biurrun2011-12-141-0/+1
|
* fate: split off Ut Video codec FATE tests into their own fileDiego Biurrun2011-12-141-0/+1
|
* fate: split off screen codec FATE tests into their own fileDiego Biurrun2011-12-141-0/+1
|
* fate: split off Real Inc. codec FATE tests into their own fileDiego Biurrun2011-12-141-0/+1
|
* fate: split off AC-3 codec FATE tests into their own fileDiego Biurrun2011-12-141-0/+1
|
* fate: Add a target for creating a 16000 Hz mono synthetic audio fileMartin Storsjö2011-10-181-1/+5
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* prores: add FATE testsDiego Biurrun2011-10-131-0/+1
|
* fate: allow testing with libavfilter disabledMans Rullgard2011-09-271-2/+5
| | | | | | | This declares dependencies to skip tests using libavfilter when it is disabled. Signed-off-by: Mans Rullgard <mans@mansr.com>
OpenPOWER on IntegriCloud