Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-28FATE: drop the last truncated frame from the wmapro testsAnton Khirnov
Since it's truncated, the result depends on how specifically the demuxer and the decoder handle errors.
2013-05-28fate: Add a --target-samples path parameterMartin Storsjö
This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-10-23fate: Add dependencies for WMA and WavPack testsDiego Biurrun
2012-10-10fate: Refactor setting of environment variables for groups of testsDiego Biurrun
2012-05-19fate: fix dependencies on SAMPLES being setMans Rullgard
This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-09fate: improve dependenciesMans Rullgard
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>
2012-04-19FATE: pass the decoded output format and audio source file to enc_dec_pcmJustin Ruggles
This will allow decoding to md5 and doing a diff comparison to a reference checksum instead of a fuzzy stddev or oneoff comparison. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-03-17FATE: add WMAv1 and WMAv2 encode/decode tests with fuzzy comparisonJustin Ruggles
2012-01-19fate: add some shorthands to run groups of testsDiego Biurrun
2012-01-09fate: Add tests for vc1/wmapro in ism.Alex Converse
2011-12-14fate: split off WMA codec FATE tests into their own fileDiego Biurrun