Browse code

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.

Originally committed as revision 22586 to svn://svn.ffmpeg.org/ffmpeg/trunk

Stefano Sabatini authored on 2010/03/18 08:23:44
Showing 12 changed files
... ...
@@ -250,7 +250,17 @@ LAVF_TESTS-$(call MUXDEM,VOC)                += voc
250 250
 LAVF_TESTS-$(call MUXDEM,WAV)                += wav
251 251
 LAVF_TESTS-$(call MUXDEM,YUV4MPEGPIPE)       += yuv4mpeg
252 252
 
253
-LAVFI_TESTS =
253
+LAVFI_TESTS =           \
254
+    crop                \
255
+    crop_scale          \
256
+    crop_scale_vflip    \
257
+    crop_vflip          \
258
+    null                \
259
+    scale200            \
260
+    scale500            \
261
+    vflip               \
262
+    vflip_crop          \
263
+    vflip_vflip         \
254 264
 
255 265
 ACODEC_TESTS := $(addprefix regtest-, $(ACODEC_TESTS) $(ACODEC_TESTS-yes))
256 266
 VCODEC_TESTS := $(addprefix regtest-, $(VCODEC_TESTS) $(VCODEC_TESTS-yes))
... ...
@@ -261,8 +271,7 @@ CODEC_TESTS = $(VCODEC_TESTS) $(ACODEC_TESTS)
261 261
 
262 262
 codectest: $(CODEC_TESTS)
263 263
 lavftest:  $(LAVF_TESTS)
264
-
265
-# lavfitest: $(LAVFI_TESTS)
264
+lavfitest: $(LAVFI_TESTS)
266 265
 
267 266
 $(ACODEC_TESTS): regtest-aref
268 267
 $(VCODEC_TESTS): regtest-vref
... ...
@@ -20,14 +20,20 @@ do_lavfi() {
20 20
     vfilters=$2
21 21
 
22 22
     if [ -n "$test" ] ; then
23
-        do_video_encoding ${test_name}.avi "" "-vcodec rawvideo -vfilters $vfilters"
23
+        do_video_encoding ${test_name}.nut "" "-vcodec rawvideo -vfilters $vfilters"
24 24
     fi
25 25
 }
26 26
 
27
-# example tests:
28
-# do_lavfi "crop" "crop=100:100:-1:-1"
29
-# do_lavfi "crop_scale" "crop=100:100,scale=200:-1"
30
-# do_lavfi "scale" "scale=200:200"
27
+do_lavfi "crop"               "crop=100:100"
28
+do_lavfi "crop_scale"         "crop=100:100,scale=400:-1"
29
+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"
30
+do_lavfi "crop_vflip"         "crop=100:100,vflip"
31
+do_lavfi "null"               "null"
32
+do_lavfi "scale200"           "scale=200:200"
33
+do_lavfi "scale500"           "scale=500:500"
34
+do_lavfi "vflip"              "vflip"
35
+do_lavfi "vflip_crop"         "vflip,crop=100:100"
36
+do_lavfi "vflip_vflip"        "vflip,vflip"
31 37
 
32 38
 # TODO: add tests for
33 39
 # direct rendering,
34 40
new file mode 100644
... ...
@@ -0,0 +1,2 @@
0
+3d163f156eaddf41d2be20736f973539 *./tests/data/lavfi/crop.nut
1
+3554654 ./tests/data/lavfi/crop.nut
0 2
new file mode 100644
... ...
@@ -0,0 +1,2 @@
0
+4ffe30abe99931bc9989f40ae65654b7 *./tests/data/lavfi/crop_scale.nut
1
+8941454 ./tests/data/lavfi/crop_scale.nut
0 2
new file mode 100644
... ...
@@ -0,0 +1,2 @@
0
+3b1c81bb6ce7575f5ee3088ea165dbe7 *./tests/data/lavfi/crop_scale_vflip.nut
1
+750727 ./tests/data/lavfi/crop_scale_vflip.nut
0 2
new file mode 100644
... ...
@@ -0,0 +1,2 @@
0
+628542e17b6900ee79b1429183ae01b0 *./tests/data/lavfi/crop_vflip.nut
1
+3554654 ./tests/data/lavfi/crop_vflip.nut
0 2
new file mode 100644
... ...
@@ -0,0 +1,2 @@
0
+eba2f135a08829387e2f698ff72a2939 *./tests/data/lavfi/null.nut
1
+7604654 ./tests/data/lavfi/null.nut
0 2
new file mode 100644
... ...
@@ -0,0 +1,2 @@
0
+f7325609fdb8992bcea0cf3712ea2afc *./tests/data/lavfi/scale200.nut
1
+3001204 ./tests/data/lavfi/scale200.nut
0 2
new file mode 100644
... ...
@@ -0,0 +1,2 @@
0
+7e194861897fb42e20771711fe1aace3 *./tests/data/lavfi/scale500.nut
1
+18751503 ./tests/data/lavfi/scale500.nut
0 2
new file mode 100644
... ...
@@ -0,0 +1,2 @@
0
+2e6d6062e8cad37fb3ab2c433b55f382 *./tests/data/lavfi/vflip.nut
1
+7604654 ./tests/data/lavfi/vflip.nut
0 2
new file mode 100644
... ...
@@ -0,0 +1,2 @@
0
+72ee0d0dfc8af0cd94a466760313654d *./tests/data/lavfi/vflip_crop.nut
1
+3554654 ./tests/data/lavfi/vflip_crop.nut
0 2
new file mode 100644
... ...
@@ -0,0 +1,2 @@
0
+eba2f135a08829387e2f698ff72a2939 *./tests/data/lavfi/vflip_vflip.nut
1
+7604654 ./tests/data/lavfi/vflip_vflip.nut