[FFmpeg-devel] [Proposal] drawvg filter

2025-08-17 Thread Ayose via ffmpeg-devel
This is a proposal to add a new filter to FFmpeg: drawvg, to draw vector graphics on top of a video, using libcairo. This is my first contribution to FFmpeg, so I don't know if this is the right channel to make the proposal. I was thinking on how to write it, and I thought that a FAQ-like summary

[FFmpeg-devel] [PATCH] .forgejo/CODEOWNERS: add myself to relevant files (PR #20272)

2025-08-17 Thread Zane van Iperen via ffmpeg-devel
PR #20272 opened by Zane van Iperen (zane) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20272 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20272.patch To formats I've written in lavf, and adpcm-related things in lavc. Signed-off-by: Zane van Iperen >From 1e03faf83028aff9c65fa27bf

[FFmpeg-devel] [PATCH] avcodec/sanm: Check w,h,left,top (PR #20268)

2025-08-17 Thread michaelni via ffmpeg-devel
PR #20268 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20268 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20268.patch The setup code fow w,h,left,top is complex, the code using it also falls in at least 2 different classes, one using left/top the other not. To en

Re: [FFmpeg-devel] Forgejo entry threshold

2025-08-17 Thread Rémi Denis-Courmont via ffmpeg-devel
Le lauantaina 9. elokuuta 2025, 21.39.47 Itä-Euroopan kesäaika Nicolas George a écrit : > If your mail client does not let you do that easily… well, it proves my > point: a good mail client makes all the difference in productivity and > comfort to interact with the project. I don't know nor care

Re: [FFmpeg-devel] [PATCH] Mark C globals with small code model (PR #20150)

2025-08-17 Thread Rémi Denis-Courmont via ffmpeg-devel
Le torstaina 7. elokuuta 2025, 2.19.07 Itä-Euroopan kesäaika pranavk a écrit : > PR #20150 opened by pranavk > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20150 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20150.patch > > By default, all globals in C/C++ compiled by clang are allo

[FFmpeg-devel] [PATCH] avformat/img2dec: remove deprecated glob_sequence pattern type (PR #20267)

2025-08-17 Thread Marton Balint via ffmpeg-devel
PR #20267 opened by Marton Balint (cus) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20267 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20267.patch "glob_sequence" was deprecated since 2012. This also changes the default pattern to "sequence", because "glob_sequence" was also the def

Re: [FFmpeg-devel] [PATCH] doc/community: Update Community Committee section to reflect reality (PR #20224)

2025-08-17 Thread Rémi Denis-Courmont via ffmpeg-devel
Le tiistaina 12. elokuuta 2025, 16.06.21 Itä-Euroopan kesäaika Derek Buitenhuis a écrit : > PR #20224 opened by Derek Buitenhuis (dwbuiten) > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20224 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20224.patch > > It is not functional nor ex

[FFmpeg-devel] [PATCH] avcodec/wmaprodec: add xma raw frame decoder (PR #20266)

2025-08-17 Thread Isaac Marovitz via ffmpeg-devel
PR #20266 opened by Isaac Marovitz (IsaacMarovitz) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20266 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20266.patch packets need to be handled externally useful for hardware decoder emulation Co-authored-by: Joel Linn Signed-off-by: Isaac

Re: [FFmpeg-devel] FFmpeg 8.0 Release

2025-08-17 Thread Rémi Denis-Courmont via ffmpeg-devel
Le perjantaina 8. elokuuta 2025, 19.45.35 Itä-Euroopan kesäaika Michael Niedermayer a écrit : > On Wed, Aug 06, 2025 at 12:47:04PM +0700, Rémi Denis-Courmont wrote: > > Hi, > > > > There is an ongoing FATE failure on RISC-V. I can try to address it by the > > end of *next* week but not right now.