added first version of regression tests - simply type 'make test' to test every codec...
authorFabrice Bellard <fabrice@bellard.org>
Sat, 18 May 2002 23:18:22 +0000 (23:18 +0000)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 18 May 2002 23:18:22 +0000 (23:18 +0000)
commit51133a7db0a4a62ea05d4aacd31aa0cf9cedf0ec
treef075fa9020d7ec0ba1e1cf7700da5e0430d525f6
parent0f1578afcc087f6bad330569dc462c361a926a90
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
tests/Makefile [new file with mode: 0644]
tests/audiogen.c [new file with mode: 0644]
tests/ffmpeg.regression.ref [new file with mode: 0644]
tests/regression.sh [new file with mode: 0755]
tests/videogen.c [new file with mode: 0644]