summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* 10l, add flags forgotten in last commitVitor Sessak2010-08-311-1/+1
| | | | Originally committed as revision 25007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Apple MJPEG-B decoder FATE testVitor Sessak2010-08-312-0/+13
| | | | Originally committed as revision 25006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FATE test for ScummVM DXA flavorVitor Sessak2010-08-312-0/+15
| | | | Originally committed as revision 25005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fate test for Westwood SND1 codecVitor Sessak2010-08-282-0/+3
| | | | Originally committed as revision 24957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove CCITT fax G4 tests (partial revert of r24954). This test isVitor Sessak2010-08-283-7/+0
| | | | | | corrupting memory somehow and segfaulting in the BSDs. Originally committed as revision 24956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CCITT Fax Group compression fate testsVitor Sessak2010-08-285-0/+16
| | | | Originally committed as revision 24954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: build with --enable-gplMåns Rullgård2010-08-251-0/+1
| | | | Originally committed as revision 24930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3 fate testVitor Sessak2010-08-252-0/+117
| | | | Originally committed as revision 24928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Renderware TeXture Dictionary FATE testVitor Sessak2010-08-243-0/+18
| | | | Originally committed as revision 24911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: set LC_ALL=C to avoid locale interferenceMåns Rullgård2010-08-231-0/+2
| | | | Originally committed as revision 24889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BinkAudio FATE testsVitor Sessak2010-08-231-0/+12
| | | | Originally committed as revision 24888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make "-fs ss" mean "make output file of size equals or less than ss"Vitor Sessak2010-08-231-6/+6
| | | | | | | | | instead of current "make output file of size less than ss". Also use it to make MP3 tests more readable (using -fs xxx where xxx is the requested output size, not something slightly lower). Originally committed as revision 24884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix fate breakage, 10l to me (too much copy and pasting)Vitor Sessak2010-08-231-1/+1
| | | | Originally committed as revision 24881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MP3 float decoder FATE testsVitor Sessak2010-08-231-0/+39
| | | | Originally committed as revision 24880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FATE test for WMV8 DRMVitor Sessak2010-08-232-0/+165
| | | | Originally committed as revision 24874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add truemotion1 tests.Reimar Döffinger2010-08-233-0/+265
| | | | Originally committed as revision 24872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: remove unused variable in fate.shMåns Rullgård2010-08-221-1/+0
| | | | Originally committed as revision 24870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: remove pointless fate/fate2 separationMåns Rullgård2010-08-221-34/+34
| | | | Originally committed as revision 24868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: allow specifying relative path to config file in fate.shMåns Rullgård2010-08-221-1/+1
| | | | Originally committed as revision 24866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FATE test for ANSI/ASCII animation and TTY demuxerVitor Sessak2010-08-212-0/+20
| | | | Originally committed as revision 24865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate-run: use 'run' function in 'ffmpeg' functionMåns Rullgård2010-08-191-1/+1
| | | | Originally committed as revision 24837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add -v 0 to ffmpeg flagsMåns Rullgård2010-08-191-1/+1
| | | | Originally committed as revision 24836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: store last version in per-slot fileMåns Rullgård2010-08-171-2/+2
| | | | | | This allows the same workdir to be used by multiple slots. Originally committed as revision 24819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add hflip filter.Stefano Sabatini2010-08-172-0/+73
| | | | Originally committed as revision 24806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: move some groups of related tests to their own filesMåns Rullgård2010-08-048-545/+499
| | | | | | | This moves some groups of tests for single codecs to separate files, and adds shorthands for running all tests in a group. Originally committed as revision 24697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add fft testsMåns Rullgård2010-08-041-0/+40
| | | | Originally committed as revision 24695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate-run: add helper to run things on targetMåns Rullgård2010-08-041-0/+4
| | | | Originally committed as revision 24694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lavfi-regression: trim \r line ends from showfiltfmts outputMåns Rullgård2010-08-021-2/+2
| | | | | | 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-023-125/+125
| | | | | | | 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-011-2/+2
| | | | Originally committed as revision 24658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add lavfi-pixfmts LE tests.Stefano Sabatini2010-08-015-0/+358
| | | | | | | | | The corresponding lavfi-pixfmts BE tests are not yet added, as there are some bugs in the scaler (scaling rgba, argb, bgra, abgr, yuva420p) which result in differences with the LE reference, and I cannot visually check the generated files on BE. Originally committed as revision 24657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2010-08-011-7/+7
| | | | Originally committed as revision 24655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split lavfi pixfmts test.Stefano Sabatini2010-08-011-16/+14
| | | | | | | 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
* fate: fix non-standard use of bcMåns Rullgård2010-08-011-1/+1
| | | | Originally committed as revision 24651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: fix signal name translationMåns Rullgård2010-08-011-1/+1
| | | | Originally committed as revision 24650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: make tar command configurableMåns Rullgård2010-08-011-1/+2
| | | | | | | The 'tar' variable should be set to a command writing a tar archive of the named files to stdout, typically "tar c" or "tar cf -" Originally committed as revision 24649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify lavfi-pixfmts test scriptMåns Rullgård2010-08-011-30/+9
| | | | Originally committed as revision 24648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove temporary files in lavfi-pixfmts testMåns Rullgård2010-08-011-0/+1
| | | | Originally committed as revision 24646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix fate-lavfi-pixfmts test cross-compilation.Stefano Sabatini2010-08-011-2/+3
| | | | | | | | 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-011-1/+1
| | | | | | | 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-011-1/+1
| | | | | | | | 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-011-1/+2
| | | | | | | 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-011-1/+1
| | | | | | 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-011-1/+1
| | | | | | simpler and consistent with the names of the other lavfi tests. Originally committed as revision 24640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: translate exit status to signal nameMåns Rullgård2010-07-311-1/+6
| | | | Originally committed as revision 24623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: clean up also after failed runsMåns Rullgård2010-07-271-0/+1
| | | | Originally committed as revision 24542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase error tolerance for RA288 and one vorbis test. Should fix someVitor Sessak2010-07-271-0/+2
| | | | | | failures in PPC and ARM. Originally committed as revision 24541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: delete build and install dirs after sessionMåns Rullgård2010-07-271-0/+5
| | | | Originally committed as revision 24531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add fate session scriptMåns Rullgård2010-07-261-0/+107
| | | | Originally committed as revision 24530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: create report filesMåns Rullgård2010-07-261-10/+18
| | | | Originally committed as revision 24529 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud