Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH v1 0/4] webp: add support for animated WebP decoding
@ 2023-06-08 14:20 Thilo Borgmann
  2023-06-08 14:20 ` [FFmpeg-devel] [PATCH v1 1/4] avcodec/webp: move definitions into header Thilo Borgmann
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Thilo Borgmann @ 2023-06-08 14:20 UTC (permalink / raw)
  To: ffmpeg-devel

Follow-up to [1], the decoder only.

In [1] we found a hanging sample. In frame-threading, this led to an
infinite wait, damaged frames otherwise. So warn acordingly and do
best-effort in single-thread mode.

Also split into more patches to make reviewing easier.

[1] http://ffmpeg.org/pipermail/ffmpeg-devel/2023-April/308965.html

Josef Zlomek (1):
  libavcodec/webp: add support for animated WebP decoding

Thilo Borgmann (3):
  avcodec/webp: move definitions into header
  avcodec/webp_parser: parse each frame into one packet
  avcodec/webp: make init_canvas_frame static

 Changelog                |   1 +
 libavcodec/codec_desc.c  |   3 +-
 libavcodec/version.h     |   2 +-
 libavcodec/webp.c        | 724 +++++++++++++++++++++++++++++++++++----
 libavcodec/webp.h        |  55 +++
 libavcodec/webp_parser.c | 132 ++++---
 6 files changed, 800 insertions(+), 117 deletions(-)
 create mode 100644 libavcodec/webp.h

-- 
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".

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-06-14 10:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-08 14:20 [FFmpeg-devel] [PATCH v1 0/4] webp: add support for animated WebP decoding Thilo Borgmann
2023-06-08 14:20 ` [FFmpeg-devel] [PATCH v1 1/4] avcodec/webp: move definitions into header Thilo Borgmann
2023-06-14  2:01   ` James Zern
2023-06-14 10:08   ` Andreas Rheinhardt
2023-06-14 10:30     ` Thilo Borgmann
2023-06-08 14:20 ` [FFmpeg-devel] [PATCH v1 2/4] avcodec/webp_parser: parse each frame into one packet Thilo Borgmann
2023-06-08 14:20 ` [FFmpeg-devel] [PATCH v1 3/4] libavcodec/webp: add support for animated WebP decoding Thilo Borgmann
2023-06-14  2:04   ` James Zern
2023-06-14 10:40     ` Thilo Borgmann
2023-06-08 14:20 ` [FFmpeg-devel] [PATCH v1 4/4] avcodec/webp: make init_canvas_frame static Thilo Borgmann
2023-06-14  2:04   ` James Zern
2023-06-14  9:42   ` Andreas Rheinhardt
2023-06-14 10:38     ` Thilo Borgmann
2023-06-14  2:02 ` [FFmpeg-devel] [PATCH v1 0/4] webp: add support for animated WebP decoding James Zern

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