summaryrefslogtreecommitdiff
path: root/tests/lavfi-regression.sh
Commit message (Collapse)AuthorAge
* fate: make lavfi tests output only md5Mans Rullgard2011-01-22
| | | | | | | 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.
* Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini2010-12-28
| | | | | | code. Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the crop filters accept parametric expressions.Stefano Sabatini2010-09-25
| | | | Originally committed as revision 25185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-24
| | | | | | | Slightly more intuitive and required by a pending changes for making the filter parametric. Originally committed as revision 25184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add hflip filter.Stefano Sabatini2010-08-17
| | | | Originally committed as revision 24806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lavfi-regression: trim \r line ends from showfiltfmts outputMåns Rullgård2010-08-02
| | | | | | This is required when cross-testing on dos-like targets. Originally committed as revision 24667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sort lavfi pixdesc tests.Stefano Sabatini2010-08-02
| | | | | | | Increase readability and robustness, as the test result is not going to differ if the order of the pixfmts codes changes. Originally committed as revision 24665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lavfi-regression: use different temp file names for each pixfmt testMåns Rullgård2010-08-01
| | | | Originally committed as revision 24658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2010-08-01
| | | | Originally committed as revision 24655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split lavfi pixfmts test.Stefano Sabatini2010-08-01
| | | | | | | Introduce the function do_lavfi_pixfmts(), and use it for generating a pixfmts test for each different filter. Originally committed as revision 24654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify lavfi-pixfmts test scriptMåns Rullgård2010-08-01
| | | | Originally committed as revision 24648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove temporary files in lavfi-pixfmts testMåns Rullgård2010-08-01
| | | | Originally committed as revision 24646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix fate-lavfi-pixfmts test cross-compilation.Stefano Sabatini2010-08-01
| | | | | | | | Add the lavfi-showfiltfmts dependency in the Makefile, and correctly use the $target_exec and $target_path variables for invoking the lavfi-showfiltfmts tool. Originally committed as revision 24645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the ffmpeg specified in $ffmpeg in the pixfmts lavfi test,Stefano Sabatini2010-08-01
| | | | | | | otherwise the test will be running whatever ffmpeg is installed on the host system. Originally committed as revision 24644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put the filter name before the pixel format name in the lavfi pixfmtsStefano Sabatini2010-08-01
| | | | | | | | test output files, and add a prefix with the name of the test. Make per-filter grouping of the generated output files easier, which is more useful than per-pixel-format grouping. Originally committed as revision 24643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce and use a variable $output in the lavfi pixfmts test code.Stefano Sabatini2010-08-01
| | | | | | | Consistent with the lavfi pixdesc test code, and slightly improve readability. Originally committed as revision 24642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the lavfi pixfmts tests in _le and _be, this is required as theStefano Sabatini2010-08-01
| | | | | | test results and references depend on machine endianess. Originally committed as revision 24641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the not yet enabled test lavfi_pix_fmts to pixfmts, which isStefano Sabatini2010-08-01
| | | | | | simpler and consistent with the names of the other lavfi tests. Originally committed as revision 24640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify lavfi test script a littleMåns Rullgård2010-07-24
| | | | Originally committed as revision 24486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unbreak parallel lavfi testingMåns Rullgård2010-07-24
| | | | Originally committed as revision 24485 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
* Fix lavfi pixdesc testMåns Rullgård2010-07-19
| | | | | | | | | | | | | | | | | This test verifies the pixdesc code by comparing the output with and without a filter which should have no effect on the image. Since the available pixel formats depend on the byte order of the machine, a simple reference checksum is not possible. The test originally tried to solve this by generating a reference file on the fly. The problem with this is that the test framework expects the reference file in the source tree, and writing to the source tree is not allowed. To avoid complicating the test framework, we instead provide two reference files and select which to use based on the byte order. Originally committed as revision 24330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pixdesctest filter and corresponding test.Stefano Sabatini2010-07-07
| | | | Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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