[FFmpeg-devel] [PATCH] Forgejo update (PR #20263)

2025-08-16 Thread erkinalp via ffmpeg-devel
PR #20263 opened by erkinalp URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20263 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20263.patch Updated the readme file for the new Forgejo repository, which *does* accept direct PRs unlike the GitHub repository. >From a8ea1ec19f6ed3845b4ce

[FFmpeg-devel] [PATCH] avcodec/h264: ignore POC when flag is set (PR #20262)

2025-08-16 Thread Kevin Wang via ffmpeg-devel
PR #20262 opened by Kevin Wang (kevmo314) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20262 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20262.patch When the flag AV_CODEC_FLAG_OUTPUT_CORRUPT or AV_CODEC_FLAG2_SHOW_ALL is set, ignore any out of order POC's as they may still be valid

[FFmpeg-devel] [PATCH] aacdec_usac: use RefStruct to track unfinished extension buffers [Lynnes version + 2 bugfixes] (PR #20261)

2025-08-16 Thread michaelni via ffmpeg-devel
PR #20261 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20261 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20261.patch Extensions in AAC USAC can be stored across multiple frames (mainly to keep CBR compliance). This means that we need to reallocate a buffer when

[FFmpeg-devel] AAC AVERROR_BUG

2025-08-16 Thread Michael Niedermayer via ffmpeg-devel
Hi Lynne, ffmpeg-devel the following (testcase public, not cattegorized as a security issue) https://issues.oss-fuzz.com/issues/416134551 hits if (!ics->num_swb || !ics->swb_offset) { ret_fail = AVERROR_BUG; goto fail; } Assertion ret != (-

[FFmpeg-devel] lavc/vp9dec: use cbs_vp9 to parse the frame header

2025-08-16 Thread Michael Niedermayer via ffmpeg-devel
Hi The commit below affects: ~/tickets/5114/test_case.ivf not sure its a "bug" as the file is not really having any content but wanted to repost this as i saw this change commit c0bf1382a757a4dd45b0c5f8ab70578e7126beca (HEAD) Author: Lynne AuthorDate: Thu Mar 27 04:54:54 2025 + Commit:

[FFmpeg-devel] [PATCH] avformat/mov: don't use an allocated array for sample_size with HEIF images (PR #20258)

2025-08-16 Thread James Almer via ffmpeg-devel
PR #20258 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20258 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20258.patch The array is only ever needed for streams where each sample entry may have a different value. Given that for non animated HEIF there'

Re: [FFmpeg-devel] [RFC] Advanced Error Codes

2025-08-16 Thread Michael Niedermayer via ffmpeg-devel
Hi Nicolas On Tue, Aug 12, 2025 at 04:43:29PM +0200, Nicolas George wrote: > Michael Niedermayer (HE12025-08-03): > > well, you may have deep call stacks > > > > user_app->libavfilter->libavformat->libavcodec->decoder->jpeg_decoder->... > > > > and the user of the user_app needs to know what fil

Re: [FFmpeg-devel] [PATCH] Revert "avformat/mpegts: update stream info when PMT ES stream_type changes"

2025-08-16 Thread Michael Niedermayer via ffmpeg-devel
HI Kacper On Wed, Aug 13, 2025 at 02:42:13AM +0200, Kacper Michajlow wrote: > On Sat, 14 Jun 2025 at 22:47, Michael Niedermayer > wrote: > > > > On Fri, Jun 13, 2025 at 04:06:31PM -0600, Pavel Koshevoy wrote: > > > On Fri, Jun 13, 2025 at 2:46 PM Michael Niedermayer > > > > > > wrote: > > > > >

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

2025-08-16 Thread Niklas Haas via ffmpeg-devel
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 >From d7335fdb74a3adf45ae47fa5df0cffa4afda6213 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Fri, 15 Aug 2025 22:55:30 +0200 Subjec

Re: [FFmpeg-devel] FFmpeg 5.1.7 and 6.1.3

2025-08-16 Thread Michael Niedermayer via ffmpeg-devel
Hi On Wed, Aug 13, 2025 at 01:45:04PM +0200, Michael Niedermayer wrote: > Hi all > > I intend to make 6.1.3 and 5.1.7 today or tomorrow > we have had many security fixes so its high time to make releases of them > > the unfixed USAC bug should not affect it as USAC was added in 7.1 > > So if yo

[FFmpeg-devel] [PATCH] avformat/whip: check the peer whether is ice lite (PR #20256)

2025-08-16 Thread Jack Lau via ffmpeg-devel
PR #20256 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20256 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20256.patch See RFC 5245 Section 4.3 If an agent is a lite implementation, it MUST include an "a=ice-lite" session-level attribute in its SDP. If an

[FFmpeg-devel] [PATCH] avfilter/whisper: correct option formatting (PR #20255)

2025-08-16 Thread Gyan Doshi via ffmpeg-devel
PR #20255 opened by Gyan Doshi (GyanD) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20255 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20255.patch >From 781c54870b6a462c8e786a71c0e25fbcfd09b204 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Sat, 16 Aug 2025 16:12:10 +0530 Subject:

[FFmpeg-devel] [PATCH] avformat/tls_gnutls: add dtls support (PR #20254)

2025-08-16 Thread Jack Lau via ffmpeg-devel
PR #20254 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20254 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20254.patch >From a303893bdfb1ca740a36ba517d5780ec828ad850 Mon Sep 17 00:00:00 2001 From: Jack Lau Date: Wed, 13 Aug 2025 10:04:33 +0800 Subject: [

[FFmpeg-devel] [PATCH] avcodec/vima: support IMA4 (ADPCM QT) variant (PR #20253)

2025-08-16 Thread Manuel Lauss via ffmpeg-devel
PR #20253 opened by Manuel Lauss (mlauss2) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20253 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20253.patch Some versions of LucasArts SANM Audio chunks have a special "IMA4" tag in their VIMA chunks, to indicate that a different coding sch