summaryrefslogtreecommitdiff
path: root/tests/fate/mp3.mak
Commit message (Collapse)AuthorAge
* fate: mp3: drop redundant CMP settingMans Rullgard2012-09-10
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* 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 mp3 test for sample that exhibited false overreadsJustin Ruggles2012-02-29
| | | | | related to b7165426917f91ebcad84bdff366824f03b32bfe Error messages and audible artifacts were fixed in that commit.
* avconv: move limit_filesize to options contextAnton Khirnov2011-09-04
|
* Make "-fs ss" mean "make output file of size equals or less than ss"Vitor Sessak2010-08-23
| | | | | | | | | 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
* fix fate breakage, 10l to me (too much copy and pasting)Vitor Sessak2010-08-23
| | | | Originally committed as revision 24881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MP3 float decoder FATE testsVitor Sessak2010-08-23
Originally committed as revision 24880 to svn://svn.ffmpeg.org/ffmpeg/trunk