summaryrefslogtreecommitdiff
path: root/tests/seek-regression.sh
Commit message (Collapse)AuthorAge
* regtest: run seektest on image sequencesMåns Rullgård2010-03-07
| | | | | | | Seeking on image sequences doesn't actually work, so this test isn't very useful until that capability is added. Originally committed as revision 22286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: run seektest on lavftest output filesMåns Rullgård2010-03-07
| | | | | | Somehow this got lost in the recent overhaul. Originally committed as revision 22283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make seektest messages similar to other testsMåns Rullgård2010-03-02
| | | | Originally committed as revision 22159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Run seektest on all generated filesMåns Rullgård2010-03-02
| | | | Originally committed as revision 22158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place regression test output files in subdirs per familyMåns Rullgård2010-03-02
| | | | Originally committed as revision 22155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "Remove the self reference in the seektest that prevented it from"Måns Rullgård2010-03-02
| | | | | | | This reverts r22151. It prevents the seektest from running at all and is thus of no use whatsoever. Originally committed as revision 22152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the self reference in the seektest that prevented it fromMichael Niedermayer2010-03-02
| | | | | | | | testing new formats since 2 years namely r11831. This likely will uncover bugs that gone unnoticed in the last 2 years due to lack of testing. Originally committed as revision 22151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace ` ` syntax by $( ) in regression test shell scripts.Diego Biurrun2009-12-26
| | | | | | The latter syntax variant is more readable and easier to nest. Originally committed as revision 20924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename seek_test.sh --> seek-regression.sh for greater consistency.Diego Biurrun2009-03-29
Originally committed as revision 18220 to svn://svn.ffmpeg.org/ffmpeg/trunk