History | View | Annotate | Download (2.69 KB)
fate: make lavfi tests output only md5
Instead of saving huge raw files, use the md5: output pseudo-protocolto calculate the checksum of the file directly. This is especiallyuseful when testing on remote targets as it avoids transferring 3.6GBover the network.
Add copy filter, useful for testing the avfilter_draw_slice() copycode.
Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make the crop filters accept parametric expressions.
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.
Slightly more intuitive and required by a pending changes for makingthe filter parametric.
Originally committed as revision 25184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add hflip filter.
Originally committed as revision 24806 to svn://svn.ffmpeg.org/ffmpeg/trunk
lavfi-regression: trim \r line ends from showfiltfmts output
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.
Increase readability and robustness, as the test result is not goingto 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 test
Originally committed as revision 24658 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reindent.
Originally committed as revision 24655 to svn://svn.ffmpeg.org/ffmpeg/trunk
Split lavfi pixfmts test.
Introduce the function do_lavfi_pixfmts(), and use it for generating apixfmts test for each different filter.
Originally committed as revision 24654 to svn://svn.ffmpeg.org/ffmpeg/trunk
Simplify lavfi-pixfmts test script
Originally committed as revision 24648 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove temporary files in lavfi-pixfmts test
Originally committed as revision 24646 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix fate-lavfi-pixfmts test cross-compilation.
Add the lavfi-showfiltfmts dependency in the Makefile, and correctlyuse the $target_exec and $target_path variables for invoking thelavfi-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,otherwise the test will be running whatever ffmpeg is installed on thehost 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 pixfmtstest output files, and add a prefix with the name of the test.Make per-filter grouping of the generated output files easier, whichis 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.Consistent with the lavfi pixdesc test code, and slightly improvereadability.
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 thetest 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 issimpler 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 little
Originally committed as revision 24486 to svn://svn.ffmpeg.org/ffmpeg/trunk
Unbreak parallel lavfi testing
Originally committed as revision 24485 to svn://svn.ffmpeg.org/ffmpeg/trunk
regtest: simplify cleanup after each test
Originally committed as revision 24396 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix lavfi pixdesc test
This test verifies the pixdesc code by comparing the output with andwithout a filter which should have no effect on the image. Since theavailable pixel formats depend on the byte order of the machine, asimple reference checksum is not possible....
Add pixdesctest filter and corresponding test.
Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk
Do not exclude anymore the pixel formats rgb444, bgr444, rgb4_byte,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.
Originally committed as revision 23459 to svn://svn.ffmpeg.org/ffmpeg/trunk
Exclude from the lavfi_pix_fmts regression test the output pixelformats which are not currently supported by NUT and which cannot beplayed by ffplay.
Originally committed as revision 23458 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove useless variables in get_common_elements().
Originally committed as revision 23429 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add libavfilter 1-input - 1-output regression test, corresponding to thetarget regtest-lavfi_pix_fmts.
The lavfi_pix_fmts test is disabled, this because there aremany tests which are failing, and there are still some output fileswhich cannot be played by NUT/ffplay....
Replace "-vfilters" by "-vf" in regtests. Should fix regtest breakage.
Originally committed as revision 23109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make ad-hoc lavfi tests use random values for the slice height usedper 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.
A patched version of ffmpeg supporting video filters is required forgetting this working; thus make lavfitest is supposed to work only inthe 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 forrunning the libavfilter tests.
Originally committed as revision 20384 to svn://svn.ffmpeg.org/ffmpeg/trunk