[FFmpeg-devel] Re: [PATCH] avformat/whip: Fix rtp_ctx->streams access (PR #20805)

2025-11-15 Thread Jack Lau via ffmpeg-devel
> On Nov 10, 2025, at 08:24, Michael Niedermayer via ffmpeg-devel > wrote: > > Hi Kieran > > On Sat, Nov 01, 2025 at 02:37:45AM +, Kieran Kunhya via ffmpeg-devel > wrote: >> On Fri, 31 Oct 2025, 17:06 michaelni via ffmpeg-devel, < >> [email protected]> wrote: >> >>> PR #20805 ope

[FFmpeg-devel] Re: [PATCH] fftools/ffmpeg_mux_init: do not write encoder metadata for ogg files with bitexact

2025-11-15 Thread Gyan Doshi via ffmpeg-devel
On 2025-11-16 04:02 am, Tolga Celebi via ffmpeg-devel wrote: From: tolgakaan12 <[email protected]> The set_encoder_id function in fftools/ffmpeg_mux_init was writing a shortened encoder tag even when -bitexact flag was set, instead of omitting it entirely like ot

[FFmpeg-devel] [PATCH] avformat/whip: fix weird code that clear extradata in rtp muxer (PR #20931)

2025-11-15 Thread Jack Lau via ffmpeg-devel
PR #20931 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20931 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20931.patch WHIP force the use of Annex B by enabling h264_mp4toannexb BSF in whip_check_bitstream. However, this BSF runs during packet writing and

[FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: Fix B-frame timestamp handling for proper PTS/DTS ordering

2025-11-15 Thread Bo Xu boxuffmpeg--- via ffmpeg-devel
From: boxu VideoToolbox encoder with B-frames can produce non-monotonic DTS values, causing playback issues. This patch implements a complete timestamp reset strategy to ensure correct PTS/DTS ordering. The fix: - Generates monotonic DTS values based on decode order (frame counter) - Preserves V

[FFmpeg-devel] [PATCH] fftools/ffmpeg_mux_init: do not write encoder metadata for ogg files with bitexact

2025-11-15 Thread Tolga Celebi via ffmpeg-devel
From: tolgakaan12 <[email protected]> The set_encoder_id function in fftools/ffmpeg_mux_init was writing a shortened encoder tag even when -bitexact flag was set, instead of omitting it entirely like other formats (flac, mp3, wav) do. This patch makes the function ret

[FFmpeg-devel] [PATCH] avformat/segafilmenc: Fix division by zero with malformed Cinepak data

2025-11-15 Thread Shubin123 via ffmpeg-devel
The film_write_packet() function reads encoded_buf_size from packet data via AV_RB24() and uses it in a modulo operation without validation. When the data contains zeros at this position, it causes division by zero. Add validation to return AVERROR_INVALIDDATA when encoded_buf_size is zero. Signe

[FFmpeg-devel] Re: Update on your FLOSS/fund application

2025-11-15 Thread Michael Niedermayer via ffmpeg-devel
Hi everyone It seems neither Thilo nor Pierre have time to look into this. Does someone else have time ? (id like to work on the 8.0.1 release and backports and many other things) thx On Tue, Nov 04, 2025 at 11:45:40AM +0530, FLOSS Fund via ffmpeg-devel wrote: > Dear *FFmpeg* > > We are pleased

[FFmpeg-devel] [PATCH] doc/fate: document setting of session-wide env variables (PR #20930)

2025-11-15 Thread Gyan Doshi via ffmpeg-devel
PR #20930 opened by Gyan Doshi (GyanD) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20930 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20930.patch Revision of FFmpeg/FFmpeg!20907 >From e76fcf822346b47c6ec65ec59945ab896c16f193 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Sun, 16

[FFmpeg-devel] Re: [PATCH] web/donations: Add Paul B Mahol

2025-11-15 Thread James Almer via ffmpeg-devel
On 11/15/2025 3:14 PM, Kieran Kunhya via ffmpeg-devel wrote: Hello, I was asked to add a Paul B Mahol donation entry. By him? I'm not against this patch, but will it help convincing him to contribute again to the project? Kieran ___ ffmpeg-de

[FFmpeg-devel] [PATCH] avformat: don't return EIO errors on invalid data (PR #20929)

2025-11-15 Thread James Almer via ffmpeg-devel
PR #20929 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20929 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20929.patch Demuxers should not generate this error code when they encounter truncated or otherwise invalid files. It's an error code the underly

[FFmpeg-devel] [PATCH] web/donations: Add Paul B Mahol

2025-11-15 Thread Kieran Kunhya via ffmpeg-devel
Hello, I was asked to add a Paul B Mahol donation entry. Kieran 0001-donations-Add-Paul-B-Mahol.patch Description: Binary data ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] doc: Fix building with makeinfo 4.8 (PR #20927)

2025-11-15 Thread Martin Storsjö via ffmpeg-devel
PR #20927 opened by Martin Storsjö (mstorsjo) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20927 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20927.patch This fixes building after commit 1ce88d29d0795857a6950c0047e62e2d3ccf8080. That commit caused the following errors: src/doc/

[FFmpeg-devel] [PATCH] doc/filters: add section for VideoToolbox filter (PR #20926)

2025-11-15 Thread Zhao Zhili via ffmpeg-devel
PR #20926 opened by Zhao Zhili (quink) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20926 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20926.patch Move scale_vt and transpose_vt to this section. >From d0460c7238c10d636465c37f05a048eeb46a852c Mon Sep 17 00:00:00 2001 From: Zhao Zhil

[FFmpeg-devel] Re: [PATCH] web/donations: Add my ETH/USDC/Bitcoin addresses to my donation entry.

2025-11-15 Thread Michael Niedermayer via ffmpeg-devel
On Sat, Nov 15, 2025 at 06:09:59AM +0100, Michael Niedermayer via ffmpeg-devel wrote: > On Fri, Nov 14, 2025 at 04:08:40PM -0800, Jacob Lifshay via ffmpeg-devel > wrote: > > On Fri, Nov 14, 2025 at 1:45 PM Michael Niedermayer via ffmpeg-devel > > wrote: > > > + > > > + > > src=

[FFmpeg-devel] Re: FFmpeg 8.0.1 release

2025-11-15 Thread Zhao Zhili via ffmpeg-devel
> On Nov 15, 2025, at 23:15, Michael Niedermayer via ffmpeg-devel > wrote: > > Hi all > > due to accumulated bug fixes, i think we should make a new release from > release/8.0 soon > > if tehres something you want backported, please backport it. (ill of course > try to get my fixes > back

[FFmpeg-devel] FFmpeg 8.0.1 release

2025-11-15 Thread Michael Niedermayer via ffmpeg-devel
Hi all due to accumulated bug fixes, i think we should make a new release from release/8.0 soon if tehres something you want backported, please backport it. (ill of course try to get my fixes backported before the release as well) thx -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF13

[FFmpeg-devel] Re: 回复:Re: [Question]Inquiry Regarding RISC-V RVV Optimization for HEVC Decoding in FFmpeg

2025-11-15 Thread Rémi Denis-Courmont via ffmpeg-devel
Nihao, Le lauantaina 15. marraskuuta 2025, 4.50.11 Itä-Euroopan normaaliaika yunfei_zhou--- via ffmpeg-devel a écrit : > Segmented load/store performance: We’ve encountered similar bottlenecks in > our video decoding optimizations. To address this, we’re actively proposing > new vector instructio