summaryrefslogtreecommitdiff
path: root/tests/Makefile
Commit message (Collapse)AuthorAge
* fixed SRC_PATH usageFabrice Bellard2003-06-05
| | | | Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a bug in avpicture_layout (PAL8 wasn't handled properly)Roman Shaposhnik2003-05-12
| | | | | | | * adding regression tests for all pix_fmt conversions * making libavtest part of the default testsuite Originally committed as revision 1855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Changes for SPARC/Solaris compatibility. Now it should be possible toRoman Shaposhnik2003-04-15
| | | | | | build and test ffmpeg on SPARC/Solaris 8+ out of the box. Originally committed as revision 1778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fail if a test fails instead of contuing as if everything was okMichael Niedermayer2003-04-12
| | | | Originally committed as revision 1767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finished integrating rotozoom test in ffmpegMichael Niedermayer2003-04-11
| | | | | | replaced float by integer to avoid rounding differenes between platforms Originally committed as revision 1755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check quality too, not only md5 (but dont take the scores too serious, the ↵Michael Niedermayer2003-04-10
| | | | | | | | different codecs use different quality/bitrates and its just based on a artificially generated testvideo) small changes to some test to check a broader area of features Originally committed as revision 1751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test ffserver even if ffmpeg regresion test failsMichael Niedermayer2003-03-26
| | | | Originally committed as revision 1709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First shot at the ffserver regression tests. All feedback received withPhilip Gladstone2002-12-12
| | | | | | interest Originally committed as revision 1336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using only the fast int dct for regression testsMichael Niedermayer2002-08-30
| | | | Originally committed as revision 884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx & non-mmx regerssion testsMichael Niedermayer2002-08-27
| | | | Originally committed as revision 871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a local dir for testsFabrice Bellard2002-06-05
| | | | Originally committed as revision 668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * added dependency on dsputil_mmx_rnd.h for dsputil testZdenek Kabelac2002-05-29
| | | | Originally committed as revision 627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * yet a bit more extendedZdenek Kabelac2002-05-27
| | | | | | * fixed busy loop test bug on mmx-only machine Originally committed as revision 613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reactivated swf/mjpeg/jpg formats testingFabrice Bellard2002-05-25
| | | | Originally committed as revision 600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * a little bit extended dsptest also suports dsptestpic targetZdenek Kabelac2002-05-23
| | | | Originally committed as revision 569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * somewhat more advanced test suit for dsp code - for now i386 onlyZdenek Kabelac2002-05-23
| | | | | | cd test ; make dsptest ; ./dsptest Originally committed as revision 568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added libav regression testsFabrice Bellard2002-05-20
| | | | Originally committed as revision 537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added first version of regression tests - simply type 'make test' to test ↵Fabrice Bellard2002-05-18
every codec and some mux/demuxes - added simple synthetic audio and video bitstreams generators so that no big streams needs to be used Originally committed as revision 532 to svn://svn.ffmpeg.org/ffmpeg/trunk