summaryrefslogtreecommitdiff
path: root/tests/lavf-regression.sh
Commit message (Collapse)AuthorAge
* regtest: simplify cleanup after each testMåns Rullgård2010-07-21
| | | | Originally committed as revision 24396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Lego Mindstorms RSO muxer and demuxer.Rafaël Carré2010-07-20
| | | | | | Patch by Rafaël Carré, rafael d carre a gmail Originally committed as revision 24355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace "-vfilters" by "-vf" in regtests. Should fix regtest breakage.Vitor Sessak2010-05-13
| | | | Originally committed as revision 23109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable libavfilter by default and fix pading for mxf-d10Michael Niedermayer2010-05-07
| | | | Originally committed as revision 23048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: place image sequence outputs in separate directoriesMåns Rullgård2010-03-07
| | | | Originally committed as revision 22282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place regtest-pixfmt output files in separate dirMåns Rullgård2010-03-02
| | | | | | | This test generates many output files, and keeping them separate is convenient. Originally committed as revision 22157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: suppress console output from testsMåns Rullgård2010-01-16
| | | | | | | | | This disables all console output from the *-regression.sh scripts by default. If the V environment variable is set to 1, ffmpeg commands are printed before being run. If V is greater than 1, ffmpeg output goes to the console, otherwise stderr is redirected to a file. Originally committed as revision 21253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split codec-regression.sh, and create the lavf-regression.sh script.Stefano Sabatini2009-10-24
Originally committed as revision 20365 to svn://svn.ffmpeg.org/ffmpeg/trunk