summaryrefslogtreecommitdiff
path: root/tests/fate/mpc.mak
Commit message (Collapse)AuthorAge
* fate: Convert the musepack8 test to an oneoff testMartin Storsjö2020-11-17
| | | | | | This fixes tests if built for x86 with x87 FPU. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: Add test for Musepack SV8 decodingAndreas Rheinhardt2020-10-31
| | | | | | | | | | | | | | | While the FATE suite contains a sample file for Musepack 8, it did not use it to test the decoder; it is only used in the mpc8-demux test that tests the demuxer via streamcopy. Therefore this commit adds an actual encoder test. The test uses the framecrc output, because Musepack SV8 is an encoder that returns multiple frames for a single packet, so that timing information in the test output is valueable. Output seeking has been used in order to limit the size of the ref file as well as to test this codepath for the first time. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* Use modern avconv syntax for codec selection in documentation and testsDiego Biurrun2017-02-27
|
* fate: Add a --target-samples path parameterMartin Storsjö2013-05-28
| | | | | | | 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-mpc: add dependenciesMans Rullgard2012-10-18
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: Drop redundant setting of FUZZ to 1Diego Biurrun2012-09-07
|
* fate: fix dependencies on SAMPLES being setMans Rullgard2012-05-19
| | | | | | | 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-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: add some shorthands to run groups of testsDiego Biurrun2012-01-19
|
* fate: whitespace cosmeticsDiego Biurrun2011-12-30
|
* fate: split off mpc FATE tests into their own fileDiego Biurrun2011-12-26