[FFmpeg-devel] [PATCH] doc/fate: improve section on running FATE (PR #20907)

2025-11-12 Thread Gyan Doshi via ffmpeg-devel
PR #20907 opened by Gyan Doshi (GyanD) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20907 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20907.patch Supersedes #20905 >From 0c47fd58ab7a7eff4f19c6d138efa420b478e682 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Thu, 13 Nov 2025 13:0

[FFmpeg-devel] Re: [PATCH] libavcodec/v4l2_buffers: fixing buffer alignment issue

2025-11-12 Thread Zhao Zhili via ffmpeg-devel
> On Nov 13, 2025, at 11:29, Wenjie Yin via ffmpeg-devel > wrote: > > V4l2 drivers may return buffer width & height with aligned values, which > may be different from frame width & height. Bytesperlines and strides > should be check for aligned buffers when copying pixel data. When width > al

[FFmpeg-devel] Re: New mailing-list archive

2025-11-12 Thread compn via ffmpeg-devel
On 2025-10-13 01:32, Nicolas George via ffmpeg-devel wrote: Hi. I just went to the new archive for this mailing-list. Is it just me or does it suck? mailman 3 is open source. send them some patches to make it better :) -compn ___ ffmpeg-devel mailin

[FFmpeg-devel] Re: question about submitting security patches

2025-11-12 Thread compn via ffmpeg-devel
On 2025-11-08 00:34, Thomas Dullien via ffmpeg-devel wrote: What's the best way to submit these patches? There is the bug tracker, there is this mailing list - what's the best way to contribute them? Cheers, Thomas the best way is whatever you prefer. https://code.ffmpeg.org/FFmpeg is the new

[FFmpeg-devel] Re: [RFC] Microsoft store

2025-11-12 Thread compn via ffmpeg-devel
On 2025-11-11 15:15, Michael Niedermayer via ffmpeg-devel wrote: Hello everyone We have been contacted by Microsoft. Whats your oppinion about putting one or both the current community builds, that we link to, on the Microsoft store? its better for people to get ffmpeg direct from microsof

[FFmpeg-devel] Supporting FFmpeg via GPU-powered FFmpeg endpoint on Replicate

2025-11-12 Thread Andreas Jansson via ffmpeg-devel
Hi all, I’m Andreas Jansson, co-founder and CTO at Replicate. We’re planning to launch a public GPU-powered FFmpeg endpoint at https://replicate.com/ffmpeg/ffmpeg, where users will be able to run FFmpeg on demand and pay per second of compute. We want contribute 20% of list price directly to the F

[FFmpeg-devel] Re: question about submitting security patches

2025-11-12 Thread Kieran Kunhya via ffmpeg-devel
On Thu, 13 Nov 2025, 03:07 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > Hi Kieran > > On Wed, Nov 12, 2025 at 12:09:00AM -0800, Kieran Kunhya via ffmpeg-devel > wrote: > > On Mon, 10 Nov 2025, 19:00 Michael Niedermayer via ffmpeg-devel, < > > [email protected]> w

[FFmpeg-devel] [PATCH] libavcodec/v4l2_buffers: fixing buffer alignment issue

2025-11-12 Thread Wenjie Yin via ffmpeg-devel
V4l2 drivers may return buffer width & height with aligned values, which may be different from frame width & height. Bytesperlines and strides should be check for aligned buffers when copying pixel data. When width aligned, copy with planar; otherwise, copy line-by-line to dest buffer. Co-authored

[FFmpeg-devel] Re: question about submitting security patches

2025-11-12 Thread Michael Niedermayer via ffmpeg-devel
Hi Kieran On Wed, Nov 12, 2025 at 12:09:00AM -0800, Kieran Kunhya via ffmpeg-devel wrote: > On Mon, 10 Nov 2025, 19:00 Michael Niedermayer via ffmpeg-devel, < > [email protected]> wrote: > > > Hi Remi > > > > On Mon, Nov 10, 2025 at 06:03:38PM +0200, Rémi Denis-Courmont via > > ffmpeg-devel

[FFmpeg-devel] [PATCH] Fix: explanation on how to run make fate. (PR #20905)

2025-11-12 Thread Adam Koszek via ffmpeg-devel
PR #20905 opened by Adam Koszek (wkoszek) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20905 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20905.patch Without running configure, it didn't work for me anymore. On ffmpeg-devel the feedback was to run configure. I'm thus compressing the

[FFmpeg-devel] Re: [PATCH 0/2] web/donations: Add section for individual developers

2025-11-12 Thread compn via ffmpeg-devel
On 2025-11-12 16:04, Michael Niedermayer via ffmpeg-devel wrote: This was suggested to me. Allowing only donations to a 501(c)(3) restricts both donators as well as developers This style of donation page has worked well for other projects. I agree we have had issues with limited scope of do

[FFmpeg-devel] Re: question about submitting security patches

2025-11-12 Thread Thomas Dullien via ffmpeg-devel
Hey all, a quick note: As a person outside of the ffmpeg project that just happened to contribute a patch, here is my understanding of the legal situation: 1) Strictly speaking, "nobody knows" what the legalities of LLMs are going to be. The big LLM providers are trying hard to establish preceden

[FFmpeg-devel] Re: [PATCH] avformat/webvttdec: improve WebVTT parsing

2025-11-12 Thread Marcos Del Sol via ffmpeg-devel
Hello Michael. I've discovered there's a web Git so I've uploaded the changes you requested there: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20875 Greetings, Marcos -Original Message- From: Michael To: FFmpeg Cc: Marcos Date: Friday, 18 July 2025 15:00 CEST Subject: Re: [FFmpeg-deve

[FFmpeg-devel] [PATCH 2/2] web/donations: Add myself to the section for individual developers

2025-11-12 Thread Michael Niedermayer via ffmpeg-devel
Signed-off-by: Michael Niedermayer --- src/donations | 17 + 1 file changed, 17 insertions(+) diff --git a/src/donations b/src/donations index d6f647b..54c7388 100644 --- a/src/donations +++ b/src/donations @@ -62,6 +62,23 @@ + + + + Michael Niedermayer + +

[FFmpeg-devel] [PATCH 1/2] web/donations: Add section for individual developers

2025-11-12 Thread Michael Niedermayer via ffmpeg-devel
Signed-off-by: Michael Niedermayer --- src/donations | 14 ++ 1 file changed, 14 insertions(+) diff --git a/src/donations b/src/donations index 14cb9e8..d6f647b 100644 --- a/src/donations +++ b/src/donations @@ -1,3 +1,5 @@ +Donate to FFmpeg + Donations will be used to fund

[FFmpeg-devel] [PATCH 0/2] web/donations: Add section for individual developers

2025-11-12 Thread Michael Niedermayer via ffmpeg-devel
This was suggested to me. Allowing only donations to a 501(c)(3) restricts both donators as well as developers ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [GASPP PATCH] Translate .inst into DCD, the same as for .int or .word

2025-11-12 Thread Martin Storsjö via ffmpeg-devel
For ELF targets, the assembler keeps track of which words are actual instructions, and which are data - and the disassembler shows them differently depending on this. For other object file formats, there's no difference. Thus, for armasm for targeting COFF, we can treat this just like any regular i

[FFmpeg-devel] [PATCH] avfilter/vf_frei0r: fix time when input is realigned (PR #20903)

2025-11-12 Thread breunigs via ffmpeg-devel
PR #20903 opened by breunigs URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20903 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20903.patch av_frame_copy doesn't copy the input's PTS property, which resulted in the frei0r filter always receiving the same static time. Example that has a

[FFmpeg-devel] [PATCH] configure: unbreak glslang build (PR #20902)

2025-11-12 Thread Sebastian Ramacher via ffmpeg-devel
PR #20902 opened by Sebastian Ramacher (sebastinas) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20902 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20902.patch Don't unconditionally link to libSPVRemapper which was removed in 16.0 in 3a7f787 [Backport of f1e9032a2000b8b885cffd6fed8

[FFmpeg-devel] [PATCH] libavcodec/ppc: remove broken AltiVec acceleration for lossless audio (PR #20901)

2025-11-12 Thread Sean McGovern via ffmpeg-devel
PR #20901 opened by Sean McGovern (sean_mcg) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20901 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20901.patch It fails sporadically on big- or little-endian POWER/PPC, as well as triggers the undefined-behaviour & address scanners in GCC. r

[FFmpeg-devel] Re: New mailing-list archive

2025-11-12 Thread Nicolas George via ffmpeg-devel
Michael Niedermayer via ffmpeg-devel (HE12025-10-16): > for this https://ffmpeg.org/contact.html#MailingLists > > you can add it to [email protected]:ffmpeg-web > you should have write access Hi. Thanks for the reminder. It is not easy to add usefully, but I can propose the attached patch. > for h

[FFmpeg-devel] [PATCH] Fix flacdec int overflow with a saturated add (PR #20900)

2025-11-12 Thread usepgp via ffmpeg-devel
PR #20900 opened by usepgp URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20900 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20900.patch A chromium fuzzer identified this potential UB int overflow. >From d55c6e8a2c49319eb779ec795fdd657cbc524fc7 Mon Sep 17 00:00:00 2001 From: Ted Meye

[FFmpeg-devel] [PATCH] WIP: avutil/hwcontext_vaapi: fix use fourcc not supported by devices (PR #20899)

2025-11-12 Thread Zhao Zhili via ffmpeg-devel
PR #20899 opened by Zhao Zhili (quink) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20899 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20899.patch avutil/hwcontext_vaapi: fix use fourcc not supported by devices 1. A AVPixelFormat can map to multiple VA_FOURCCs, while vaapi_format_fr

[FFmpeg-devel] [PATCH v2] avformat/mpjpegdec: add support for X-Timestamp and X-Framerate headers

2025-11-12 Thread Vladimir Sobolev via ffmpeg-devel
Add support for parsing X-Timestamp and X-Framerate headers from HTTP multipart MJPEG streams. These headers allow servers to provide accurate timestamps and framerate information for each frame. Changes: - Parse X-Timestamp header (in seconds) and set packet PTS/DTS - Parse X-Framerate/X-FrameRat

[FFmpeg-devel] [PATCH v2] avformat/mpjpegdec: add support for X-Timestamp and X-Framerate headers

2025-11-12 Thread Vladimir Sobolev via ffmpeg-devel
Add support for parsing X-Timestamp and X-Framerate headers from HTTP multipart MJPEG streams. These headers allow servers to provide accurate timestamps and framerate information for each frame. Changes: - Parse X-Timestamp header (in seconds) and set packet PTS/DTS - Parse X-Framerate/X-FrameRat

[FFmpeg-devel] [PATCH v2] avformat/mpjpegdec: add support for X-Timestamp and X-Framerate headers

2025-11-12 Thread Vladimir Sobolev via ffmpeg-devel
>From 947e91d855fd876fd3b7f4982d811c0d445f0b9f Mon Sep 17 00:00:00 2001 From: Vladimir Sobolev Date: Wed, 12 Nov 2025 14:18:49 +0200 Subject: [PATCH v2] avformat/mpjpegdec: add support for X-Timestamp and X-Framerate headers Add support for parsing X-Timestamp and X-Framerate headers from HTTP mu

[FFmpeg-devel] Re: question about submitting security patches

2025-11-12 Thread Christophe Gisquet via ffmpeg-devel
Hello, Le mar. 11 nov. 2025 à 04:01, Michael Niedermayer via ffmpeg-devel a écrit : > If you have concrete legal analysis or case law that supports this claim, > please share it. I can name at least one Fortune 500 companies, that maybe won't disclose publicly these facts, that did equivalent a

[FFmpeg-devel] Re: question about submitting security patches

2025-11-12 Thread Kieran Kunhya via ffmpeg-devel
On Mon, 10 Nov 2025, 19:00 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > Hi Remi > > On Mon, Nov 10, 2025 at 06:03:38PM +0200, Rémi Denis-Courmont via > ffmpeg-devel wrote: > > Le lauantaina 8. marraskuuta 2025, 10.34.24 Itä-Euroopan normaaliaika > Thomas > > Dullien vi

[FFmpeg-devel] [PATCH] fftools/tf_mermaid: close subgraph header when there are no inputs. (PR #20898)

2025-11-12 Thread Ayose C. via ffmpeg-devel
PR #20898 opened by Ayose C. (ayosec) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20898 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20898.patch ### Problem FFmpeg can be used with no inputs. For example, the command ```bash $ ffmpeg -filter_complex color=blue:d=1 /tmp/blue.mp4 `