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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-10fate: Refactor setting of environment variables for groups of testsDiego Biurrun
2012-08-30g723_1: add comfort noise generationKostya Shishkov
2012-08-09fate: add G.723.1 decoder testsKostya Shishkov
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-20FATE: replace the acodec-g726 test with 4 new encode/decode testsJustin Ruggles
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.
2012-04-20FATE: replace current g722 encoding tests with an encode/decode testJustin Ruggles
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.
2012-01-19fate: add some shorthands to run groups of testsDiego Biurrun
2012-01-19fate: Give some tests more sensible names.Diego Biurrun
2011-12-31fate: split off voice codec FATE tests into their own fileDiego Biurrun