summaryrefslogtreecommitdiff
path: root/tests/Makefile
Commit message (Collapse)AuthorAge
* seek regression testsMichael Niedermayer2007-02-05
| | | | Originally committed as revision 7832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not run (broken) ffserver test by default and warn about its brokenness.Diego Biurrun2007-01-25
| | | | Originally committed as revision 7710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bail out immediately with software scaler instead of failing the tests.Diego Biurrun2007-01-10
| | | | Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression tests with out-of-tree builds.Diego Biurrun2006-12-23
| | | | Originally committed as revision 7364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use $< instead of explicit names.Diego Biurrun2006-12-21
| | | | Originally committed as revision 7350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't run libavtest if CONFIG_GPL is not set.Diego Biurrun2006-10-18
| | | | Originally committed as revision 6727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn about --enable-gpl.Diego Biurrun2006-10-15
| | | | Originally committed as revision 6698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0.pgm is now 00.pgm.Diego Biurrun2006-10-15
| | | | Originally committed as revision 6697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all phony targets as such.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge identical targets.Diego Biurrun2006-10-02
| | | | Originally committed as revision 6531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplification cosmeticsDiego Biurrun2006-08-17
| | | | Originally committed as revision 6015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify dsptest* rule and add libavutil to the dsptest* includes.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add $(EXESUF) where necessary, fixes regression tests under MinGW.Víctor Paesa2006-08-03
| | | | | | patch by Víctor Paesa, wzrlpy $@$ arsystel dot com Originally committed as revision 5924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing EXESUF to executable rules.Víctor Paesa2006-07-19
| | | | | | | patch by Victor Paesa, wzrlpy at arsystel com M tests/Makefile Originally committed as revision 5789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: V_PATH vs VPATH typoDiego Biurrun2006-07-05
| | | | Originally committed as revision 5624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify: $(SRC_PATH)/tests --> $(V_PATH)Diego Biurrun2006-07-05
| | | | Originally committed as revision 5620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-16
| | | | Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split snow53 test outMichael Niedermayer2006-01-14
| | | | Originally committed as revision 4850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enabling ffserver regression testsMichael Niedermayer2005-07-18
| | | | | | note, none of the files is playable but this test should help against further breakage unless of course the checksums depend upon something they shouldnt Originally committed as revision 4456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* snow regression testMichael Niedermayer2005-04-03
| | | | Originally committed as revision 4100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update libavformat regression checksums (it should be checked why exactly ↵Michael Niedermayer2004-02-18
| | | | | | they changed ...), and always test libavformat in make test so this doesnt happen again Originally committed as revision 2799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3 testFabrice Bellard2003-08-24
| | | | Originally committed as revision 2153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put b- prefix to libav tests to avoid incorrect ffserver testFabrice Bellard2003-07-16
| | | | Originally committed as revision 2055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed test.conf pathFabrice Bellard2003-07-16
| | | | Originally committed as revision 2054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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