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