From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 12F7C48A05 for ; Sun, 24 Dec 2023 18:35:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CC02868D123; Sun, 24 Dec 2023 20:35:34 +0200 (EET) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CE54568D008 for ; Sun, 24 Dec 2023 20:35:27 +0200 (EET) Received: from localhost (97-113-75-163.tukw.qwest.net [97.113.75.163]) by haasn.dev (Postfix) with ESMTPSA id 78489407AC for ; Sun, 24 Dec 2023 19:35:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1703442925; bh=OLSejxenpJgXuW6dO/eju1ojVCqKi975pSVgf2eT/hg=; h=Date:From:To:Subject:In-Reply-To:References:From; b=IKDpMqvdO2g1i5eAGtjd8flqpWeV9H7Mkm8mK2F+aB+rOBlqBYHP7/S5PpVDER5X0 0WGN0/4lh3bAJVYEqR9M7KKMFMBixppIBD5O/IMAkvXb3zLq2OX9k4Bmhjj23mxni3 dyYHG983oqlanNQ3VFYDT5Gd1UspiLjCEktjymho= Date: Sun, 24 Dec 2023 10:35:22 -0800 Message-ID: <20231224103522.GB4352@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20231213131536.10242-1-ffmpeg@haasn.xyz> References: <20231213131536.10242-1-ffmpeg@haasn.xyz> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH v2 00/15] YUV colorspace filter negotiation X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Wed, 13 Dec 2023 14:11:57 +0100 Niklas Haas 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. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".