Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FATE: add ALAC encoding tests | Justin Ruggles | 2012-08-22 | 1 | -0/+1 |
| | |||||
* | build: use COMPILE template for HOSTOBJS | Mans Rullgard | 2012-07-26 | 1 | -3/+0 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | FATE: add a test for the asyncts audio filter. | Anton Khirnov | 2012-07-22 | 1 | -0/+1 |
| | |||||
* | lavfi: reclassify showfiltfmts as a TESTPROG | Mans Rullgard | 2012-07-04 | 1 | -1/+1 |
| | | | | | | | | This tool uses lavfi internal symbols not accessible in shared libraries. TESTPROGS are linked statically to allow them use of library internals not normally exported. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | FATE: add a test for itunes cover art. | Anton Khirnov | 2012-07-04 | 1 | -0/+1 |
| | |||||
* | fate: add flac encode/decode tests with various options | Mans Rullgard | 2012-07-04 | 1 | -0/+1 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | build: Do not delete tests/vsynth2 directory, which is no longer created. | Diego Biurrun | 2012-06-13 | 1 | -1/+1 |
| | |||||
* | fate: avoid freopen(NULL) in videogen/rotozoom | Mans Rullgard | 2012-06-07 | 1 | -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 rules | Mans Rullgard | 2012-05-29 | 1 | -30/+17 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | fate: allow tests to specify unit size for psnr comparison | Mans Rullgard | 2012-05-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | fate: teach videogen/rotozoom to output a single raw video stream | Mans Rullgard | 2012-05-29 | 1 | -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 tests | Mans Rullgard | 2012-05-20 | 1 | -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 set | Mans Rullgard | 2012-05-19 | 1 | -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 dependencies | Mans Rullgard | 2012-05-09 | 1 | -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 tests | Mans Rullgard | 2012-05-09 | 1 | -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 dependency | Alex Converse | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | Add probe fate tests to test for regressions in detecting media types. | Ronald S. Bultje | 2012-05-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Alex Converse <alex.converse@gmail.com> | ||||
* | tests: Refactor rotozoom/videogen common code into a separate file. | Diego Biurrun | 2012-05-05 | 1 | -0/+3 |
| | |||||
* | FATE: replace current g722 encoding tests with an encode/decode test | Justin Ruggles | 2012-04-20 | 1 | -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 files | Justin Ruggles | 2012-04-20 | 1 | -1/+4 |
| | |||||
* | fate: add BMP tests. | Ronald S. Bultje | 2012-04-04 | 1 | -0/+1 |
| | |||||
* | FATE: allow a tolerance in the size comparison in do_tiny_psnr() | Justin Ruggles | 2012-03-15 | 1 | -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 Ruggles | 2012-03-15 | 1 | -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_psnr | Justin Ruggles | 2012-03-15 | 1 | -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 Khirnov | 2012-03-06 | 1 | -1/+1 |
| | |||||
* | fate: Overhaul WavPack coverage | Derek Buitenhuis | 2012-02-27 | 1 | -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 video | Paul B Mahol | 2012-02-25 | 1 | -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 Biurrun | 2012-01-30 | 1 | -8/+6 |
| | |||||
* | fate: split ADPCM and DPCM test references into separate files. | Diego Biurrun | 2012-01-15 | 1 | -0/+1 |
| | |||||
* | FATE: add tests for dfa | Oana Stratulat | 2011-12-31 | 1 | -0/+1 |
| | | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> | ||||
* | fate: split off video codec FATE tests into their own file | Diego Biurrun | 2011-12-30 | 1 | -3/+1 |
| | |||||
* | fate: split off audio codec FATE tests into their own file | Diego Biurrun | 2011-12-30 | 1 | -0/+1 |
| | |||||
* | fate: split off Electronic Arts codec FATE tests into their own file | Diego Biurrun | 2011-12-30 | 1 | -0/+1 |
| | |||||
* | fate: split off QuickTime codec FATE tests into their own file | Diego Biurrun | 2011-12-30 | 1 | -0/+1 |
| | |||||
* | fate: split off voice codec FATE tests into their own file | Diego Biurrun | 2011-12-30 | 1 | -0/+1 |
| | |||||
* | fate: split off demuxer FATE tests into their own file | Diego Biurrun | 2011-12-30 | 1 | -0/+1 |
| | |||||
* | fate: split off DPCM codec FATE tests into their own file | Diego Biurrun | 2011-12-30 | 1 | -0/+1 |
| | |||||
* | fate: split off PCM codec FATE tests into their own file | Diego Biurrun | 2011-12-30 | 1 | -0/+1 |
| | |||||
* | fate: split off vqf/twinvq FATE tests into their own file | Diego Biurrun | 2011-12-26 | 1 | -0/+1 |
| | |||||
* | fate: split off mpc FATE tests into their own file | Diego Biurrun | 2011-12-26 | 1 | -0/+1 |
| | |||||
* | fate: split off libavcodec FATE tests into their own file | Diego Biurrun | 2011-12-26 | 1 | -0/+1 |
| | |||||
* | fate: split off Microsoft codec FATE tests into their own file | Diego Biurrun | 2011-12-26 | 1 | -0/+1 |
| | |||||
* | fate: group all VP* codec FATE tests together in one file | Diego Biurrun | 2011-12-26 | 1 | -1/+1 |
| | |||||
* | fate: split off Indeo FATE tests into their own file | Diego Biurrun | 2011-12-15 | 1 | -0/+1 |
| | |||||
* | fate: split off ATRAC FATE tests into their own file | Diego Biurrun | 2011-12-15 | 1 | -0/+1 |
| | |||||
* | fate: split off image codec FATE tests into their own file | Diego Biurrun | 2011-12-14 | 1 | -0/+1 |
| | |||||
* | fate: split off WMA codec FATE tests into their own file | Diego Biurrun | 2011-12-14 | 1 | -0/+1 |
| | |||||
* | fate: split off lossless video and audio FATE tests into their own files | Diego Biurrun | 2011-12-14 | 1 | -0/+2 |
| | |||||
* | fate: split off qtrle codec FATE tests into their own file | Diego Biurrun | 2011-12-14 | 1 | -0/+1 |
| | |||||
* | fate: split off Ut Video codec FATE tests into their own file | Diego Biurrun | 2011-12-14 | 1 | -0/+1 |
| |