History | View | Annotate | Download (4.69 KB)
Place regtest-pixfmt output files in separate dir
This test generates many output files, and keeping them separateis convenient.
Originally committed as revision 22157 to svn://svn.ffmpeg.org/ffmpeg/trunk
regtest: suppress console output from tests
This disables all console output from the *-regression.sh scripts bydefault. If the V environment variable is set to 1, ffmpeg commandsare printed before being run. If V is greater than 1, ffmpeg outputgoes to the console, otherwise stderr is redirected to a file....
Split codec-regression.sh, and create the lavf-regression.sh script.
Originally committed as revision 20365 to svn://svn.ffmpeg.org/ffmpeg/trunk