[FFmpeg-devel] Re: HTML emails (was Re: [FFFjo] [FFmpeg/FFmpeg] .NET Bindings Crash (MS_VC_EXCEPTION / 0x406d1388) (Issue #20420))

2025-09-06 Thread Leon Grutters via ffmpeg-devel
On 2025-09-05 17:16:02+0200, Rémi Denis-Courmont via ffmpeg-devel wrote: Doesn't this ML have a plain text policy? I suppose that this is a problem with FFFjo rather than OP, but still. The mail you're replying to seemingly wasn't sent to the ML, but (probably) only you.

[FFmpeg-devel] [PATCH] doc/community.texi: fix spelling error (PR #20201)

2025-08-09 Thread Leon Grutters
PR #20201 opened by Leon Grutters (GewoonLeon) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20201 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20201.patch Fixes: 262d41c804 ("all: fix typos found by codespell") Signed-off-by: Leon Grutter

Re: [FFmpeg-devel] Forgejo entry threshold

2025-08-04 Thread Leon Grutters
On 8/4/25 4:45 PM, Nicolas George wrote: Dummy_test_user (HE12025-08-04): PR #20112 opened by Dummy_test_user URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20112 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20112.patch I did that pull request to see what is preventing me from submi

[FFmpeg-devel] [PATCH] avformat/webvttdec, webvttenc: update documentation (PR #20099)

2025-08-03 Thread Leon Grutters
PR #20099 opened by Leon Grutters (GewoonLeon) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20099 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20099.patch The previous links lead to a 404 page as that page doesn't exist anymore. Signed-o

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

2025-04-15 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 Hi all, Wondering

[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-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