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 5302847FBA for ; Mon, 5 Feb 2024 17:48:48 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3282068CD10; Mon, 5 Feb 2024 19:48:46 +0200 (EET) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B806868C4D2 for ; Mon, 5 Feb 2024 19:48:39 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1707155319; bh=Uq417CLsItkAnIu7hycYVU3Dsbxr7/LzrSvxtxa+mPE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Q6nlPel2gcswlxHaHAzv3cLOVW7jhNhpDBbN3Xp1aeDZgiXTnUkLx84XpM2T5LPtm SR1L0L6fAPfOrE2IJs2zzYnIj0HDSf8hnhytzr/3IKMSaVbTl9fHZX7lztvqvgfnX2 mSunL/X375qP3LOvFFJJpSB+YvoH4QAG9Yxn/P5A= Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id 7AC55406AC; Mon, 5 Feb 2024 18:48:39 +0100 (CET) Date: Mon, 5 Feb 2024 18:48:39 +0100 Message-ID: <20240205184839.GB93311@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20240205174413.92730-1-ffmpeg@haasn.xyz> References: <20240205174413.92730-1-ffmpeg@haasn.xyz> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH 1/2] avcodec: add YUV color space metadata to AVCodec 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 Cc: Niklas Haas 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: It would make me happy if we could get this API addition in before 7.0, even though it's non-functional on its own, as it sets the groundwork to be able to start properly deprecating YUVJ. After this series, the next steps are: 1. Make decoders stop outputting YUVJ frames 2. Mark the actual YUVJ pixel formats as deprecated, add a removal API define, and guard internal usages by AV_NOWARN_DEPRECATED 3. After sufficient time passes, remove YUVJ formats fully I have a branch prepared for each. _______________________________________________ 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".