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 v11 7/8] fate: add test for animated WebP
Date: Thu, 28 Mar 2024 15:08:57 +0100
Message-ID: <20240328140858.2521-8-thilo.borgmann@mail.de> (raw)
In-Reply-To: <20240328140858.2521-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 7c0e0fec08..4620d65b3f 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -566,6 +566,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..f0d3f1a88f
--- /dev/null
+++ b/tests/ref/fate/webp-anim
@@ -0,0 +1,22 @@
+#tb 0: 1/1000
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 100x70
+#sar 0: 0/1
+0,          0,          0,       80,    28000, 0x2023ba6e
+0,         80,         80,       80,    28000, 0x4292b778
+0,        160,        160,       80,    28000, 0x1c972ef1
+0,        240,        240,       80,    28000, 0xa98d8d04
+0,        320,        320,       80,    28000, 0xd323b6af
+0,        400,        400,       80,    28000, 0x508aba99
+0,        480,        480,       80,    28000, 0x5c672dda
+0,        560,        560,       80,    28000, 0xc8961ebb
+0,        640,        640,     1000,    28000, 0x82460e1b
+0,       1640,       1640,       80,    28000, 0x3debbfc9
+0,       1720,       1720,       80,    28000, 0x427ab31f
+0,       1800,       1800,       80,    28000, 0x6bbdec2e
+0,       1880,       1880,       80,    28000, 0x5690b56b
+0,       1960,       1960,       80,    28000, 0xb62963f3
+0,       2040,       2040,       80,    28000, 0x68dd37b2
+0,       2120,       2120,       80,    28000, 0x465c47d2
+0,       2200,       2200,    10000,    28000, 0xa92033df
-- 
2.39.3 (Apple Git-146)

_______________________________________________
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:[~2024-03-28 14:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-28 14:08 [FFmpeg-devel] [PATCH v11 0/8] webp: add support for animated WebP decoding Thilo Borgmann via ffmpeg-devel
2024-03-28 14:08 ` [FFmpeg-devel] [PATCH v11 1/8] avcodec/webp: remove unused definitions Thilo Borgmann via ffmpeg-devel
2024-03-28 14:08 ` [FFmpeg-devel] [PATCH v11 2/8] avcodec/webp: separate VP8 decoding Thilo Borgmann via ffmpeg-devel
2024-03-28 14:08 ` [FFmpeg-devel] [PATCH v11 3/8] avcodec/bsf: Add awebp2webp bitstream filter Thilo Borgmann via ffmpeg-devel
2024-03-28 18:11   ` Stefano Sabatini
2024-03-29 10:41     ` Thilo Borgmann via ffmpeg-devel
2024-03-29 13:39       ` Andreas Rheinhardt
2024-03-28 14:08 ` [FFmpeg-devel] [PATCH v11 4/8] libavcodec/webp: add support for animated WebP Thilo Borgmann via ffmpeg-devel
2024-04-17 17:30   ` James Zern via ffmpeg-devel
2024-04-17 19:27     ` Thilo Borgmann via ffmpeg-devel
2024-03-28 14:08 ` [FFmpeg-devel] [PATCH v11 5/8] avcodec/webp: make init_canvas_frame static Thilo Borgmann via ffmpeg-devel
2024-03-28 14:08 ` [FFmpeg-devel] [PATCH v11 6/8] libavformat/webp: add WebP demuxer Thilo Borgmann via ffmpeg-devel
2024-03-28 14:08 ` Thilo Borgmann via ffmpeg-devel [this message]
2024-03-28 14:08 ` [FFmpeg-devel] [PATCH v11 8/8] avcodec/webp: export XMP metadata 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=20240328140858.2521-8-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