summaryrefslogtreecommitdiff
path: root/tests/lavfi-regression.sh
Commit message (Collapse)AuthorAge
* Do not exclude anymore the pixel formats rgb444, bgr444, rgb4_byte,Stefano Sabatini2010-06-06
| | | | | | | | and bgr4_byte from the lavfi-pix_fmts test. The formats are now supported by NUT. Originally committed as revision 23510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Stefano Sabatini2010-06-03
| | | | Originally committed as revision 23459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Exclude from the lavfi_pix_fmts regression test the output pixelStefano Sabatini2010-06-03
| | | | | | | formats which are not currently supported by NUT and which cannot be played by ffplay. Originally committed as revision 23458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless variables in get_common_elements().Stefano Sabatini2010-06-02
| | | | Originally committed as revision 23429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavfilter 1-input - 1-output regression test, corresponding to theStefano Sabatini2010-05-24
| | | | | | | | | | target regtest-lavfi_pix_fmts. The lavfi_pix_fmts test is disabled, this because there are many tests which are failing, and there are still some output files which cannot be played by NUT/ffplay. Originally committed as revision 23297 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
* Make ad-hoc lavfi tests use random values for the slice height usedStefano Sabatini2010-03-17
| | | | | | per each frame, useful for testing slicification. Originally committed as revision 22587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some ad-hoc tests for libavfilter.Stefano Sabatini2010-03-17
| | | | | | | | A patched version of ffmpeg supporting video filters is required for getting this working; thus make lavfitest is supposed to work only in the libavfilter repository for now. Originally committed as revision 22586 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