From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 5AC2F4BC00 for ; Sun, 24 Aug 2025 21:00:20 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id A449B68E705; Mon, 25 Aug 2025 00:00:03 +0300 (EEST) Received: from mail.overt.org (mail.overt.org [72.14.183.176]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 0693C68020B for ; Sun, 24 Aug 2025 23:59:55 +0300 (EEST) Received: from authenticated-user (mail.overt.org [72.14.183.176]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.overt.org (Postfix) with ESMTPSA id 0B1C46061F; Sun, 24 Aug 2025 15:59:53 -0500 (CDT) Date: Sun, 24 Aug 2025 13:59:52 -0700 To: Diego Felix de Souza via ffmpeg-devel Message-ID: <20250824135952.35527464@fido7> In-Reply-To: References: <20250707094536.22157-1-ddesouza@nvidia.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v2 3/3] avfilter/scale_cuda: Add support for 4:2:2 chroma subsampling 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: , From: Philip Langdale via ffmpeg-devel Reply-To: FFmpeg development discussions and patches Cc: Philip Langdale , ddesouza@nvidia.com 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 Mon, 7 Jul 2025 11:45:36 +0200 Diego Felix de Souza via ffmpeg-devel wrote: > From: Diego de Souza > > The supported YUV pixel formats were separated between planar > and semiplanar. This approach reduces the number of CUDA kernels > for all pixel formats. > > This patch: > 1. Adds support for YUV 4:2:2 planar and semi-planar formats: > yuv422p, yuv422p10, nv16, p210, p216 > 2. Implements new conversion structures and kernel definitions > for planar and semi-planar formats > > Signed-off-by: Diego de Souza Maybe this is actually the same as what Andreas was asking, but could you split this change into two - with the first part just doing the renames, and then the second part adding the 4:2:2 handling. The fact that the renames get mixed in with the conversions causes it to be hard to keep track of what is actually new. Thanks, --phil _______________________________________________ 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".