[FFmpeg-devel] [PATCH] doc/filters: correct psnr option name (#20199) (PR #20206)

2025-08-09 Thread Gyan Doshi
PR #20206 opened by Gyan Doshi (GyanD) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20206 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20206.patch Correct doc entry from stats_add_max to output_max >From 5ae8c50f95afc8b204253545ee2ea784f190ede9 Mon Sep 17 00:00:00 2001 From: Gyan D

[FFmpeg-devel] [PATCH] avcodec/vp9: fix leaked cbs fragment AVBufferRef (PR #20205)

2025-08-09 Thread Leo Izen
PR #20205 opened by Leo Izen (Traneptora) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20205 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20205.patch When this function returns, the fragment is never reset, so current_frag->data_ref is never unref-ed, which ends up leaking it. We cal

Re: [FFmpeg-devel] [RFC] AAC (USAC) bug

2025-08-09 Thread Michael Niedermayer
Hi On Fri, Aug 08, 2025 at 10:36:48AM -0300, James Almer wrote: > On 8/8/2025 10:28 AM, Michael Niedermayer wrote: > > Hi > > > > AAC USAC conatains a double free since 6 month > > (https://issues.oss-fuzz.com/issues/393523547) > > > > A WIP fix is here: > > WIP how? Is it incomplete? > > > ht

[FFmpeg-devel] [PATCH] avformat/whip: add whip_flags ignore_ipv6 to skip IPv6 ICE candidates (PR #20204)

2025-08-09 Thread Jack Lau
PR #20204 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20204 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20204.patch mark this ignore_ipv6 flag could ignore any IPv6 ICE candidate, preventing “No route to host” errors on devices without IPv6 connectivity

[FFmpeg-devel] [PATCH] avformat/tls_openssl: fix X509 cert serial number might be negative (PR #20203)

2025-08-09 Thread Jack Lau
PR #20203 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20203 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20203.patch This patch was split from #20030 to make the patchset smaller and easier to review. >From 5b2c12716051b4935b9d41b0802e6b17c592ad1d Mon

Re: [FFmpeg-devel] [RFC] 8.0 and bumping

2025-08-09 Thread Michael Niedermayer
Hi On Sat, Aug 09, 2025 at 09:24:39PM +0200, Michael Niedermayer wrote: > Hi everyone > > kasper noticed that we have not bumped major APIs since 7.1 please disregrad this mail, I appologize for not checking before sending this git grep '#define *[A-Z]*_VERSION_MAJOR ' release/7.1 release/7.1:

[FFmpeg-devel] [RFC] 8.0 and bumping

2025-08-09 Thread Michael Niedermayer
Hi everyone kasper noticed that we have not bumped major APIs since 7.1 So heres a quick poll / RFC should we release 8.0 with the libs having the same major API as 7.0/7.1 ? or should we bump major API and fast forward the release/8.0 branch Note until this is resolved please dont push anythin

Re: [FFmpeg-devel] Forgejo entry threshold

2025-08-09 Thread Nicolas George
Rémi Denis-Courmont (HE12025-08-08): > If your mail client treats attachments the same as inline text, your > mail client is very badly broken as a mail client. And if not, then it > is obviously much more cumbersome to review an attachment. My mail client does not treat text attachments exactly t

Re: [FFmpeg-devel] [PATCH] avfilter/vf_extractplanes: use refcounting for planar formats

2025-08-09 Thread Nicolas George
Jorge Estrada (HE12025-08-08): > As recommended by Nicholas George. Uses refcounting for planar formats > similar to this change for alphamerge I'd prefer the first sentence to be left out. And if not, then please fix the typo in my name ;) > https://patchwork.ffmpeg.org/project/ffmpeg/patch/202

Re: [FFmpeg-devel] [PATCH] avfilter/vf_alphamerge: use refcounting for planar formats

2025-08-09 Thread Nicolas George
Jorge Estrada (HE12025-08-07): > From b413b7f8a966c2cf77c8703b5f68e8ea492d930a Mon Sep 17 00:00:00 2001 > From: Jorge Estrada > Date: Thu, 7 Aug 2025 12:55:19 -0700 > Subject: use av_buffer_replace > > Addressed. Uses av_buffer_replace now > > --- > libavfilter/vf_alphamerge.c | 24

Re: [FFmpeg-devel] [PATCH] tools/graph2dot: Add proper error handling to avoid potential memory leaks

2025-08-09 Thread Nicolas George
Jiasheng Jiang (HE12025-08-09): > Add proper error handling to release allocated memory to avoid potential > memory leaks. Once again, there are no leaks when the process exits. A short-lived tool like that does not need cleanup, especially when it makes the code longer. Regards, -- Nicolas

[FFmpeg-devel] [PATCH] Fix Vulkan hwcontext build, fix CBS VP9 behaviour (PR #20202)

2025-08-09 Thread Mark Thompson
PR #20202 opened by Mark Thompson (jkqxz) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20202 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20202.patch Fix Vulkan hwcontext build: * `VK_IMAGE_USAGE_HOST_TRANSFER_BIT` is not present in the current minimum header version. * `false` requ

[FFmpeg-devel] [PATCH] doc/community.texi: fix spelling error (PR #20201)

2025-08-09 Thread Leon Grutters
PR #20201 opened by Leon Grutters (GewoonLeon) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20201 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20201.patch Fixes: 262d41c804 ("all: fix typos found by codespell") Signed-off-by: Leon Grutters >From e6a21d13290cef109a6af2d01c42918598d

Re: [FFmpeg-devel] rebase bugs?

2025-08-09 Thread Michael Niedermayer
On Sat, Aug 09, 2025 at 04:00:32PM +0200, Kacper Michajlow wrote: > On Sat, 9 Aug 2025 at 14:15, Michael Niedermayer > wrote: > > > > Hi > > > > On Sat, Aug 09, 2025 at 07:02:29AM +0200, Kacper Michajlow wrote: > > [...] > > > > > ... in a > > > corporate environment, things like that would never

[FFmpeg-devel] [PATCH] Fix some oss-fuzz aborts (PR #20198)

2025-08-09 Thread Kacper Michajłow
PR #20198 opened by Kacper Michajłow (kasper93) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20198 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20198.patch From 78a867c88ec2a46003ba04653662d4430f2b777e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sat, 9

[FFmpeg-devel] [PATCH] doc/developer: Basic documentation for Source Plugins (PR #20197)

2025-08-09 Thread michaelni
PR #20197 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20197 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20197.patch Signed-off-by: Michael Niedermayer >From 23b2e9eac15db42517c977bcaa7fa9446cb54507 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat

Re: [FFmpeg-devel] rebase bugs?

2025-08-09 Thread Kacper Michajlow
On Sat, 9 Aug 2025 at 14:15, Michael Niedermayer wrote: > > Hi > > On Sat, Aug 09, 2025 at 07:02:29AM +0200, Kacper Michajlow wrote: > [...] > > > ... in a > > corporate environment, things like that would never happen ... > > yeah, never ever seen a bug in software in a corporate environment No

[FFmpeg-devel] [PATCH] lavu/log: fix color for AV_CLASS_CATEGORY_HWDEVICE on non-Win32 (PR #20196)

2025-08-09 Thread nyanmisaka
PR #20196 opened by nyanmisaka URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20196 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20196.patch AV_CLASS_CATEGORY_HWDEVICE was introduced in the past but no corresponding colors were added for non-Win32 platforms. Fixes bf1579c ("avutil/log

[FFmpeg-devel] [PATCH] avcodec/jpeg2000dec: Make sure the 4 extra bytes allocated are initialized (PR #20195)

2025-08-09 Thread michaelni
PR #20195 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20195 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20195.patch Fixes: use of uninitialized memory Fixes: 429130590/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_DEC_fuzzer-5736930522497024 Found

[FFmpeg-devel] [PATCH] avcodec/exr: Check for pixel type consistency in DWA (PR #20194)

2025-08-09 Thread michaelni
PR #20194 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20194 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20194.patch Fixes: out of array access Fixes: BIGSLEEP-436511754/testcase.exr Found-by: Google Big Sleep Signed-off-by: Michael Niedermayer >From 3008d30f

Re: [FFmpeg-devel] rebase bugs?

2025-08-09 Thread Nicolas George
Kacper Michajlow (HE12025-08-09): > This is also why my initial intuition in the > GitLab vs Forgejo discussion was that GitLab is battle tested and in a > corporate environment, things like that would never happen in more > mature software. I have in my professional inbox a

Re: [FFmpeg-devel] rebase bugs?

2025-08-09 Thread Michael Niedermayer
Hi On Sat, Aug 09, 2025 at 07:02:29AM +0200, Kacper Michajlow wrote: [...] > ... in a > corporate environment, things like that would never happen ... yeah, never ever seen a bug in software in a corporate environment thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC7

[FFmpeg-devel] [PATCH] avformat/tls_openssl: cleanup code and add doc for dtls (PR #20193)

2025-08-09 Thread Jack Lau
PR #20193 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20193 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20193.patch These patches were split from https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20030 to make the patchset smaller and easier to review. >Fr