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>
2013-04-30FATE: add an additional indeo3 testAnton Khirnov
It is a part of the sample that got broken by recent indeo3 changes.
2012-10-18fate-indeo: add dependenciesMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
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-01-19fate: add some shorthands to run groups of testsDiego Biurrun
2012-01-07FATE: indeo4 video decoder test.Mike Melanson
Code coverage: libavcodec/indeo4.c: 0% -> 78% Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-12-15fate: split off Indeo FATE tests into their own fileDiego Biurrun