summaryrefslogtreecommitdiff
path: root/tests/Makefile
Commit message (Collapse)AuthorAge
...
* 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>
* fate: move libavutil test rules to a separate fileMans Rullgard2011-07-03
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: Eliminate obsolete test targets.Diego Biurrun2011-06-30
| | | | The targets are now part of FATE and can be run as individual FATE targets.
* fate: move amr[nw]b test rules into separate filesMans Rullgard2011-06-29
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: replace some addprefix/addsuffix with substitution refsMans Rullgard2011-06-28
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: remove SRC_PATH_BARE variableMans Rullgard2011-06-23
| | | | | | | | Setting SRC_PATH to "." when building in-tree removes the need for a quoted version of the source path since out-of-tree builds are not possible if the pathname contains spaces. Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: move test rules to tests/MakefileMans Rullgard2011-06-22
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>