diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-17 23:23:44 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-17 23:23:44 +0000 |
commit | cec96e8de36dfb8943dea49b918e09139f30dbca (patch) | |
tree | c8cf059d249ac85a728d61488681fc12d3e7cf5a /tests/ref | |
parent | a7a85dc4c2e3fa818573ab1adc547758fe95b539 (diff) | |
download | ffmpeg-cec96e8de36dfb8943dea49b918e09139f30dbca.tar.gz |
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
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/lavfi/crop | 2 | ||||
-rw-r--r-- | tests/ref/lavfi/crop_scale | 2 | ||||
-rw-r--r-- | tests/ref/lavfi/crop_scale_vflip | 2 | ||||
-rw-r--r-- | tests/ref/lavfi/crop_vflip | 2 | ||||
-rw-r--r-- | tests/ref/lavfi/null | 2 | ||||
-rw-r--r-- | tests/ref/lavfi/scale200 | 2 | ||||
-rw-r--r-- | tests/ref/lavfi/scale500 | 2 | ||||
-rw-r--r-- | tests/ref/lavfi/vflip | 2 | ||||
-rw-r--r-- | tests/ref/lavfi/vflip_crop | 2 | ||||
-rw-r--r-- | tests/ref/lavfi/vflip_vflip | 2 |
10 files changed, 20 insertions, 0 deletions
diff --git a/tests/ref/lavfi/crop b/tests/ref/lavfi/crop new file mode 100644 index 0000000000..75c39f7117 --- /dev/null +++ b/tests/ref/lavfi/crop @@ -0,0 +1,2 @@ +3d163f156eaddf41d2be20736f973539 *./tests/data/lavfi/crop.nut +3554654 ./tests/data/lavfi/crop.nut diff --git a/tests/ref/lavfi/crop_scale b/tests/ref/lavfi/crop_scale new file mode 100644 index 0000000000..48a0734f69 --- /dev/null +++ b/tests/ref/lavfi/crop_scale @@ -0,0 +1,2 @@ +4ffe30abe99931bc9989f40ae65654b7 *./tests/data/lavfi/crop_scale.nut +8941454 ./tests/data/lavfi/crop_scale.nut diff --git a/tests/ref/lavfi/crop_scale_vflip b/tests/ref/lavfi/crop_scale_vflip new file mode 100644 index 0000000000..314f407b8e --- /dev/null +++ b/tests/ref/lavfi/crop_scale_vflip @@ -0,0 +1,2 @@ +3b1c81bb6ce7575f5ee3088ea165dbe7 *./tests/data/lavfi/crop_scale_vflip.nut +750727 ./tests/data/lavfi/crop_scale_vflip.nut diff --git a/tests/ref/lavfi/crop_vflip b/tests/ref/lavfi/crop_vflip new file mode 100644 index 0000000000..96fc9bd045 --- /dev/null +++ b/tests/ref/lavfi/crop_vflip @@ -0,0 +1,2 @@ +628542e17b6900ee79b1429183ae01b0 *./tests/data/lavfi/crop_vflip.nut +3554654 ./tests/data/lavfi/crop_vflip.nut diff --git a/tests/ref/lavfi/null b/tests/ref/lavfi/null new file mode 100644 index 0000000000..b4d006e28c --- /dev/null +++ b/tests/ref/lavfi/null @@ -0,0 +1,2 @@ +eba2f135a08829387e2f698ff72a2939 *./tests/data/lavfi/null.nut +7604654 ./tests/data/lavfi/null.nut diff --git a/tests/ref/lavfi/scale200 b/tests/ref/lavfi/scale200 new file mode 100644 index 0000000000..115e250d01 --- /dev/null +++ b/tests/ref/lavfi/scale200 @@ -0,0 +1,2 @@ +f7325609fdb8992bcea0cf3712ea2afc *./tests/data/lavfi/scale200.nut +3001204 ./tests/data/lavfi/scale200.nut diff --git a/tests/ref/lavfi/scale500 b/tests/ref/lavfi/scale500 new file mode 100644 index 0000000000..c8ba15b2a1 --- /dev/null +++ b/tests/ref/lavfi/scale500 @@ -0,0 +1,2 @@ +7e194861897fb42e20771711fe1aace3 *./tests/data/lavfi/scale500.nut +18751503 ./tests/data/lavfi/scale500.nut diff --git a/tests/ref/lavfi/vflip b/tests/ref/lavfi/vflip new file mode 100644 index 0000000000..977f2d2558 --- /dev/null +++ b/tests/ref/lavfi/vflip @@ -0,0 +1,2 @@ +2e6d6062e8cad37fb3ab2c433b55f382 *./tests/data/lavfi/vflip.nut +7604654 ./tests/data/lavfi/vflip.nut diff --git a/tests/ref/lavfi/vflip_crop b/tests/ref/lavfi/vflip_crop new file mode 100644 index 0000000000..bd198945fa --- /dev/null +++ b/tests/ref/lavfi/vflip_crop @@ -0,0 +1,2 @@ +72ee0d0dfc8af0cd94a466760313654d *./tests/data/lavfi/vflip_crop.nut +3554654 ./tests/data/lavfi/vflip_crop.nut diff --git a/tests/ref/lavfi/vflip_vflip b/tests/ref/lavfi/vflip_vflip new file mode 100644 index 0000000000..55595dd5b6 --- /dev/null +++ b/tests/ref/lavfi/vflip_vflip @@ -0,0 +1,2 @@ +eba2f135a08829387e2f698ff72a2939 *./tests/data/lavfi/vflip_vflip.nut +7604654 ./tests/data/lavfi/vflip_vflip.nut |