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 89BDD48672 for ; Wed, 13 Dec 2023 13:15:48 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1E22268D1B3; Wed, 13 Dec 2023 15:15:46 +0200 (EET) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C7E4068CFA3 for ; Wed, 13 Dec 2023 15:15:38 +0200 (EET) Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id 7750440044 for ; Wed, 13 Dec 2023 14:15:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1702473338; bh=JjLicLHluxNNjALGDJ8gkBVnFYpbZ8h4y/8xYqWDvNs=; h=From:To:Subject:Date:From; b=RBSIfUBG5H/vrifruSeV721V/y8V4F2u7KDV7v6O3bc5Lh4C0Sy7b9gG0O307hJBF IE41NfxuMztl7zzTPjpqXYnjMNNrKuE6PgisW11nn+9tDdeVVF+Y+HheM9agw9v5QN sbvJdHXvTY9LSQXBrV5VADdmw0vmJnV5qCSZRTgY= From: Niklas Haas To: ffmpeg-devel@ffmpeg.org Date: Wed, 13 Dec 2023 14:11:57 +0100 Message-ID: <20231213131536.10242-1-ffmpeg@haasn.xyz> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Subject: [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: 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. _______________________________________________ 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".