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-12-04fate: Add dependencies for bmp, cdxl, dfa, mp3Diego Biurrun
2012-09-10fate: mp3: drop redundant CMP settingMans 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-03-01FATE: add mp3 test for sample that exhibited false overreadsJustin Ruggles
related to b7165426917f91ebcad84bdff366824f03b32bfe Error messages and audible artifacts were fixed in that commit.
2011-09-04avconv: move limit_filesize to options contextAnton Khirnov
2010-08-23Make "-fs ss" mean "make output file of size equals or less than ss"Vitor Sessak
instead of current "make output file of size less than ss". Also use it to make MP3 tests more readable (using -fs xxx where xxx is the requested output size, not something slightly lower). Originally committed as revision 24884 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-23fix fate breakage, 10l to me (too much copy and pasting)Vitor Sessak
Originally committed as revision 24881 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-23MP3 float decoder FATE testsVitor Sessak
Originally committed as revision 24880 to svn://svn.ffmpeg.org/ffmpeg/trunk