[FFmpeg-cvslog] fate: png-suite
Vittorio Giovara
git at videolan.org
Tue Aug 5 01:14:59 CEST 2014
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Wed Jul 23 21:04:50 2014 +0100| [086a541857812b2e0435db38fbabfddc7d19e53c] | committer: Vittorio Giovara
fate: png-suite
Every supported format is converted to RGB.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=086a541857812b2e0435db38fbabfddc7d19e53c
---
tests/fate/image.mak | 12 ++++++++++++
tests/ref/fate/png-gray16 | 2 ++
tests/ref/fate/png-gray8 | 2 ++
tests/ref/fate/png-rgb24 | 2 ++
tests/ref/fate/png-rgb48 | 2 ++
tests/ref/fate/png-rgba | 2 ++
tests/ref/fate/png-ya16 | 2 ++
tests/ref/fate/png-ya8 | 2 ++
8 files changed, 26 insertions(+)
diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index b1ddce1..f91ee69 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -59,6 +59,18 @@ fate-pictor: CMD = framecrc -i $(TARGET_SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24
FATE_SAMPLES_AVCONV-$(call PARSERDEMDEC, PNG, IMAGE2PIPE, PNG) += fate-pngparser
fate-pngparser: CMD = framecrc -f image2pipe -i $(TARGET_SAMPLES)/png1/libav_4x_concat.png -pix_fmt rgba
+define FATE_IMGSUITE_PNG
+FATE_PNG += fate-png-$(1)
+fate-png-$(1): CMD = framecrc -i $(TARGET_SAMPLES)/png1/libav_$(1).png -sws_flags +accurate_rnd+bitexact -pix_fmt rgb24
+endef
+
+PNG_COLORSPACES = gray8 gray16 rgb24 rgb48 rgba ya8 ya16
+$(foreach CLSP,$(PNG_COLORSPACES),$(eval $(call FATE_IMGSUITE_PNG,$(CLSP))))
+
+FATE_PNG-$(call DEMDEC, IMAGE2, PNG) += $(FATE_PNG)
+FATE_SAMPLES_AVCONV += $(FATE_PNG-yes)
+fate-png: $(FATE_PNG-yes)
+
FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, PTX) += fate-ptx
fate-ptx: CMD = framecrc -i $(TARGET_SAMPLES)/ptx/_113kw_pic.ptx -pix_fmt rgb24
diff --git a/tests/ref/fate/png-gray16 b/tests/ref/fate/png-gray16
new file mode 100644
index 0000000..7bd73d8
--- /dev/null
+++ b/tests/ref/fate/png-gray16
@@ -0,0 +1,2 @@
+#tb 0: 1/25
+0, 0, 0, 1, 203280, 0x56c92114
diff --git a/tests/ref/fate/png-gray8 b/tests/ref/fate/png-gray8
new file mode 100644
index 0000000..5b30968
--- /dev/null
+++ b/tests/ref/fate/png-gray8
@@ -0,0 +1,2 @@
+#tb 0: 1/25
+0, 0, 0, 1, 203280, 0xe5df9033
diff --git a/tests/ref/fate/png-rgb24 b/tests/ref/fate/png-rgb24
new file mode 100644
index 0000000..ed819ce
--- /dev/null
+++ b/tests/ref/fate/png-rgb24
@@ -0,0 +1,2 @@
+#tb 0: 1/25
+0, 0, 0, 1, 203280, 0x57fff840
diff --git a/tests/ref/fate/png-rgb48 b/tests/ref/fate/png-rgb48
new file mode 100644
index 0000000..8bd0445
--- /dev/null
+++ b/tests/ref/fate/png-rgb48
@@ -0,0 +1,2 @@
+#tb 0: 1/25
+0, 0, 0, 1, 203280, 0x764801bb
diff --git a/tests/ref/fate/png-rgba b/tests/ref/fate/png-rgba
new file mode 100644
index 0000000..eb473ce
--- /dev/null
+++ b/tests/ref/fate/png-rgba
@@ -0,0 +1,2 @@
+#tb 0: 1/25
+0, 0, 0, 1, 203280, 0xb30c9da7
diff --git a/tests/ref/fate/png-ya16 b/tests/ref/fate/png-ya16
new file mode 100644
index 0000000..b932700
--- /dev/null
+++ b/tests/ref/fate/png-ya16
@@ -0,0 +1,2 @@
+#tb 0: 1/25
+0, 0, 0, 1, 203280, 0xf1b83aeb
diff --git a/tests/ref/fate/png-ya8 b/tests/ref/fate/png-ya8
new file mode 100644
index 0000000..9ce98f6
--- /dev/null
+++ b/tests/ref/fate/png-ya8
@@ -0,0 +1,2 @@
+#tb 0: 1/25
+0, 0, 0, 1, 203280, 0xe77c008e
More information about the ffmpeg-cvslog
mailing list