[FFmpeg-cvslog] fate: Update DDS tests

Vittorio Giovara git at videolan.org
Mon May 9 00:55:50 CEST 2016


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Fri Apr  1 15:12:37 2016 +0200| [00658253e237ab975ae2d384e02b5936781f103d] | committer: Vittorio Giovara

fate: Update DDS tests

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

 tests/fate/image.mak       |    2 +-
 tests/ref/fate/dds-alpha8  |    2 ++
 tests/ref/fate/dds-rgb1555 |    2 ++
 tests/ref/fate/dds-rgb555  |    2 ++
 4 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index f7b05ae..aecda9b 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -37,7 +37,7 @@ endef
 
 DDS_OPTS_pal     = -sws_flags +accurate_rnd+bitexact -pix_fmt rgba
 DDS_OPTS_pal-ati = -sws_flags +accurate_rnd+bitexact -pix_fmt rgba
-DDS_FMT = argb argb-aexp dx10-bc1 dx10-bc1a dx10-bc2 dx10-bc3 dx10-bc4 dx10-bc5 dxt1 dxt1a dxt1-normalmap dxt2 dxt3 dxt4 dxt5 dxt5-aexp dxt5-normalmap dxt5-normalmap-ati dxt5-rbxg dxt5-rgxb dxt5-rxbg dxt5-rxgb dxt5-xgbr dxt5-xgxr dxt5-xrbg dxt5-ycocg dxt5-ycocg-scaled pal pal-ati rgb16 rgb24 rgba rgtc1s rgtc1u rgtc2s rgtc2u rgtc2u-xy uyvy xbgr xrgb y ya ycocg yuyv
+DDS_FMT = alpha8 argb argb-aexp dx10-bc1 dx10-bc1a dx10-bc2 dx10-bc3 dx10-bc4 dx10-bc5 dxt1 dxt1a dxt1-normalmap dxt2 dxt3 dxt4 dxt5 dxt5-aexp dxt5-normalmap dxt5-normalmap-ati dxt5-rbxg dxt5-rgxb dxt5-rxbg dxt5-rxgb dxt5-xgbr dxt5-xgxr dxt5-xrbg dxt5-ycocg dxt5-ycocg-scaled pal pal-ati rgb1555 rgb16 rgb24 rgb555 rgba rgtc1s rgtc1u rgtc2s rgtc2u rgtc2u-xy uyvy xbgr xrgb y ya ycocg yuyv
 $(foreach FMT,$(DDS_FMT),$(eval $(call FATE_IMGSUITE_DDS,$(FMT))))
 
 FATE_DDS-$(call DEMDEC, IMAGE2, DDS) += $(FATE_DDS)
diff --git a/tests/ref/fate/dds-alpha8 b/tests/ref/fate/dds-alpha8
new file mode 100644
index 0000000..fbda288
--- /dev/null
+++ b/tests/ref/fate/dds-alpha8
@@ -0,0 +1,2 @@
+#tb 0: 1/25
+0,          0,          0,        1,    14884, 0xf81c47f5
diff --git a/tests/ref/fate/dds-rgb1555 b/tests/ref/fate/dds-rgb1555
new file mode 100644
index 0000000..a23d0e5
--- /dev/null
+++ b/tests/ref/fate/dds-rgb1555
@@ -0,0 +1,2 @@
+#tb 0: 1/25
+0,          0,          0,        1,    29768, 0xbdc099db
diff --git a/tests/ref/fate/dds-rgb555 b/tests/ref/fate/dds-rgb555
new file mode 100644
index 0000000..65ac119
--- /dev/null
+++ b/tests/ref/fate/dds-rgb555
@@ -0,0 +1,2 @@
+#tb 0: 1/25
+0,          0,          0,        1,    29768, 0x277d8628



More information about the ffmpeg-cvslog mailing list