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 9043C4521C for ; Fri, 12 Jan 2024 21:00:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C2E1A68CCEE; Fri, 12 Jan 2024 23:00:07 +0200 (EET) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 78D5768CBC3 for ; Fri, 12 Jan 2024 23:00:00 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 95D7B20002 for ; Fri, 12 Jan 2024 20:59:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1705093199; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=21AAt0lGo1r4x8WEwi3Fns61/975eSjSlMiwVqcVfM4=; b=G4oueDiacEP8rEPyolgu9ojZMLCf7ORVHl1E3tstFj7ct6RgiszlQTqanYzKTZFilIbFc3 WhAGquIw53Skm3kENGZ01oFtlzJssGLBY4PjGQBk9R1elHSTznn70v6uasnNBWp7t3G/Ov xC0UV8iOtrUp9KMWlU/X7Ue2uzOQDtamyBUtOOGgb6oxmopWQ3yaQ/ziVR9rbUwv7zNZfE N0RA3j8Q4Eyr0NE2hN8nfw6qOwoOawJonjpRk0dBo7s/bh/k/oglLsSyDHh+kbrXKHGZ7M OVsoEG5Cge3/8LbpYiHafMAlSmyeoeq7MdMuuOA1pkO1i+qSmDRxm8ngU4f10A== Date: Fri, 12 Jan 2024 21:59:58 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240112205958.GA6420@pb2> References: <20240112082950.41637-1-ffmpeg@haasn.xyz> MIME-Version: 1.0 In-Reply-To: <20240112082950.41637-1-ffmpeg@haasn.xyz> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [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: multipart/mixed; boundary="===============0672004393770648924==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0672004393770648924== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tQdTwAHUhIhRDUzp" Content-Disposition: inline --tQdTwAHUhIhRDUzp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 12, 2024 at 09:25:57AM +0100, Niklas Haas wrote: > A continuation of my meta patchset on YUVJ removal. This series: >=20 > - 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 >=20 > The actual removal of YUVJ can be delayed / split off as appropriate. prior to this patchset -pix_fmt yuvj420p shows no message that this pixel format is deprecated (there is just some message from swscale but thats about swscale API not the command line) after this patchset [vost#0:0/mjpeg @ 0x561d12d4f940] Unknown pixel format requested: yuvj420p. I think some deprecation message that clearly points the user to its replacement should be added thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Dictatorship naturally arises out of democracy, and the most aggravated form of tyranny and slavery out of the most extreme liberty. -- Plato --tQdTwAHUhIhRDUzp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZaGoQwAKCRBhHseHBAsP q2+2AJ9k/8FhJ3ID3jglU5TFcE5JLkCw8gCePo8if8rsRoBhgSsXPAEqOvKo1oY= =2Ud0 -----END PGP SIGNATURE----- --tQdTwAHUhIhRDUzp-- --===============0672004393770648924== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============0672004393770648924==--