aboutsummaryrefslogtreecommitdiffstats
path: root/tests/regression-funcs.sh
Commit message (Collapse)AuthorAgeFilesLines
* fate: simplify regression-funcs.shLuca Barbato2011-03-231-8/+4
| | | | Factor ffmpeg calls using run_ffmpeg()
* fate: add support for multithread testingLuca Barbato2011-03-231-1/+2
| | | | Add a THREADS variable to fate calls.
* fate: make lavfi tests output only md5Mans Rullgard2011-01-221-0/+6
| | | | | | | Instead of saving huge raw files, use the md5: output pseudo-protocol to calculate the checksum of the file directly. This is especially useful when testing on remote targets as it avoids transferring 3.6GB over the network.
* fate: print commands being executed with V=1Måns Rullgård2010-09-231-1/+7
| | | | Originally committed as revision 25161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: simplify cleanup after each testMåns Rullgård2010-07-211-2/+3
| | | | Originally committed as revision 24396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change names of regtest output files to closer match the reference filesMåns Rullgård2010-07-081-1/+3
| | | | Originally committed as revision 24127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: move md5sum wrappers into separate fileMåns Rullgård2010-03-081-9/+1
| | | | | | | | ffserver-regression.sh doesn't need anything else from regression-funcs.sh, and sourcing the entire file there breaks things. Originally committed as revision 22304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused argument to test scriptsMåns Rullgård2010-03-021-3/+2
| | | | Originally committed as revision 22156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place regression test output files in subdirs per familyMåns Rullgård2010-03-021-1/+2
| | | | Originally committed as revision 22155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use stripped executable in regression testsMåns Rullgård2010-02-171-1/+1
| | | | Originally committed as revision 21870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate audio-only tests so they are only run onceMåns Rullgård2010-01-301-0/+2
| | | | Originally committed as revision 21556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: suppress console output from testsMåns Rullgård2010-01-161-4/+8
| | | | | | | | | 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
* Replace ` ` syntax by $( ) in regression test shell scripts.Diego Biurrun2009-12-261-9/+9
| | | | | | The latter syntax variant is more readable and easier to nest. Originally committed as revision 20924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split codec-regression.sh, put all the code which can be shared byStefano Sabatini2009-10-231-0/+126
other regression test scripts in the regression-funcs.sh file. Originally committed as revision 20359 to svn://svn.ffmpeg.org/ffmpeg/trunk