[FFmpeg-devel] [PATCH v2] avcodec/webvttdec: strip classes

2025-04-05 Thread Leon Grutters
If a supported tag has a class, e.g "" it is ignored entirely; so for example "Hello" would be converted to "Hello{\i0}" instead of the intended "{\i1}Hello{\i0}". Signed-off-by: Leon Grutters --- libavcodec/webvttdec.c | 39 --

[FFmpeg-devel] [PATCH] avcodec/webvttdec: strip classes

2025-04-05 Thread Leon Grutters
If a supported tag has a class, e.g "" it is ignored entirely; so for example "Hello" would be converted to "Hello{\i0}" instead of the intended "{\i1}Hello{\i0}". Signed-off-by: Leon Grutters --- libavcodec/webvttdec.c | 51 ++

Re: [FFmpeg-devel] [PATCH] avcodec/libwebpdec: Add libwebp WebP decoder.

2025-04-03 Thread Leon Grutters
On 4/1/25 12:29 PM, Peter Xia wrote: Adds support of decoding animated webp. Signed-off-by: Peter Xia --- Changelog | 1 + configure | 4 +- doc/general_contents.texi | 2 +- libavcodec/Makefile | 1 + libavcodec/allcodecs.c| 3 +- liba

Re: [FFmpeg-devel] [PATCH v2] avcodec/webvttdec: strip classes

2025-03-29 Thread Leon Grutters
On 3/21/25 4:55 PM, Leon Grutters wrote: If a supported tag has a class, e.g "" it is ignored entirely; so for example "Hello" would be converted to "Hello{\i0}" instead of the intended "{\i1}Hello{\i0}". Signed-off-by: Leon Grutters

Re: [FFmpeg-devel] [PATCH] avcodec/webvttdec: strip classes

2025-03-20 Thread Leon Grutters
On 3/20/25 9:02 AM, Andreas Rheinhardt wrote: Leon Grutters: If a supported tag has a class, e.g "" it is ignored entirely; so for example "Hello" would be converted to "Hello{\i0}" instead of the intended "{\i1}Hello{\i0}". Signed-off-by: Leon Gr

[FFmpeg-cvslog] avcodec/webvttdec: update documentation

2025-03-20 Thread Leon Grutters
ffmpeg | branch: master | Leon Grutters | Tue Mar 18 15:59:17 2025 +0100| [76f09ab647d19d78d9e630a675396cde9aa729cb] | committer: Andreas Rheinhardt avcodec/webvttdec: update documentation The previous link lead to a 404 page as that page doesn't exist anymore. Signed-off-by: Leon Gru

[FFmpeg-devel] [PATCH] avcodec/webvttdec: update documentation

2025-03-18 Thread Leon Grutters
The previous link lead to a 404 page as that page doesn't exist anymore. Signed-off-by: Leon Grutters --- libavcodec/webvttdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/webvttdec.c b/libavcodec/webvttdec.c index 35bdbe805d..733fdee685 100644