[FFmpeg-devel] [PATCH v2 00/15] YUV colorspace filter negotiation

Niklas Haas ffmpeg at haasn.xyz
Sun Dec 31 23:50:42 EET 2023


On Sun, 24 Dec 2023 10:35:22 -0800 Niklas Haas <ffmpeg at haasn.xyz> wrote:
> On Wed, 13 Dec 2023 14:11:57 +0100 Niklas Haas <ffmpeg at haasn.xyz> wrote:
> > Split off from my YUVJ removal series. This implements all of the
> > libavfilter changes needed to fully deprecate YUVJ, but does not yet
> > remove YUVJ, nor add an AVCodec API for advertising colorspace support.
> > 
> > Update includes all of the feedback that was brought up by Anton. the
> > major change from v1 is that YUV metadata configured on a link is no
> > longer strictly required to be consistent with the frames, simply to
> > avoid breaking users that don't set this link metadata. Effectively,
> > this allows us to have a grace period where the field functions more
> > like a hint than an authoritative field.
> 
> Ping, any further feedback? If not, I will merge this sometime after Christmas.

Merged as 1b0ca477..44a33fccd


More information about the ffmpeg-devel mailing list