[FFmpeg-cvslog] fate/webp : add test for lossless picture to improve cover

Martin Vignali git at videolan.org
Fri Jul 1 21:01:36 CEST 2016


ffmpeg | branch: master | Martin Vignali <martin.vignali at gmail.com> | Wed Jun 29 12:41:11 2016 +0200| [92bf87db294c0544168f572ba6739db7d2ba2ba3] | committer: Michael Niedermayer

fate/webp : add test for lossless picture to improve cover

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=92bf87db294c0544168f572ba6739db7d2ba2ba3
---

 tests/fate/image.mak                        |    6 ++++++
 tests/ref/fate/webp-rgb-lena-lossless       |    6 ++++++
 tests/ref/fate/webp-rgb-lena-lossless-rgb24 |    6 ++++++
 3 files changed, 18 insertions(+)

diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index dab982f..500da48 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -358,6 +358,12 @@ fate-tiff: $(FATE_TIFF-yes)
 FATE_WEBP += fate-webp-rgb-lossless
 fate-webp-rgb-lossless: CMD = framecrc -i $(TARGET_SAMPLES)/webp/rgb_lossless.webp
 
+FATE_WEBP += fate-webp-rgb-lena-lossless
+fate-webp-rgb-lena-lossless: CMD = framecrc -i $(TARGET_SAMPLES)/webp/rgb_lena_lossless.webp
+
+FATE_WEBP += fate-webp-rgb-lena-lossless-rgb24
+fate-webp-rgb-lena-lossless-rgb24: CMD = framecrc -i $(TARGET_SAMPLES)/webp/rgb_lena_lossless.webp -pix_fmt rgb24
+
 FATE_WEBP += fate-webp-rgba-lossless
 fate-webp-rgba-lossless: CMD = framecrc -i $(TARGET_SAMPLES)/webp/rgba_lossless.webp
 
diff --git a/tests/ref/fate/webp-rgb-lena-lossless b/tests/ref/fate/webp-rgb-lena-lossless
new file mode 100644
index 0000000..c00715a
--- /dev/null
+++ b/tests/ref/fate/webp-rgb-lena-lossless
@@ -0,0 +1,6 @@
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 128x128
+#sar 0: 0/1
+0,          0,          0,        1,    65536, 0xdfcd01ae
diff --git a/tests/ref/fate/webp-rgb-lena-lossless-rgb24 b/tests/ref/fate/webp-rgb-lena-lossless-rgb24
new file mode 100644
index 0000000..7f8f550
--- /dev/null
+++ b/tests/ref/fate/webp-rgb-lena-lossless-rgb24
@@ -0,0 +1,6 @@
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 128x128
+#sar 0: 0/1
+0,          0,          0,        1,    49152, 0xe0013dee



More information about the ffmpeg-cvslog mailing list