[FFmpeg-cvslog] fate: add QOI/XBM/XWD image2pipe tests

Paul B Mahol git at videolan.org
Sat Dec 3 20:33:53 EET 2022


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Dec  3 19:30:34 2022 +0100| [1ba4f3c8668502957e15496fc8950f259da365ae] | committer: Paul B Mahol

fate: add QOI/XBM/XWD image2pipe tests

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

 tests/fate/lavf-image2pipe.mak | 3 +++
 tests/ref/lavf/qoipipe         | 3 +++
 tests/ref/lavf/xbmpipe         | 3 +++
 tests/ref/lavf/xwdpipe         | 3 +++
 4 files changed, 12 insertions(+)

diff --git a/tests/fate/lavf-image2pipe.mak b/tests/fate/lavf-image2pipe.mak
index 868b6433d6..333b2e01e9 100644
--- a/tests/fate/lavf-image2pipe.mak
+++ b/tests/fate/lavf-image2pipe.mak
@@ -7,6 +7,9 @@ LAVF_IMAGE2PIPE = $(call ALLYES, $(1)_DECODER $(1)_ENCODER $(2)      \
 FATE_LAVF_IMAGE2PIPE-$(call LAVF_IMAGE2PIPE, PBM, PNM_PARSER SCALE_FILTER)  += pbmpipe
 FATE_LAVF_IMAGE2PIPE-$(call LAVF_IMAGE2PIPE, PGM, PNM_PARSER SCALE_FILTER)  += pgmpipe
 FATE_LAVF_IMAGE2PIPE-$(call LAVF_IMAGE2PIPE, PPM, PNM_PARSER SCALE_FILTER)  += ppmpipe
+FATE_LAVF_IMAGE2PIPE-$(call LAVF_IMAGE2PIPE, QOI, QOI_PARSER SCALE_FILTER)  += qoipipe
+FATE_LAVF_IMAGE2PIPE-$(call LAVF_IMAGE2PIPE, XBM, XBM_PARSER SCALE_FILTER)  += xbmpipe
+FATE_LAVF_IMAGE2PIPE-$(call LAVF_IMAGE2PIPE, XWD, XWD_PARSER SCALE_FILTER)  += xwdpipe
 
 FATE_LAVF_IMAGE2PIPE = $(FATE_LAVF_IMAGE2PIPE-yes:%=fate-lavf-%)
 
diff --git a/tests/ref/lavf/qoipipe b/tests/ref/lavf/qoipipe
new file mode 100644
index 0000000000..260269b0ed
--- /dev/null
+++ b/tests/ref/lavf/qoipipe
@@ -0,0 +1,3 @@
+3ce74fde1220ae2501fdfab48035efd8 *tests/data/lavf/qoipipe.qoi
+7681407 tests/data/lavf/qoipipe.qoi
+tests/data/lavf/qoipipe.qoi CRC=0x87b3c15f
diff --git a/tests/ref/lavf/xbmpipe b/tests/ref/lavf/xbmpipe
new file mode 100644
index 0000000000..e184aa48c1
--- /dev/null
+++ b/tests/ref/lavf/xbmpipe
@@ -0,0 +1,3 @@
+ea7e2d589d25ddd0ad3d78ac0e82e351 *tests/data/lavf/xbmpipe.xbm
+1910250 tests/data/lavf/xbmpipe.xbm
+tests/data/lavf/xbmpipe.xbm CRC=0xfc010c66
diff --git a/tests/ref/lavf/xwdpipe b/tests/ref/lavf/xwdpipe
new file mode 100644
index 0000000000..e7137a27a8
--- /dev/null
+++ b/tests/ref/lavf/xwdpipe
@@ -0,0 +1,3 @@
+e5237d831790a02cf9b7d939557613ed *tests/data/lavf/xwdpipe.xwd
+7605975 tests/data/lavf/xwdpipe.xwd
+tests/data/lavf/xwdpipe.xwd CRC=0x87b3c15f



More information about the ffmpeg-cvslog mailing list