Re: [FFmpeg-devel] Bounce on Luca Abeni from MAINTENERS

2025-07-31 Thread Derek Buitenhuis
On 7/31/2025 1:54 PM, Peter Enderborg wrote: > I get bouces saying that the user does not exist. Have have send patch, but > no maintainer. Just send it to the list or Forgejo for others to review. MAINTAINERS is full of uncontactable people and people who haven't been seen in a decade. - Dere

[FFmpeg-devel] [PATCH] avformat/mov: don't unnecesarely replace extradata with the same one

2025-07-31 Thread James Almer
If the first STSC entry refers to the first extradata buffer, then don't bother replacing the output stream's extradata as it's already set to it. Signed-off-by: James Almer --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/

Re: [FFmpeg-devel] [PATCH] libopenmpt: fix seeking

2025-07-31 Thread Michael Niedermayer
Hi On Mon, Jul 28, 2025 at 07:58:18AM +0500, kimapr via ffmpeg-devel wrote: > This patch fixes strange seeking behavior i have observed in mpv when using > the libopenmpt demuxer, caused by mismatch in position state between the > demuxer and underlying libopenmpt library.  Not setting the prese

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

2025-07-31 Thread Niklas Haas
On Tue, 29 Jul 2025 21:02:53 +0100 Kieran Kunhya 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 pushe

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

2025-07-31 Thread Maryla Ustarroz-Calonge via ffmpeg-devel
And -c: variant. Update ffprobe.texi. opt_codec() is mostly copied over from ffplay.c This is useful when different decoders have different capabilities, or to test a specific decoder. Signed-off-by: Maryla Ustarroz-Calonge --- Changelog | 2 +- doc/ffprobe.texi | 6 +++ fftools/ff

[FFmpeg-devel] Bounce on Luca Abeni from MAINTENERS

2025-07-31 Thread Peter Enderborg
I get bouces saying that the user does not exist. Have have send patch, but no maintainer. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-req

Re: [FFmpeg-devel] Bounce on Luca Abeni from MAINTENERS

2025-07-31 Thread Michael Niedermayer
Hi Peter, Luca On Thu, Jul 31, 2025 at 12:54:31PM +, Peter Enderborg wrote: > I get bouces saying that the user does not exist. Have have send patch, but > no maintainer. @peter, I see no patch submission from you, i also see no email address in the ffmpeg MAINTAINER file. luca abeni is eas

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

2025-07-31 Thread Rémi Denis-Courmont
Le 30 juillet 2025 00:42:41 GMT+03:00, Romain Beauxis a écrit : >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 mysel

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

2025-07-31 Thread Maryla Ustarroz via ffmpeg-devel
On Thu, Jul 31, 2025 at 12:01 AM Stefano Sabatini wrote: > > On date Friday 2025-06-27 10:23:56 +0200, ffmpeg-devel Mailing List wrote: > > From: Maryla Ustarroz-Calonge > > Subject: [PATCH v2] ffprobe: add -codec: option > > Date: Fri, 27 Jun 2025 10:23:56 +0200 > > To: ffmpeg-devel@ffmpeg.org >

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

2025-07-31 Thread Michael Niedermayer
On Wed, Jul 30, 2025 at 03:59:09PM -0700, Dale Curtis wrote: > Patchset updated with your suggestions. Thanks! will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB In fact, the RIAA has been known to suggest that students drop out of college or go to

Re: [FFmpeg-devel] [PATCH] web: announce code.ffmpeg.org

2025-07-31 Thread Rémi Denis-Courmont
Le perjantaina 25. heinäkuuta 2025, 14.41.05 Itä-Euroopan kesäaika Nicolas George a écrit : > In short and imaged, I see you arguing that screws are too difficult to > use and we should use twisted vines instead, but the real issue is that > you are using a Playskool Plastic Tool Set instead of a

Re: [FFmpeg-devel] git.videolan.org -> git.ffmpeg.org migration

2025-07-31 Thread Gyan Doshi
On 2025-08-01 12:05 am, Timo Rothenpieler wrote: Hi! We will migrate away from using git.videolan.org to hosting the two repos there on our own infrastructure. What is the timeline for this? Regards, Gyan To accomplish this, the source.ffmpeg.org domain will be shifted to point to gi

[FFmpeg-devel] [PATCH] avcodec/sanm: Checks related to negative left/top

2025-07-31 Thread Michael Niedermayer
Fixes: 423673969/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SANM_fuzzer-5466731806261248 Fixes: out of array access CC: Manuel Lauss Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/san

Re: [FFmpeg-devel] git.videolan.org -> git.ffmpeg.org migration

2025-07-31 Thread Timo Rothenpieler
On 7/31/2025 11:57 PM, Stephen Hutchinson wrote: On 7/31/25 5:26 PM, Derek Buitenhuis wrote: * I had assumed Forgejo would import my full name from github when I signed in    via it. It imported absolutely nothing. Quasi-related to the Github login option, I'm just getting 500 internal server

Re: [FFmpeg-devel] [PATCH] avcodec/sanm: Checks related to negative left/top

2025-07-31 Thread Michael Niedermayer
Hi send this to ML, because of ease of "CC:" On Fri, Aug 01, 2025 at 12:48:32AM +0200, Michael Niedermayer wrote: > Fixes: > 423673969/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SANM_fuzzer-5466731806261248 > Fixes: out of array access > > CC: Manuel Lauss manuel, please review / check

[FFmpeg-devel] hwcontext_vulkan: transfer exclusive images to correct queue family in drm->vulkan mapping

2025-07-31 Thread vytskalt via ffmpeg-devel
From: vytskalt VK_QUEUE_FAMILY_IGNORED is only valid when the image is in CONCURRENT sharing mode. When there is only one queue family it's in the EXCLUSIVE sharing mode and the dst queue family must match it. Fixes validation error during drm->vulkan frame mapping: "pDependencyInfo->pImageMemor

Re: [FFmpeg-devel] git.videolan.org -> git.ffmpeg.org migration

2025-07-31 Thread Timo Rothenpieler
On 7/31/2025 8:35 PM, Timo Rothenpieler wrote: RSA: ssh-rsa B3NzaC1yc2EDAQABAAABAQDLI6KmhvYyBuyjRLC1BgyMHqZzBkloPfnPKJfjVhlE/QsPIQndH1BvzDbCk8478Urhk0ItpeoQL7hXj5D0y1rX5T0GBG1mIZnJBv+Xt9SPbyPoKdw8PN2txCp7TQENg1O5hCNvoQlZwuWb6WKJUVeYLbOZ0RmLO/xIU+7qWA6Puzoh2XDqKeqOZPq6DYqQ54cu/wLgaad2dpt9

Re: [FFmpeg-devel] [PATCH] web: announce code.ffmpeg.org

2025-07-31 Thread Nicolas George
Rémi Denis-Courmont (HE12025-07-31): > I (mostly) don't use Gmail because I value my privacy more than the > convenience of GMail's web interface. But realistically, not everyone can > afford to access an outbound MTA that: > - supports SMTP, > - allows sending email with a domain not tied to the

Re: [FFmpeg-devel] git.videolan.org -> git.ffmpeg.org migration

2025-07-31 Thread Timo Rothenpieler
On 7/31/2025 10:16 PM, Gyan Doshi wrote: On 2025-08-01 12:05 am, Timo Rothenpieler wrote: Hi! We will migrate away from using git.videolan.org to hosting the two repos there on our own infrastructure. What is the timeline for this? It's already implemented

Re: [FFmpeg-devel] git.videolan.org -> git.ffmpeg.org migration

2025-07-31 Thread Stephen Hutchinson
On 7/31/25 5:26 PM, Derek Buitenhuis wrote: * I had assumed Forgejo would import my full name from github when I signed in via it. It imported absolutely nothing. Quasi-related to the Github login option, I'm just getting 500 internal server error whenever I try it now. _

[FFmpeg-devel] git.videolan.org -> git.ffmpeg.org migration

2025-07-31 Thread Timo Rothenpieler
Hi! We will migrate away from using git.videolan.org to hosting the two repos there on our own infrastructure. To accomplish this, the source.ffmpeg.org domain will be shifted to point to git.ffmpeg.org, which will result in a host key mismatch for anyone having configured that domain. You

Re: [FFmpeg-devel] git.videolan.org -> git.ffmpeg.org migration

2025-07-31 Thread Derek Buitenhuis
On 7/31/2025 7:35 PM, Timo Rothenpieler wrote: > We will migrate away from using git.videolan.org to hosting the two > repos there on our own infrastructure. Since this enabled the rebase and fast forward button, I used that instead of manually pushing. However, a word of warning for others, I m

Re: [FFmpeg-devel] [PATCH] libopenmpt: fix seeking

2025-07-31 Thread kimapr via ffmpeg-devel
revised the patch, hopefully it's better now. i also fixed another weirdness that i didn't fix in the original patch On 2025/07/31 19:19, Michael Niedermayer wrote: > while your email contains quite some details, the commit message of > just "libopenmpt: fix seeking" is too terse added some deta

Re: [FFmpeg-devel] [PATCH 1/1] add option in file.c: pkt_size toset max_packet_size

2025-07-31 Thread Gyan Doshi
On 2025-07-31 01:06 pm, 1+1=10 wrote: If max_packet_size is -1, a crash will occur in the ffio_fdopen function due to malloc(-1), but max_packet_size is initialized to 0 in the url_alloc_for_protocol function. If it is not customized to -1, this situation should not occur. But your added op

[FFmpeg-devel] [PATCH] add option in file.c: pkt_size to set max_packet_size

2025-07-31 Thread yangsen5 via ffmpeg-devel
From: yangsen5 <1441923...@qq.com> Signed-off-by: yangsen5 <1441923...@qq.com> --- libavformat/file.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/file.c b/libavformat/file.c index 6a66040b65..856a6cbd0a 100644 --- a/libavformat/file.c +++ b/libavformat/file.

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

2025-07-31 Thread Cai Fan
Signed-off-by: Cai Fan --- libavformat/img2enc.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c index 41638d92b8..9a5718a8da 100644 --- a/libavformat/img2enc.c +++ b/libavformat/img2enc.c @@ -180,7 +180,12 @@ static int writ

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

2025-07-31 Thread caifan0425
Signed-off-by: Cai Fan --- libavformat/img2enc.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c index 41638d92b8..a1eb0c688d 100644 --- a/libavformat/img2enc.c +++ b/libavformat/img2enc.c @@ -180,7 +180,12 @@ static int write