[FFmpeg-devel] [PATCH] avcodec/liblc3dec: support sample format negotiation and planar layout. (PR #20723)

2025-10-19 Thread cenzhanquan1 via ffmpeg-devel
PR #20723 opened by cenzhanquan1 URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20723 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20723.patch 1. Adds support for respecting the requested sample format. Previously, the decoder always used AV_SAMPLE_FMT_FLTP. Now it checks if the

[FFmpeg-devel] [PATCH] release/8.0: libavfilter: backporting bugfix for whisper (PR #20722)

2025-10-19 Thread Zhao Zhili via ffmpeg-devel
PR #20722 opened by Zhao Zhili (quink) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20722 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20722.patch >From bb65f51fce43d970e94eeef12dd20d3beabb559e Mon Sep 17 00:00:00 2001 From: Zhao Zhili Date: Fri, 15 Aug 2025 20:39:49 +0800 Subject:

[FFmpeg-devel] [PATCH] avcodec/liblc3enc: support packed float (AV_SAMPLE_FMT_FLT) input. (PR #20721)

2025-10-19 Thread cenzhanquan1 via ffmpeg-devel
PR #20721 opened by cenzhanquan1 URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20721 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20721.patch Previously, the LC3 encoder only accepted planar float (AV_SAMPLE_FMT_FLTP). This change extends support to packed float (AV_SAMPLE_FMT_FLT) by

[FFmpeg-devel] [PATCH] avcodec/av1dec: fix decoding with pix_fmt set (PR #20720)

2025-10-19 Thread cgutman via ffmpeg-devel
PR #20720 opened by cgutman URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20720 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20720.patch 194414f introduced a regression by skipping the call to ff_get_format() if pix_fmt was already set by the user. In this scenario, critical hwaccel i

[FFmpeg-devel] Re: [PATCH] Add drawvg video filter. (PR #20458)

2025-10-19 Thread Nicolas George via ffmpeg-devel
ayosec via ffmpeg-devel (HE12025-09-07): > PR #20458 opened by ayosec > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20458 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20458.patch > > This pull-request adds _drawvg_, a new filter to draw vector graphics on top > of a video. > > T

[FFmpeg-devel] [PATCH] avformat/mov: Add support for uuid-based senc box (PR #20719)

2025-10-19 Thread Hendi48 via ffmpeg-devel
PR #20719 opened by Hendi48 URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20719 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20719.patch In PIFF-branded mp4 files, the senc data comes in a uuid box. The rest of the CENC code is already working fine with such files; this change is th

[FFmpeg-devel] Re: [PATCH] Added new celt with opus 1.5.2 (PR #20716)

2025-10-19 Thread Nicolas George via ffmpeg-devel
Jamaika1 via ffmpeg-devel (HE12025-10-18): > PR #20716 opened by Jamaika1 > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20716 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20716.patch > > > >From f1276fe5217d07fda6d7dba77d0740a32d4fdc15 Mon Sep 17 00:00:00 2001 > From: Jamaika1 >

[FFmpeg-devel] [PATCH] lavc/vvc: Ensure seq_decode is always updated with SPS (PR #20717)

2025-10-19 Thread frankplow via ffmpeg-devel
PR #20717 opened by frankplow URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20717 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20717.patch seq_decode is used to ensure that a picture and all of its reference pictures use the same SPS. Any time the SPS changes, seq_decode should be in