diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-11-30 00:13:54 +0100 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-12-05 20:05:44 +0100 |
commit | 61b1d85c1f1074d9ce56bb482de99d0f03c7a161 (patch) | |
tree | 9b241080276dec60d0a1118c760498de6020b6ea /tests/ref/vsynth2 | |
parent | c66bd78e3dbbc9b6e709f74745179bdd13d2160f (diff) | |
download | ffmpeg-61b1d85c1f1074d9ce56bb482de99d0f03c7a161.tar.gz |
Add tests for several encoders.
More specifically, PNG, v210, zlib and zmbv codecs.
zmbv needs vf_scale to be able to produce PAL8.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/ref/vsynth2')
-rw-r--r-- | tests/ref/vsynth2/mpng | 4 | ||||
-rw-r--r-- | tests/ref/vsynth2/v210 | 4 | ||||
-rw-r--r-- | tests/ref/vsynth2/zlib | 4 | ||||
-rw-r--r-- | tests/ref/vsynth2/zmbv | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/tests/ref/vsynth2/mpng b/tests/ref/vsynth2/mpng new file mode 100644 index 0000000000..99b91fe9e0 --- /dev/null +++ b/tests/ref/vsynth2/mpng @@ -0,0 +1,4 @@ +198a3d67c56e1b5b12bdd3ffa67d8128 *./tests/data/vsynth2/mpng.avi +12557288 ./tests/data/vsynth2/mpng.avi +98d0e2854731472c5bf13d8638502d0a *./tests/data/mpng.vsynth2.out.yuv +stddev: 1.26 PSNR: 46.10 MAXDIFF: 13 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth2/v210 b/tests/ref/vsynth2/v210 new file mode 100644 index 0000000000..31160bdc61 --- /dev/null +++ b/tests/ref/vsynth2/v210 @@ -0,0 +1,4 @@ +db0579bd46e1ba133ff86c0f7cdd761f *./tests/data/vsynth2/v210.avi +14752460 ./tests/data/vsynth2/v210.avi +a627fb50c8276200fd71383977d87ca3 *./tests/data/v210.vsynth2.out.yuv +stddev: 0.34 PSNR: 57.43 MAXDIFF: 6 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth2/zlib b/tests/ref/vsynth2/zlib new file mode 100644 index 0000000000..49cb42efb1 --- /dev/null +++ b/tests/ref/vsynth2/zlib @@ -0,0 +1,4 @@ +f4bfa774c853abe8f06a29596c1f16cb *./tests/data/vsynth2/zlib.avi +12517188 ./tests/data/vsynth2/zlib.avi +98d0e2854731472c5bf13d8638502d0a *./tests/data/zlib.vsynth2.out.yuv +stddev: 1.26 PSNR: 46.10 MAXDIFF: 13 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth2/zmbv b/tests/ref/vsynth2/zmbv new file mode 100644 index 0000000000..8b08379aa8 --- /dev/null +++ b/tests/ref/vsynth2/zmbv @@ -0,0 +1,4 @@ +65825cdc90e550aeba556020365bc2d9 *./tests/data/vsynth2/zmbv.avi +1807074 ./tests/data/vsynth2/zmbv.avi +cfbec364e41d70c9b177435b5655d8af *./tests/data/zmbv.vsynth2.out.yuv +stddev: 42.07 PSNR: 15.65 MAXDIFF: 112 bytes: 7603200/ 7603200 |