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 C8FEB4F2A2 for ; Mon, 16 Jun 2025 00:37:40 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 9264168DA34; Mon, 16 Jun 2025 03:37:36 +0300 (EEST) Received: from btbn.de (btbn.de [144.76.60.213]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 91BC668CD11 for ; Mon, 16 Jun 2025 03:37:30 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 197EA28190F3C for ; Mon, 16 Jun 2025 02:37:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1750034250; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2vgLj4v5s+sthOgh979fG0jgtm/liIbRUdET4AjE4L8=; b=JdUjcAEboshOfFs5UbOfuTBdlI2NTuckWpJbgqcFN2pFDDWc5e6ga+vt4AAKVlAbcn2alJ SuzbE2WMlb7ODFRlWfGylc5hv9kxBj8/H8LJfSyx1xLv1VRYy93garK4nCQjsgN7y+GC58 4l7kJttoqKFUPEZjBKsg1Ve4F+x82b4WdORgDnWH0vnXrJbcaS1FqDCmg4VWrLe10kT9AP /m0OdwtTDXzbxwfAYOTwaiUWuhf8fRpgOu9ZXL+BTUHYTquceUqwQRbYnML1GFgwu6s090 08Rn3VPu8lpC322mRVhGKcT4Il14S1gRr+XynWEFyDWaGVMYZzg+Zls/m9/aVQ== Message-ID: <17955819-8c3b-458b-a531-249dd2621fba@rothenpieler.org> Date: Mon, 16 Jun 2025 02:37:29 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ffmpeg-devel@ffmpeg.org References: <20250616001422.265434-1-jestrada.list@gmail.com> Content-Language: en-US From: Timo Rothenpieler In-Reply-To: <20250616001422.265434-1-jestrada.list@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH] avfilter: add pad_npp filter 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 16.06.2025 02:14, Jorge Estrada wrote: > This patch adds the pad_npp video filter. A filter similar to the existing pad filter but accelerated by NPP. I'm honestly not keen on adding another npp based filter, specially one this simple that a plain CUDA filter could easily do as well. My goal in the long term would be to make all npp based filters obsolete and then deprecate them. _______________________________________________ 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".