History | View | Annotate | Download (3.27 KB)
seek regression tests
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.
Originally committed as revision 7710 to svn://svn.ffmpeg.org/ffmpeg/trunk
Bail out immediately with software scaler instead of failing the tests.
Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix regression tests with out-of-tree builds.
Originally committed as revision 7364 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use $< instead of explicit names.
Originally committed as revision 7350 to svn://svn.ffmpeg.org/ffmpeg/trunk
allow spaces in source and build directory namesout of tree builds from a source dir with spaces is impossibledue 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.
Originally committed as revision 6727 to svn://svn.ffmpeg.org/ffmpeg/trunk
Warn about --enable-gpl.
Originally committed as revision 6698 to svn://svn.ffmpeg.org/ffmpeg/trunk
0.pgm is now 00.pgm.
Originally committed as revision 6697 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mark all phony targets as such.
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
Merge identical targets.
Originally committed as revision 6531 to svn://svn.ffmpeg.org/ffmpeg/trunk
simplification cosmetics
Originally committed as revision 6015 to svn://svn.ffmpeg.org/ffmpeg/trunk
Simplify dsptest* rule and add libavutil to the dsptest* includes.
Originally committed as revision 6011 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add $(EXESUF) where necessary, fixes regression tests under MinGW.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.patch by Victor Paesa, wzrlpy at arsystel comM tests/Makefile
Originally committed as revision 5789 to svn://svn.ffmpeg.org/ffmpeg/trunk
100l: V_PATH vs VPATH typo
Originally committed as revision 5624 to svn://svn.ffmpeg.org/ffmpeg/trunk
cosmetics: Break overly long lines.
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
simplify: $(SRC_PATH)/tests --> $(V_PATH)
Originally committed as revision 5620 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make clean/distclean consistent throughout all the Makefiles.
Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
split snow53 test out
Originally committed as revision 4850 to svn://svn.ffmpeg.org/ffmpeg/trunk
COSMETICS: Remove all trailing whitespace.
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
enabling ffserver regression testsnote, 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 test
Originally committed as revision 4100 to svn://svn.ffmpeg.org/ffmpeg/trunk
update libavformat regression checksums (it should be checked why exactly 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 test
Originally committed as revision 2153 to svn://svn.ffmpeg.org/ffmpeg/trunk
put b- prefix to libav tests to avoid incorrect ffserver test
Originally committed as revision 2055 to svn://svn.ffmpeg.org/ffmpeg/trunk
fixed test.conf path
Originally committed as revision 2054 to svn://svn.ffmpeg.org/ffmpeg/trunk
fixed SRC_PATH usage
Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 1855 to svn://svn.ffmpeg.org/ffmpeg/trunk
Changes for SPARC/Solaris compatibility. Now it should be possible tobuild 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 ok
Originally committed as revision 1767 to svn://svn.ffmpeg.org/ffmpeg/trunk
finished integrating rotozoom test in ffmpegreplaced 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 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 fails
Originally committed as revision 1709 to svn://svn.ffmpeg.org/ffmpeg/trunk
First shot at the ffserver regression tests. All feedback received withinterest
Originally committed as revision 1336 to svn://svn.ffmpeg.org/ffmpeg/trunk
using only the fast int dct for regression tests
Originally committed as revision 884 to svn://svn.ffmpeg.org/ffmpeg/trunk
mmx & non-mmx regerssion tests
Originally committed as revision 871 to svn://svn.ffmpeg.org/ffmpeg/trunk
use a local dir for tests
Originally committed as revision 668 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 627 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 613 to svn://svn.ffmpeg.org/ffmpeg/trunk
reactivated swf/mjpeg/jpg formats testing
Originally committed as revision 600 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 568 to svn://svn.ffmpeg.org/ffmpeg/trunk
added libav regression tests
Originally committed as revision 537 to svn://svn.ffmpeg.org/ffmpeg/trunk
added first version of regression tests - simply type 'make test' to test 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