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 3EF4841A2B for ; Fri, 12 Jan 2024 08:30:06 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 492D368D011; Fri, 12 Jan 2024 10:30:03 +0200 (EET) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2CC4B68CD4C for ; Fri, 12 Jan 2024 10:29:56 +0200 (EET) Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id 3AC654065B for ; Fri, 12 Jan 2024 09:29:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1705048195; bh=Mn3KUq5asl22FhngMw0MWYJgQwhwWvMZvPDNQlZzQIw=; h=From:To:Subject:Date:From; b=fiS6BXRbd68ELKAah10rJQ6C+L3atJSFo4VYj9VNPfQDjF+KloGuQTJvFcGSqoyFZ +69VOZi8pNYZeWROQZ/Av8RBDNG8VEOXL1yD8/DnNbOOxzr/cnCsDU0PjBJ7qn8szF jhVJqI6gUpoT8kl9laxSJ9/W1xvexBQ7Iqe+HfkY= From: Niklas Haas To: ffmpeg-devel@ffmpeg.org Date: Fri, 12 Jan 2024 09:25:57 +0100 Message-ID: <20240112082950.41637-1-ffmpeg@haasn.xyz> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 00/11] YUVJ removal 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: A continuation of my meta patchset on YUVJ removal. This series: - Fixes a few shortcomings in the YUV negotiation infrastructure, in particular around dealing with untagged frames - Adds explicit information about the color range support to every single AVCodec - Feeds this information back into the filter graph, thus fully obsoleting YUVJ formats - Removes the actual YUVJ pixel formats themselves The actual removal of YUVJ can be delayed / split off as appropriate. _______________________________________________ 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".