[FFmpeg-devel] [PATCH] avformat/apv: fix range of au_size (PR #20340)

2025-08-25 Thread Dariusz Frankiewicz via ffmpeg-devel
PR #20340 opened by Dariusz Frankiewicz (dariusz-f) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20340 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20340.patch Acces unit size is described in documentation as > 0 < 0x Signed-off-by: Dariusz Frankiewicz >From d0405772f7bcd

[FFmpeg-devel] [PATCH] avformat/whip: simplify the udp read in whip_write_packet (PR #20339)

2025-08-25 Thread Jack Lau via ffmpeg-devel
PR #20339 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20339 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20339.patch Reduce nested if statements to make the code structure clearer Signed-off-by: Jack Lau >From 74004772075c5cf4856d05a7dc6560d343525f81

[FFmpeg-devel] [PATCH] More missing aliases (PR #20338)

2025-08-25 Thread ronag via ffmpeg-devel
PR #20338 opened by ronag URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20338 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20338.patch >From 4109166438de3072f3a6a098c221e27c282ffee1 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Mon, 25 Aug 2025 21:15:40 +0200 Subject: [PATCH 1/2]

Re: [FFmpeg-devel] [PATCH] avcodec/webp: fix incorrectly returning AVERROR_INVALIDDATA when building Huffman reader (PR #20316)

2025-08-25 Thread Raphael Zumer via ffmpeg-devel
Hello, Looking for a review for this patch, as it currently breaks WebP decoding and is a 1-line fix. Thanks, RZ On 8/22/25 13:38, rzumer via ffmpeg-devel wrote: > PR #20316 opened by rzumer > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20316 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFm

[FFmpeg-devel] [PATCH] avcodec/libjxldec: submit frame after file is complete (PR #20337)

2025-08-25 Thread Leo Izen via ffmpeg-devel
PR #20337 opened by Leo Izen (Traneptora) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20337 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20337.patch This commit causes the libjxl decoder wrapper to hold onto the decoded frame until the trailing metadata after the frame is possibly c

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

2025-08-25 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

Re: [FFmpeg-devel] [POLL][RFC] Merge vs Cherry pick for integration of changes

2025-08-25 Thread Michael Niedermayer via ffmpeg-devel
Hi all On Sun, Aug 24, 2025 at 12:59:29PM +0200, Michael Niedermayer via ffmpeg-devel wrote: [...] > > Option M: > > This would be a merge of pauls last revission before files where > > switched to GPL and the command line tool to AGPL [...] > > Option C: > > Individual Modules (Codec

[FFmpeg-devel] fate runners/clients

2025-08-25 Thread Michael Niedermayer via ffmpeg-devel
Hi We seem not to have basic x86-32 / 64 linux clients covering the releases iam running clients for many obscure archs like sh4 and alpha should i add x86-32 and 64 linux See for example: https://fatebeta.ffmpeg.org/v5.1 theres my ming32 x86-32/64 but no linux that said, the hidden reason for

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

2025-08-25 Thread Zhao Zhili via ffmpeg-devel
> On Jul 31, 2025, at 17:05, yangsen5 via ffmpeg-devel > wrote: > > From: yangsen5 <[email protected]> > > Signed-off-by: yangsen5 <[email protected]> > --- > libavformat/file.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/libavformat/file.c b/libavformat/file.

Re: [FFmpeg-devel] STF 2025 grant request (2025-09-01 target)

2025-08-25 Thread Niklas Haas via ffmpeg-devel
On Wed, 20 Aug 2025 18:24:16 +0200 Niklas Haas wrote: > On Tue, 12 Aug 2025 08:32:39 -0700 Pierre-Anthony Lemieux > wrote: > > Quick reminder that the deadline for submitting your proposal is > > quickly approaching. > > > > Also note that the total amount of the proposed projects is below for >

Re: [FFmpeg-devel] [PATCH v8] libavcodec/riscv: add RVV optimized idct_32x32_8 for HEVC

2025-08-25 Thread daichengrong via ffmpeg-devel
ping~ 在 2025/7/15 17:23:50, [email protected] 写道: From: daichengrong On Banana PI F3(256-bit vectors): hevc_idct_32x32_8_c:119103.4 ( 1.00x) hevc_idct_32x32_8_rvv_i64:5233.3 (22.76x) Changes in v8: R