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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
23 matches
Mail list logo