Re: [FFmpeg-devel] Mailman3 Upgrade

2025-08-18 Thread Martin Storsjö via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] libavutil/riscv: add fallthrough comment to switch (PR #20282)

2025-08-18 Thread kxxt via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] libavutil/riscv: avoid redefinition of _GNU_SOURCE (PR #20281)

2025-08-18 Thread kxxt via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] ff_lxf_uncompress realloc vs av_fast_realloc fix (PR #20280)

2025-08-18 Thread michaelni via ffmpeg-devel
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

Re: [FFmpeg-devel] Mailman3 Upgrade

2025-08-18 Thread James Almer via ffmpeg-devel
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

[FFmpeg-devel] Mailman3 Upgrade

2025-08-18 Thread Timo Rothenpieler via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] forgejo/workflows: also run 32bit fate tests (PR #20279)

2025-08-18 Thread Timo Rothenpieler via ffmpeg-devel
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 +

[FFmpeg-devel] [PATCH] vf_colorspace: Add an option to clamp trc LUT output

2025-08-18 Thread Drew Dunne via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] fate-dependencies (PR #20278)

2025-08-18 Thread ngaullier via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avformat/lrcdec: Fix fate-sub-lrc-ms-remux on x86-32 (PR #20277)

2025-08-18 Thread michaelni via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] fftools/ffmpeg_demux: ensure the display_rotation option is honored (PR #20276)

2025-08-18 Thread James Almer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] swscale/swscale_internal: Use more precisse gamma (PR #20274)

2025-08-18 Thread michaelni via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avcodec/d3d12va_encode: texture array support for HEVC (PR #20273)

2025-08-18 Thread ArazIusubov via ffmpeg-devel
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

Re: [FFmpeg-devel] [PATCH] vf_colordetect: add ability to detect fully opaque alpha planes (PR #20257)

2025-08-18 Thread Nicolas George via ffmpeg-devel
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