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
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:
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
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
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
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
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
>
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