Diego Biurrun
ca6127352f
Don't run libavtest if CONFIG_GPL is not set.
...
Originally committed as revision 6727 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-18 10:09:16 +00:00
Diego Biurrun
41ada6e515
Warn about --enable-gpl.
...
Originally committed as revision 6698 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-15 12:10:46 +00:00
Diego Biurrun
9fd353e9b5
0.pgm is now 00.pgm.
...
Originally committed as revision 6697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-15 12:08:42 +00:00
Diego Biurrun
3263626feb
Mark all phony targets as such.
...
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-03 17:42:17 +00:00
Diego Biurrun
d568d0feb4
Merge identical targets.
...
Originally committed as revision 6531 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-02 16:55:06 +00:00
Diego Biurrun
a9f9cc7cc1
simplification cosmetics
...
Originally committed as revision 6015 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17 16:29:52 +00:00
Diego Biurrun
0e16a1fc92
Simplify dsptest* rule and add libavutil to the dsptest* includes.
...
Originally committed as revision 6011 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17 12:23:35 +00:00
Víctor Paesa
f5c85943d0
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
2006-08-03 17:27:33 +00:00
Víctor Paesa
462f3c372c
Add missing EXESUF to executable rules.
...
patch by Victor Paesa, wzrlpy at arsystel com
M tests/Makefile
Originally committed as revision 5789 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-19 10:52:22 +00:00
Diego Biurrun
75fe19059a
100l: V_PATH vs VPATH typo
...
Originally committed as revision 5624 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-05 14:33:17 +00:00
Diego Biurrun
f130fd4630
cosmetics: Break overly long lines.
...
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-05 14:12:00 +00:00
Diego Biurrun
045bb9194e
simplify: $(SRC_PATH)/tests --> $(V_PATH)
...
Originally committed as revision 5620 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-05 14:01:45 +00:00
Diego Biurrun
98013cc16c
Make clean/distclean consistent throughout all the Makefiles.
...
Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-16 14:59:54 +00:00
Michael Niedermayer
e03c822afd
split snow53 test out
...
Originally committed as revision 4850 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-14 01:58:38 +00:00
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17 18:14:38 +00:00
Michael Niedermayer
ba85e70c54
enabling ffserver regression tests
...
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
2005-07-18 17:21:08 +00:00
Michael Niedermayer
d13eef3d3d
snow regression test
...
Originally committed as revision 4100 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-04-03 15:39:17 +00:00
Michael Niedermayer
2dd59ebd45
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
2004-02-18 19:07:58 +00:00
Fabrice Bellard
04e3f86d6b
ac3 test
...
Originally committed as revision 2153 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-24 21:21:39 +00:00
Fabrice Bellard
a12eea308a
put b- prefix to libav tests to avoid incorrect ffserver test
...
Originally committed as revision 2055 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-16 19:13:33 +00:00
Fabrice Bellard
8ff7d1ad06
fixed test.conf path
...
Originally committed as revision 2054 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-16 18:50:35 +00:00
Fabrice Bellard
e2946a86c1
fixed SRC_PATH usage
...
Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-05 12:36:05 +00:00
Roman Shaposhnik
affd55a132
* fixing a bug in avpicture_layout (PAL8 wasn't handled properly)
...
* 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
2003-05-12 02:53:43 +00:00
Roman Shaposhnik
6e023978cf
Changes for SPARC/Solaris compatibility. Now it should be possible to
...
build and test ffmpeg on SPARC/Solaris 8+ out of the box.
Originally committed as revision 1778 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-15 22:29:37 +00:00
Michael Niedermayer
6692d61b12
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
2003-04-12 14:50:35 +00:00
Michael Niedermayer
6afd3b92b4
finished integrating rotozoom test in ffmpeg
...
replaced float by integer to avoid rounding differenes between platforms
Originally committed as revision 1755 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-11 13:43:17 +00:00
Michael Niedermayer
67cbe68129
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
2003-04-10 21:29:31 +00:00
Michael Niedermayer
8d170f0efa
test ffserver even if ffmpeg regresion test fails
...
Originally committed as revision 1709 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-26 23:19:50 +00:00
Philip Gladstone
e2b2851e5a
First shot at the ffserver regression tests. All feedback received with
...
interest
Originally committed as revision 1336 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-12 19:53:05 +00:00
Michael Niedermayer
463678ac8b
using only the fast int dct for regression tests
...
Originally committed as revision 884 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-30 19:49:12 +00:00
Michael Niedermayer
1b78558a9c
mmx & non-mmx regerssion tests
...
Originally committed as revision 871 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-27 22:20:01 +00:00
Fabrice Bellard
5bcfd1ad98
use a local dir for tests
...
Originally committed as revision 668 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-06-05 18:14:21 +00:00
Zdenek Kabelac
5845431a86
* added dependency on dsputil_mmx_rnd.h for dsputil test
...
Originally committed as revision 627 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-29 20:55:16 +00:00
Zdenek Kabelac
6fea8454ac
* yet a bit more extended
...
* fixed busy loop test bug on mmx-only machine
Originally committed as revision 613 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-27 08:39:04 +00:00
Fabrice Bellard
d0c30ca54e
reactivated swf/mjpeg/jpg formats testing
...
Originally committed as revision 600 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-25 22:47:17 +00:00
Zdenek Kabelac
9e8098e72a
* a little bit extended dsptest also suports dsptestpic target
...
Originally committed as revision 569 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-23 14:57:11 +00:00
Zdenek Kabelac
ec9a41f57d
* somewhat more advanced test suit for dsp code - for now i386 only
...
cd test ; make dsptest ; ./dsptest
Originally committed as revision 568 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-23 13:34:22 +00:00
Fabrice Bellard
89d5dfd5e8
added libav regression tests
...
Originally committed as revision 537 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-20 16:20:05 +00:00
Fabrice Bellard
51133a7db0
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
2002-05-18 23:18:22 +00:00