[FFmpeg-cvslog] r22586 - in trunk: Makefile tests/lavfi-regression.sh tests/ref/lavfi tests/ref/lavfi/crop tests/ref/lavfi/crop_scale tests/ref/lavfi/crop_scale_vflip tests/ref/lavfi/crop_vflip tests/ref/lavfi/nul...
stefano
subversion
Thu Mar 18 00:23:44 CET 2010
Author: stefano
Date: Thu Mar 18 00:23:44 2010
New Revision: 22586
Log:
Add some ad-hoc tests for libavfilter.
A patched version of ffmpeg supporting video filters is required for
getting this working; thus make lavfitest is supposed to work only in
the libavfilter repository for now.
Added:
trunk/tests/ref/lavfi/
trunk/tests/ref/lavfi/crop
trunk/tests/ref/lavfi/crop_scale
trunk/tests/ref/lavfi/crop_scale_vflip
trunk/tests/ref/lavfi/crop_vflip
trunk/tests/ref/lavfi/null
trunk/tests/ref/lavfi/scale200
trunk/tests/ref/lavfi/scale500
trunk/tests/ref/lavfi/vflip
trunk/tests/ref/lavfi/vflip_crop
trunk/tests/ref/lavfi/vflip_vflip
Modified:
trunk/Makefile
trunk/tests/lavfi-regression.sh
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Wed Mar 17 16:14:18 2010 (r22585)
+++ trunk/Makefile Thu Mar 18 00:23:44 2010 (r22586)
@@ -250,7 +250,17 @@ LAVF_TESTS-$(call MUXDEM,VOC)
LAVF_TESTS-$(call MUXDEM,WAV) += wav
LAVF_TESTS-$(call MUXDEM,YUV4MPEGPIPE) += yuv4mpeg
-LAVFI_TESTS =
+LAVFI_TESTS = \
+ crop \
+ crop_scale \
+ crop_scale_vflip \
+ crop_vflip \
+ null \
+ scale200 \
+ scale500 \
+ vflip \
+ vflip_crop \
+ vflip_vflip \
ACODEC_TESTS := $(addprefix regtest-, $(ACODEC_TESTS) $(ACODEC_TESTS-yes))
VCODEC_TESTS := $(addprefix regtest-, $(VCODEC_TESTS) $(VCODEC_TESTS-yes))
@@ -261,8 +271,7 @@ CODEC_TESTS = $(VCODEC_TESTS) $(ACODEC_T
codectest: $(CODEC_TESTS)
lavftest: $(LAVF_TESTS)
-
-# lavfitest: $(LAVFI_TESTS)
+lavfitest: $(LAVFI_TESTS)
$(ACODEC_TESTS): regtest-aref
$(VCODEC_TESTS): regtest-vref
Modified: trunk/tests/lavfi-regression.sh
==============================================================================
--- trunk/tests/lavfi-regression.sh Wed Mar 17 16:14:18 2010 (r22585)
+++ trunk/tests/lavfi-regression.sh Thu Mar 18 00:23:44 2010 (r22586)
@@ -20,14 +20,20 @@ do_lavfi() {
vfilters=$2
if [ -n "$test" ] ; then
- do_video_encoding ${test_name}.avi "" "-vcodec rawvideo -vfilters $vfilters"
+ do_video_encoding ${test_name}.nut "" "-vcodec rawvideo -vfilters $vfilters"
fi
}
-# example tests:
-# do_lavfi "crop" "crop=100:100:-1:-1"
-# do_lavfi "crop_scale" "crop=100:100,scale=200:-1"
-# do_lavfi "scale" "scale=200:200"
+do_lavfi "crop" "crop=100:100"
+do_lavfi "crop_scale" "crop=100:100,scale=400:-1"
+do_lavfi "crop_scale_vflip" "null,null,crop=200:200,crop=20:20,scale=200:200,scale=250:250,vflip,vflip,null,scale=200:200,crop=100:100,vflip,scale=200:200,null,vflip,crop=100:100,null"
+do_lavfi "crop_vflip" "crop=100:100,vflip"
+do_lavfi "null" "null"
+do_lavfi "scale200" "scale=200:200"
+do_lavfi "scale500" "scale=500:500"
+do_lavfi "vflip" "vflip"
+do_lavfi "vflip_crop" "vflip,crop=100:100"
+do_lavfi "vflip_vflip" "vflip,vflip"
# TODO: add tests for
# direct rendering,
Added: trunk/tests/ref/lavfi/crop
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/tests/ref/lavfi/crop Thu Mar 18 00:23:44 2010 (r22586)
@@ -0,0 +1,2 @@
+3d163f156eaddf41d2be20736f973539 *./tests/data/lavfi/crop.nut
+3554654 ./tests/data/lavfi/crop.nut
Added: trunk/tests/ref/lavfi/crop_scale
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/tests/ref/lavfi/crop_scale Thu Mar 18 00:23:44 2010 (r22586)
@@ -0,0 +1,2 @@
+4ffe30abe99931bc9989f40ae65654b7 *./tests/data/lavfi/crop_scale.nut
+8941454 ./tests/data/lavfi/crop_scale.nut
Added: trunk/tests/ref/lavfi/crop_scale_vflip
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/tests/ref/lavfi/crop_scale_vflip Thu Mar 18 00:23:44 2010 (r22586)
@@ -0,0 +1,2 @@
+3b1c81bb6ce7575f5ee3088ea165dbe7 *./tests/data/lavfi/crop_scale_vflip.nut
+750727 ./tests/data/lavfi/crop_scale_vflip.nut
Added: trunk/tests/ref/lavfi/crop_vflip
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/tests/ref/lavfi/crop_vflip Thu Mar 18 00:23:44 2010 (r22586)
@@ -0,0 +1,2 @@
+628542e17b6900ee79b1429183ae01b0 *./tests/data/lavfi/crop_vflip.nut
+3554654 ./tests/data/lavfi/crop_vflip.nut
Added: trunk/tests/ref/lavfi/null
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/tests/ref/lavfi/null Thu Mar 18 00:23:44 2010 (r22586)
@@ -0,0 +1,2 @@
+eba2f135a08829387e2f698ff72a2939 *./tests/data/lavfi/null.nut
+7604654 ./tests/data/lavfi/null.nut
Added: trunk/tests/ref/lavfi/scale200
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/tests/ref/lavfi/scale200 Thu Mar 18 00:23:44 2010 (r22586)
@@ -0,0 +1,2 @@
+f7325609fdb8992bcea0cf3712ea2afc *./tests/data/lavfi/scale200.nut
+3001204 ./tests/data/lavfi/scale200.nut
Added: trunk/tests/ref/lavfi/scale500
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/tests/ref/lavfi/scale500 Thu Mar 18 00:23:44 2010 (r22586)
@@ -0,0 +1,2 @@
+7e194861897fb42e20771711fe1aace3 *./tests/data/lavfi/scale500.nut
+18751503 ./tests/data/lavfi/scale500.nut
Added: trunk/tests/ref/lavfi/vflip
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/tests/ref/lavfi/vflip Thu Mar 18 00:23:44 2010 (r22586)
@@ -0,0 +1,2 @@
+2e6d6062e8cad37fb3ab2c433b55f382 *./tests/data/lavfi/vflip.nut
+7604654 ./tests/data/lavfi/vflip.nut
Added: trunk/tests/ref/lavfi/vflip_crop
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/tests/ref/lavfi/vflip_crop Thu Mar 18 00:23:44 2010 (r22586)
@@ -0,0 +1,2 @@
+72ee0d0dfc8af0cd94a466760313654d *./tests/data/lavfi/vflip_crop.nut
+3554654 ./tests/data/lavfi/vflip_crop.nut
Added: trunk/tests/ref/lavfi/vflip_vflip
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/tests/ref/lavfi/vflip_vflip Thu Mar 18 00:23:44 2010 (r22586)
@@ -0,0 +1,2 @@
+eba2f135a08829387e2f698ff72a2939 *./tests/data/lavfi/vflip_vflip.nut
+7604654 ./tests/data/lavfi/vflip_vflip.nut
More information about the ffmpeg-cvslog
mailing list