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 688D547254 for ; Sun, 31 Dec 2023 21:50:55 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6A73C68CCFE; Sun, 31 Dec 2023 23:50:53 +0200 (EET) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AFAD768C53E for ; Sun, 31 Dec 2023 23:50:46 +0200 (EET) Received: from localhost (97-113-71-130.tukw.qwest.net [97.113.71.130]) by haasn.dev (Postfix) with ESMTPSA id B70ED46807 for ; Sun, 31 Dec 2023 22:50:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1704059446; bh=bD3Hhj4bl/SL4lhYSzYjP2tHP35GGfwGiNpvlcEXV/8=; h=Date:From:To:Subject:In-Reply-To:References:From; b=JXlVEQEXz8l1EZ7RyHQfVx6Z6qBpRLPeLSNZLIcnWXvYL0KX2VlPdVgIFJyoXeUB6 cZcyAM2iMxtSGtsB6ogt4VWiexQYJJrv7B7UR4wqhUpW6TG2EDuJhmeG811L2iIBWT jvSW86ECqLFnTbfHEOu+GCVPWWwjTpXnZWxnakRk= Date: Sun, 31 Dec 2023 13:50:42 -0800 Message-ID: <20231231135042.GB19892@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20231224103522.GB4352@haasn.xyz> References: <20231213131536.10242-1-ffmpeg@haasn.xyz> <20231224103522.GB4352@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 Sun, 24 Dec 2023 10:35:22 -0800 Niklas Haas wrote: > 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. Merged as 1b0ca477..44a33fccd _______________________________________________ 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".