Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Thilo Borgmann via ffmpeg-devel <ffmpeg-devel@ffmpeg.org>
To: ffmpeg-devel@ffmpeg.org
Cc: Thilo Borgmann <thilo.borgmann@mail.de>
Subject: [FFmpeg-devel] [PATCH v8 5/5] fate: add test for animated WebP
Date: Fri, 15 Dec 2023 20:59:17 +0100
Message-ID: <20231215195917.91300-6-thilo.borgmann@mail.de> (raw)
In-Reply-To: <20231215195917.91300-1-thilo.borgmann@mail.de>

---
 tests/fate/image.mak     |  3 +++
 tests/ref/fate/webp-anim | 22 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 tests/ref/fate/webp-anim

diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index 400199c28a..2e0d1e8e3f 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -567,6 +567,9 @@ fate-webp-rgb-lossy-q80: CMD = framecrc -i $(TARGET_SAMPLES)/webp/rgb_q80.webp
 FATE_WEBP += fate-webp-rgba-lossy-q80
 fate-webp-rgba-lossy-q80: CMD = framecrc -i $(TARGET_SAMPLES)/webp/rgba_q80.webp
 
+FATE_WEBP += fate-webp-anim
+fate-webp-anim: CMD = framecrc -i $(TARGET_SAMPLES)/webp/130227-100431-6817p.webp
+
 FATE_WEBP-$(call DEMDEC, IMAGE2, WEBP) += $(FATE_WEBP)
 FATE_IMAGE_FRAMECRC += $(FATE_WEBP-yes)
 fate-webp: $(FATE_WEBP-yes)
diff --git a/tests/ref/fate/webp-anim b/tests/ref/fate/webp-anim
new file mode 100644
index 0000000000..fe7a53a235
--- /dev/null
+++ b/tests/ref/fate/webp-anim
@@ -0,0 +1,22 @@
+#tb 0: 2/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 100x70
+#sar 0: 0/1
+0,          0,          0,        1,    28000, 0x2023ba6e
+0,          1,          1,        1,    28000, 0x4292b778
+0,          2,          2,        1,    28000, 0x9772a187
+0,          3,          3,        1,    28000, 0x9599bb3b
+0,          4,          4,        1,    28000, 0xa1d6b949
+0,          5,          5,        1,    28000, 0x153bb9fc
+0,          6,          6,        1,    28000, 0x6ba8d83b
+0,          7,          7,        1,    28000, 0xed2a4316
+0,          8,          8,       12,    28000, 0xe7994c44
+0,         21,         21,        1,    28000, 0x15ec2f76
+0,         22,         22,        1,    28000, 0x96522a6b
+0,         23,         23,        1,    28000, 0xbbae1e30
+0,         24,         24,        1,    28000, 0xa2baab83
+0,         25,         25,        1,    28000, 0x09f1aba0
+0,         26,         26,        1,    28000, 0x09f1aba0
+0,         27,         27,        1,    28000, 0xe761bbc0
+0,         28,         28,      125,    28000, 0xe761bbc0
-- 
2.37.1 (Apple Git-137.1)

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

  parent reply	other threads:[~2023-12-15 20:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-15 19:59 [FFmpeg-devel] [PATCH v8 0/5] webp: add support for animated WebP decoding Thilo Borgmann via ffmpeg-devel
2023-12-15 19:59 ` [FFmpeg-devel] [PATCH v8 1/5] avcodec/webp: remove unused definitions Thilo Borgmann via ffmpeg-devel
2023-12-15 19:59 ` [FFmpeg-devel] [PATCH v8 2/5] libavcodec/webp: add support for animated WebP decoding Thilo Borgmann via ffmpeg-devel
2023-12-21 22:18   ` Andreas Rheinhardt
2023-12-31 12:14     ` Thilo Borgmann via ffmpeg-devel
2023-12-15 19:59 ` [FFmpeg-devel] [PATCH v8 3/5] avcodec/webp: make init_canvas_frame static Thilo Borgmann via ffmpeg-devel
2023-12-15 19:59 ` [FFmpeg-devel] [PATCH v8 4/5] libavformat/webp: add WebP demuxer Thilo Borgmann via ffmpeg-devel
2023-12-15 19:59 ` Thilo Borgmann via ffmpeg-devel [this message]
2023-12-21  8:01 ` [FFmpeg-devel] [PATCH v8 0/5] webp: add support for animated WebP decoding Thilo Borgmann via ffmpeg-devel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231215195917.91300-6-thilo.borgmann@mail.de \
    --to=ffmpeg-devel@ffmpeg.org \
    --cc=thilo.borgmann@mail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git