aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/vorbis.mak
Commit message (Collapse)AuthorAgeFilesLines
* fate: Add test for vorbis encoderPetru Rares Sincraian2016-05-051-0/+9
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: Add test for ticket 1833 (Ogg/Vorbis Chapters)Michael Niedermayer2016-04-201-1/+6
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: Add a --target-samples path parameterMartin Storsjö2013-05-281-20/+20
| | | | | | | This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: Add dependencies for Vorbis, ProRes, QTRLE, utvideo testsDiego Biurrun2012-11-281-1/+1
|
* fate: vorbis: add 5.1 surround testMans Rullgard2012-06-181-0/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: fix dependencies on SAMPLES being setMans Rullgard2012-05-191-1/+1
| | | | | | | This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: Set FUZZ factor of vorbis-13 test to 2.Diego Biurrun2012-05-181-0/+1
| | | | | This is necessary to account for different rounding done in the 3DNow! Assembly optimizations.
* 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>
* fate: move some groups of related tests to their own filesMåns Rullgård2010-08-041-0/+80
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