On Tue, 19 Aug 2025, Timo Rothenpieler via ffmpeg-devel wrote:
mailman2 has no good way to deal with that in a more reasonable way.
Mailman3 is already set up, and can be migrated to at a moments notice.
The only problem with it is that I really don't like the new archives.
It has ways to better
PR #20282 opened by kxxt
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20282
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20282.patch
This fixes the following warning:
libavutil/riscv/cpu.c:85:9: warning: label at end of compound statement is a
C23 extension [-Wc23-extensions]
Sign
PR #20281 opened by kxxt
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20281
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20281.patch
Add #ifndef to avoid potential redefinition of _GNU_SOURCE macro.
This is found while building chromium for riscv64, the redefinition of
_GNU_SOURCE
PR #20280 opened by michaelni
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20280
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20280.patch
ff_lxf_uncompress() reallocates the array which we allocated with
av_fast_realloc(),
this patchset fixes this by adding av_fast_realloc() suppor
On 8/18/2025 7:08 PM, Timo Rothenpieler via ffmpeg-devel wrote:
Hi!
As you might have noticed, a bunch of big Mail-Hosters have introduced
new, even stricter, requirements. Primarily it's Microsoft, but others
seem to already have followed suit.
So we had to configure the list to send all mail
Hi!
As you might have noticed, a bunch of big Mail-Hosters have introduced
new, even stricter, requirements. Primarily it's Microsoft, but others
seem to already have followed suit.
So we had to configure the list to send all mails as coming from the
list itself.
At least to me this seems hi
PR #20279 opened by Timo Rothenpieler (BtbN)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20279
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20279.patch
>From 9b949e2a5e82e9bba9ff2e533683ef057acc0fb0 Mon Sep 17 00:00:00 2001
From: Timo Rothenpieler
Date: Mon, 18 Aug 2025 20:28:26 +
Add a new flag to the vf_colorspace filter which provides the user an
option to clamp the linear and delinear transfer characteristics LUT
values to the [0, 1] represented range. This helps constrain the
potential value range when converting between colorspaces.
Signed-off-by: Drew Dunne
---
doc
PR #20278 opened by ngaullier
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20278
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20278.patch
Three independant patches, grouped here only because related to fate, so
preferably merged in a row for better looking in git log.
One is a trivi
PR #20277 opened by michaelni
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20277
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20277.patch
Signed-off-by: Michael Niedermayer
>From fddada82fb61a75f207b57d316114a57b97781a0 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer
Date: Mon
PR #20276 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20276
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20276.patch
If requested, it should have priotity over any coded value
Fixes trac ticket #11649.
>From e90c889ee2cefbe173a2f61e1433b18c33436a0c
PR #20274 opened by michaelni
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20274
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20274.patch
Avoids failure of xyz12 fate tests on mingw and linux x86-32
Signed-off-by: Michael Niedermayer
>From a9bc076f4873161e96098337a16b4657a0174fd5
PR #20273 opened by ArazIusubov
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273.patch
This patch adds support for the texture array feature
used by AMD boards in the D3D12 HEVC encoder.
In texture array mode, a single texture arra
Niklas Haas via ffmpeg-devel (HE12025-08-16):
> PR #20257 opened by Niklas Haas (haasn)
> URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20257
> Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20257.patch
No objection from me to this, nor did I see anything shocking in it, but
I do not kn
14 matches
Mail list logo