Re: [FFmpeg-devel] [PATCH] avcodec/apv: align APV color format support with latest liboapv version

2025-07-29 Thread d.frankiewic
-Original Message- From: ffmpeg-devel On Behalf Of Michael Niedermayer Sent: Monday, July 28, 2025 5:16 PM To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] avcodec/apv: align APV color format support with latest liboapv version >On Wed, Jul 23, 2025 at 0

Re: [FFmpeg-devel] [PATCH] avformat/subfile: clip seek offset

2025-07-29 Thread Nicolas George
Michael Niedermayer (HE12025-07-29): > regression fix for this is here: > https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20055 I see no commit message. I see removing opening braces without removing them. (see attached screenshot; maybe it looks better for others) As is: rejected and revert the pr

Re: [FFmpeg-devel] Again pre-multiplied alpha

2025-07-29 Thread Niklas Haas
On Mon, 28 Jul 2025 16:18:29 +0200 Nicolas George wrote: > Niklas Haas (HE12025-07-24): > > On what component are you missing an error here? > > Recently I wrote: “stacking images with different kind of alpha or > sending this kind of frames to a muxer with uncoded frames” > > So: at least filters

Re: [FFmpeg-devel] forgejo PR vs git send email questions

2025-07-29 Thread Frank Plowman
On 29/07/2025 00:13, Michael Niedermayer wrote: > Hi > > with git send email i can send 5 independant patches with > > git send-email --to='FFmpeg development discussions and patches > ' -5 > > and have some CC: tags to make sure people > (like bug reporter or security researcher) get notifie

Re: [FFmpeg-devel] forgejo PR vs git send email questions

2025-07-29 Thread Michael Niedermayer
On Mon, Jul 28, 2025 at 08:14:58PM -0300, James Almer wrote: > On 7/28/2025 8:13 PM, Michael Niedermayer wrote: > > Hi > > > > with git send email i can send 5 independant patches with > > > > git send-email --to='FFmpeg development discussions and patches > > ' -5 > > > > and have some CC: t

Re: [FFmpeg-devel] forgejo PR vs git send email questions

2025-07-29 Thread Timo Rothenpieler
On 7/29/2025 2:51 PM, Michael Niedermayer wrote: On Mon, Jul 28, 2025 at 08:14:58PM -0300, James Almer wrote: On 7/28/2025 8:13 PM, Michael Niedermayer wrote: Hi with git send email i can send 5 independant patches with git send-email --to='FFmpeg development discussions and patches ' -5

Re: [FFmpeg-devel] [PATCH] ffprobe: add -codec: option

2025-07-29 Thread Maryla Ustarroz via ffmpeg-devel
On Mon, Jul 28, 2025 at 10:07 PM Stefano Sabatini wrote: > > Hi, sorry for the slow reply. > > On date Tuesday 2025-06-10 17:02:05 +0200, ffmpeg-devel Mailing List wrote: > > From: Maryla Ustarroz-Calonge > > Subject: [PATCH] ffprobe: add -codec: option > > Date: Tue, 10 Jun 2025 17:02:05 +0200 >

Re: [FFmpeg-devel] [PATCH] avformat/subfile: clip seek offset

2025-07-29 Thread Alexander Strasser via ffmpeg-devel
Hi Nicolas! Am 29. Juli 2025 10:55:15 MESZ schrieb Nicolas George : >Michael Niedermayer (HE12025-07-29): >> regression fix for this is here: >> https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20055 > >I see no commit message. > >I see removing opening braces without removing them. > >(see attached sc

Re: [FFmpeg-devel] [PATCH 1/4] avfilter/trim: consume all available frames and avoid activate reschedule

2025-07-29 Thread Marton Balint
On Thu, 24 Jul 2025, Marton Balint wrote: There is no benefit in delaying processing all available frames. Will apply the series. Regards, Marton Signed-off-by: Marton Balint --- libavfilter/trim.c | 42 +- 1 file changed, 17 insertions(+), 25 del

[FFmpeg-devel] [IMPORTANT] AI written TLS Code in WHIP patch

2025-07-29 Thread Kieran Kunhya via ffmpeg-devel
Hello, It seem there is strong evidence that AI wrote TLS code as part of the WHIP patch. It goes without saying why this is bad. Further discussion here: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20053 This patch was pushed without ML review. I think this code should be removed before the FFm

Re: [FFmpeg-devel] [PATCH] avformat/subfile: clip seek offset

2025-07-29 Thread Nicolas George
Alexander Strasser via ffmpeg-devel (HE12025-07-29): > You are looking at the overview with latest events for that PR. > > To see the the individual commits select > that view at the top. Or if you want to see > the combined diff, click on changes one > further to the right. This thing is looking

[FFmpeg-devel] [PATCH] lavc/vvc: Mark SPS used if multiple CLVSSs use it

2025-07-29 Thread Frank Plowman
Consider the following sequence of NALUs (with some PPSs etc. omitted for brevity): 1. SPS (ID=0, content=A) 2. IDR (SPS=0) 3. IDR (SPS=0) 4. SPS (ID=0, content=B) 5. TRAIL (SPS=0) When decode_sps is called for NALU 3., ps->sps_id_used is cleared as IDRs are one way of forming a CLVSS. Then, old_

Re: [FFmpeg-devel] forgejo labels

2025-07-29 Thread Frank Plowman
On 28/07/2025 15:20, Michael Niedermayer wrote: > Hi > > regression: issue aaddresses a regression > bug:something is not working > > This is inconsistent > Label X cannot sometimes mean "X is removed" and "X is added" > > bug seems meaning that the PR adds a bug > regression seems meani

Re: [FFmpeg-devel] [IMPORTANT] AI written TLS Code in WHIP patch

2025-07-29 Thread Jack Lau
> On Jul 30, 2025, at 04:02, Kieran Kunhya via ffmpeg-devel > wrote: > > Hello, > > It seem there is strong evidence that AI wrote TLS code as part of the > WHIP patch. It goes without saying why this is bad. Further discussion > here: > https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20053 Hello

Re: [FFmpeg-devel] [PATCH] avformat/subfile: clip seek offset

2025-07-29 Thread Kacper Michajlow
On Tue, 29 Jul 2025 at 22:59, Nicolas George wrote: > > Alexander Strasser via ffmpeg-devel (HE12025-07-29): > > You are looking at the overview with latest events for that PR. > > > > To see the the individual commits select > > that view at the top. Or if you want to see > > the combined diff, c

Re: [FFmpeg-devel] [PATCH] avformat/subfile: clip seek offset

2025-07-29 Thread Nicolas George
Kacper Michajlow (HE12025-07-29): > https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20055.patch You forgot to do a copy-paste. -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To un

[FFmpeg-devel] STF 2025 grant request (2025-09-01 target)

2025-07-29 Thread Pierre-Anthony Lemieux
Hi all, As with last year, Michael asked me to help coordinate the creation of grant request to the STF: https://trac.ffmpeg.org/wiki/SponsoringPrograms/STF/2025 The objective remains to unlock funds for individuals that are interested in contributing to the FFMPEG codebase. The proposed deadli

[FFmpeg-devel] [PATCH] avfilter/drawtext: replace strcpy/strcat with av_strlcpy/av_strlcat

2025-07-29 Thread Sanjay Jangid
Signed-off-by: Sanjay Jangid --- libavfilter/vf_drawtext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c index aae703b..5cd8633 100644 --- a/libavfilter/vf_drawtext.c +++ b/libavfilter/vf_drawtext.c @@ -1880,7 +1880,7 @@ st

[FFmpeg-devel] [flac] Fix integer-overflow in flac_lpc_33_c

2025-07-29 Thread Dale Curtis
This fix copies a couple of casts from surrounding functions. See https://crbug.com/432528781 for stack trace details. Signed-off-by: Dale Curtis flac_fix_v1.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://

Re: [FFmpeg-devel] [IMPORTANT] AI written TLS Code in WHIP patch

2025-07-29 Thread James Almer
On 7/29/2025 5:56 PM, Kacper Michajlow wrote: On Tue, 29 Jul 2025 at 22:11, James Almer wrote: On 7/29/2025 5:02 PM, Kieran Kunhya via ffmpeg-devel wrote: Hello, It seem there is strong evidence that AI wrote TLS code as part of the WHIP patch. It goes without saying why this is bad. Further

Re: [FFmpeg-devel] forgejo labels

2025-07-29 Thread Michael Niedermayer
On Tue, Jul 29, 2025 at 10:04:51PM +0100, Frank Plowman wrote: > On 28/07/2025 15:20, Michael Niedermayer wrote: > > Hi > > > > regression: issue aaddresses a regression > > bug:something is not working > > > > This is inconsistent > > Label X cannot sometimes mean "X is removed" and "X i

Re: [FFmpeg-devel] forgejo labels

2025-07-29 Thread Kieran Kunhya via ffmpeg-devel
On Tue, Jul 29, 2025 at 11:40 PM Michael Niedermayer wrote: > > On Tue, Jul 29, 2025 at 10:04:51PM +0100, Frank Plowman wrote: > > On 28/07/2025 15:20, Michael Niedermayer wrote: > > > Hi > > > > > > regression: issue aaddresses a regression > > > bug:something is not working > > > > > > T

Re: [FFmpeg-devel] [PATCH] avcodec/apv: align APV color format support with latest liboapv version

2025-07-29 Thread Michael Niedermayer
On Tue, Jul 29, 2025 at 11:09:52AM +0200, d.frankie...@samsung.com wrote: > -Original Message- > From: ffmpeg-devel On Behalf Of Michael > Niedermayer > Sent: Monday, July 28, 2025 5:16 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH] avcodec/apv:

Re: [FFmpeg-devel] [PATCH 1/1] libavformat/img2enc.c: rm warning ‘.tmp’ directive output may be truncated

2025-07-29 Thread Steven Liu
Cai Fan 于2025年7月30日 周三11:43写道: > Signed-off-by: Cai Fan > --- > libavformat/img2enc.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c > index 41638d92b8..f7d983ec54 100644 > --- a/libavformat/img2enc.c > +++ b/libavformat/img2enc.c > @@

Re: [FFmpeg-devel] forgejo labels

2025-07-29 Thread Lynne
On 29/07/2025 02:37, Timo Rothenpieler wrote: On 7/28/2025 7:24 PM, Michael Niedermayer wrote: On Mon, Jul 28, 2025 at 06:15:53PM +0200, Timo Rothenpieler wrote: On 7/28/2025 4:40 PM, Diederick C. Niehorster wrote: On Mon, Jul 28, 2025 at 4:21 PM Michael Niedermayer wrote: Hi regression: i

Re: [FFmpeg-devel] [PATCH 1/1] libavformat/img2enc.c: rm warning ‘.tmp’ directive output may be truncated

2025-07-29 Thread Steven Liu
Cai Fan 于2025年7月29日周二 10:23写道: > > Signed-off-by: Cai Fan > --- > libavformat/img2enc.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c > index 672cfe18fd..f7d983ec54 100644 > --- a/libavformat/img2enc.c > +++ b/libavformat

Re: [FFmpeg-devel] [IMPORTANT] AI written TLS Code in WHIP patch

2025-07-29 Thread James Almer
On 7/29/2025 5:02 PM, Kieran Kunhya via ffmpeg-devel wrote: Hello, It seem there is strong evidence that AI wrote TLS code as part of the WHIP patch. It goes without saying why this is bad. Further discussion here: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20053 This patch was pushed without

Re: [FFmpeg-devel] [IMPORTANT] AI written TLS Code in WHIP patch

2025-07-29 Thread Timo Rothenpieler
On 7/30/2025 12:39 AM, James Almer wrote: On 7/29/2025 5:56 PM, Kacper Michajlow wrote: On Tue, 29 Jul 2025 at 22:11, James Almer wrote: On 7/29/2025 5:02 PM, Kieran Kunhya via ffmpeg-devel wrote: Hello, It seem there is strong evidence that AI wrote TLS code as part of the WHIP patch. It

Re: [FFmpeg-devel] [IMPORTANT] AI written TLS Code in WHIP patch

2025-07-29 Thread Kacper Michajlow
On Tue, 29 Jul 2025 at 22:11, James Almer wrote: > > On 7/29/2025 5:02 PM, Kieran Kunhya via ffmpeg-devel wrote: > > Hello, > > > > It seem there is strong evidence that AI wrote TLS code as part of the > > WHIP patch. It goes without saying why this is bad. Further discussion > > here: > > https:

[FFmpeg-devel] Recommendations to facilitation patch reviews on forgejo/ML?

2025-07-29 Thread Romain Beauxis
Hi all, Are there any recommendations on how to best get attention to some patches/changes? With the introduction of the new forgejo workflow (which I personally welcome!), I am wondering how casual contributors like myself should approach the task of finding reviewers. So far, I am aware of the

Re: [FFmpeg-devel] [PATCH 5/5] avcodec/cbs_apv_syntax_template: Check tile_data_size

2025-07-29 Thread Michael Niedermayer
On Sat, Jun 21, 2025 at 11:15:21PM +0200, Michael Niedermayer wrote: > Fixes: heap-buffer-overflow > Fixes: > 418421333/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APV_fuzzer-6592025183191040 > Fixes: > 418804929/clusterfuzz-testcase-minimized-ffmpeg_BSF_APV_METADATA_fuzzer-5773904646045696

Re: [FFmpeg-devel] Recommendations to facilitation patch reviews on forgejo/ML?

2025-07-29 Thread Nicolas George
Romain Beauxis (HE12025-07-29): > Are there any recommendations on how to best get attention to some > patches/changes? Speaking for myself, I will not lift a finger to adapt to this thing until the dust is settles and the promises that were made about a full ability to interact by mail and comman

[FFmpeg-devel] [PATCH] avfilter/drawtext: replace strcpy/strcat with av_strlcpy/av_strlcat

2025-07-29 Thread Sanjay Jangid
Signed-off-by: Sanjay Jangid --- libavfilter/vf_drawtext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c index aae703b..5cd8633 100644 --- a/libavfilter/vf_drawtext.c +++ b/libavfilter/vf_drawtext.c @@ -1880,7 +1880,7 @@ st

[FFmpeg-devel] [PATCH 1/1] libavformat/img2enc.c: rm warning ‘.tmp’ directive output may be truncated

2025-07-29 Thread Cai Fan
Signed-off-by: Cai Fan --- libavformat/img2enc.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c index 41638d92b8..f7d983ec54 100644 --- a/libavformat/img2enc.c +++ b/libavformat/img2enc.c @@ -180,6 +180,11 @@ static int write_packet(AVFormat

Re: [FFmpeg-devel] [PATCH] avfilter/drawtext: replace strcpy/strcat with av_strlcpy/av_strlcat

2025-07-29 Thread Yalda
I'm not seeing a code change, just indenting the same line. Mistake? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with su