summaryrefslogtreecommitdiff
path: root/tests/codec-regression.sh
Commit message (Collapse)AuthorAge
* Revert "avconv: use stream copy by default when possible."Anton Khirnov2011-08-16
| | | | | | | This reverts commit 4f4f33844a7369e5579912cc02f3c5376b1e6872. This commit has some ugly corner cases and needs to be discussed further.
* avconv: use stream copy by default when possible.Anton Khirnov2011-08-16
|
* lavc: add audio flag to the 'b' option, deprecate 'ab'.Anton Khirnov2011-08-16
| | | | | | Its only reason for its existence was ffmpeg's inability to properly assign AVOptions to streams. Now this is not a problem anymore, so 'ab' should go.
* avconv: rename sameq to same_quantAnton Khirnov2011-08-16
| | | | | It's often mistakenly used as 'same quality', emphasize that it's not true in the manual.
* Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-12
| | | | | | | It will be further developed with a few incompatible changes. ffmpeg.c will stay as is for some time, so any scripts using it won't be broken.
* dnxhd: add regression test for 10-bitMans Rullgard2011-07-21
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: remove output redirections from old regtest scriptsMans Rullgard2011-06-21
| | | | | | | | All tests are run through the fate-run.sh script which already sets up redirections. Using the outputs set there simplifies things somewhat. Signed-off-by: Mans Rullgard <mans@mansr.com>
* codec-regression: remove pointless -r options for dnxhdAnton Khirnov2011-06-16
|
* fate: do not collect -benchmark outputMans Rullgard2011-05-18
| | | | | | | The old regtest scripts pass -benchmark and collect the utime values. As these values are never used, this machinery can be removed. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: run aref and vref as regular testsMans Rullgard2011-05-18
| | | | | | | | | These tests create reference files used for psnr calculation in the other codec tests. Treating them as (mostly) regular tests simplifies the makefile and makes them visible in the fate reports. The latter makes errors in these runs easier to identify. Signed-off-by: Mans Rullgard <mans@mansr.com>
* regtest: fix wma testsMans Rullgard2011-05-09
| | | | | | | This adds $DEC_OPTS to the wma decode commands, making tests pass on systems where the bitexact flag is needed. Signed-off-by: Mans Rullgard <mans@mansr.com>
* regtest: separate flags for encoding and decodingMans Rullgard2011-05-09
| | | | | | | | This separates encoding and decoding flags, and passes them together with the related file argument instead of all at the start of the command line. Signed-off-by: Mans Rullgard <mans@mansr.com>
* regtest: simplify encoding functionsMans Rullgard2011-05-08
| | | | | | | | The video encoding options were needlessly split in two parameters which are merged. The do_audio_encoding function did not use its second argument, so this can be removed. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Fix qtrle regression test, actually test qtrle.Baptiste Coudurier2011-02-11
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Change the AC-3 encoder to use floating-point.Justin Ruggles2011-01-04
| | | | | | | | Fixed-point AC-3 encoder renamed to ac3_fixed. Regression test acodec-ac3 renamed to acodec-ac3_fixed. Regression test lavf-rm changed to use ac3_fixed encoder. Originally committed as revision 26209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QTRLE regtestVitor Sessak2010-09-01
| | | | Originally committed as revision 25017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: simplify cleanup after each testMåns Rullgård2010-07-21
| | | | Originally committed as revision 24396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "b" from "Mb" in -b values for the dnxhd tests.Stefano Sabatini2010-06-16
| | | | | | They are just ignored, and tend to confuse both machines and humans. Originally committed as revision 23628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add simple rgb/yuv in avi regression test.Michael Niedermayer2010-06-06
| | | | Originally committed as revision 23501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use mpeg2 quantization bias for mjpeg.Michael Niedermayer2010-03-15
| | | | | | this seems to improve RD performance. Originally committed as revision 22550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate audio-only tests so they are only run onceMåns Rullgård2010-01-30
| | | | Originally committed as revision 21556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: split wma test into wmav1 and wmav2Måns Rullgård2010-01-16
| | | | Originally committed as revision 21255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ROQ format regression test.Reimar Döffinger2009-12-12
| | | | Originally committed as revision 20811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce the number of encoded frames for the dnxhd tests to 5.Stefano Sabatini2009-12-12
| | | | | | Significantly reduce codectest execution time. Originally committed as revision 20804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split codec-regression.sh again and create a lavfi-regression.sh forStefano Sabatini2009-10-27
| | | | | | running the libavfilter tests. Originally committed as revision 20384 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
* Fix codectestMåns Rullgård2009-10-24
| | | | Originally committed as revision 20360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split codec-regression.sh, put all the code which can be shared byStefano Sabatini2009-10-23
| | | | | | other regression test scripts in the regression-funcs.sh file. Originally committed as revision 20359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move up the $test variable definition, together with the otherStefano Sabatini2009-10-19
| | | | | | | | | definitions of variables defined using the positional arguments of the script. Should ease the split of the file. Originally committed as revision 20322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give symbolic names to the positional parameters of theStefano Sabatini2009-10-19
| | | | | | codec-regression.sh script. Originally committed as revision 20321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do the dnxhd_720p_rd test with -threads 4 in order to also test the ↵Reimar Döffinger2009-10-11
| | | | | | threading code. Originally committed as revision 20205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ALAC encoding and decoding regression tests.Justin Ruggles2009-10-06
| | | | Originally committed as revision 20188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi regressionStefano Sabatini2009-09-29
| | | | | | | tests, as the use of huffyuv may cause the auto-insertion of a scale filter, thus masking the mis-behavior of some filter. Originally committed as revision 20088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix md5 program invocation for BSD.Michael Kostylev2009-09-29
| | | | | | patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 20086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated / stray code which slipped in with r20057.Stefano Sabatini2009-09-27
| | | | Originally committed as revision 20060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of "function" "keywords" in lavfilter testing code, hopefully willReimar Döffinger2009-09-27
| | | | | | make regressions tests runnable again with all shells. Originally committed as revision 20059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a lavfitest target for testing regressions in libavfilter.Stefano Sabatini2009-09-27
| | | | | | | | The target is disabled. See the thread: "[PATCH] libavfilter-soc: regression test for libavfilter". Originally committed as revision 20057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: do not write to /tmp/ffmpeg$$Måns Rullgård2009-09-21
| | | | | | | | Nothing useful was ever written to this file. It did, however, often cause spurious failures when the file was left behind by another user on the system. Originally committed as revision 19938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split dnxhd regression test so the parts can run in parallelMåns Rullgård2009-09-21
| | | | Originally committed as revision 19936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use default sws_flags for dnxhd regression tests and also test the "-mbd rd"Reimar Döffinger2009-09-19
| | | | | | variant of the encoder. Originally committed as revision 19923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change DNxHD regression tests to test both 720p and 1080i instead of just 1080iReimar Döffinger2009-09-19
| | | | | | for better test coverage. Originally committed as revision 19921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add dnxhd test to regression tests.Reimar Döffinger2009-09-17
| | | | Originally committed as revision 19895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: print commands also for image format testsMåns Rullgård2009-06-14
| | | | Originally committed as revision 19195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available andCarl Eugen Hoyos2009-04-10
| | | | | | not disabled. Originally committed as revision 18424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename regression test result files from b-libav* to b-lavf* for consistency.Diego Biurrun2009-03-30
| | | | | | | This requires updating the gxf regression checksum since the gxf muxer puts the filename in files it creates. Originally committed as revision 18253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix running regression tests on remote targetsMåns Rullgård2009-03-30
| | | | Originally committed as revision 18251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip creation of tests/data directory in individual regression test scripts.Diego Biurrun2009-03-30
| | | | | | It is already being taken care of by the Makefile. Originally committed as revision 18248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move generated file aynth1.sw to the data subdirectory. Thus it does not haveDiego Biurrun2009-03-30
| | | | | | to be removed separately and there is less clutter in the tests directory. Originally committed as revision 18246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename regression.sh --> codec-regression.sh. Now all regression test scriptsDiego Biurrun2009-03-30
carry the regression test they run as prefix in their name. Originally committed as revision 18245 to svn://svn.ffmpeg.org/ffmpeg/trunk