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 8F9204961D for ; Wed, 14 Feb 2024 15:08:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4C63268D1B1; Wed, 14 Feb 2024 17:08:30 +0200 (EET) Received: from btbn.de (btbn.de [144.76.60.213]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A89A468C4D2 for ; Wed, 14 Feb 2024 17:08:23 +0200 (EET) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id C951E2819FCA6 for ; Wed, 14 Feb 2024 16:08:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1707923301; 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=Gf3iuWVJ9UnpmDmSu8IbA19nodScUAoMN0lzIhWKOko=; b=GYH5tMtFh8oxAtX+rytNdhSpojOOwlGgZ1h1SnxZfgR5r8A+megViUvxj5wDDR3ZgzFMFZ XcBTBJqgoV91tqCK9A2QD/7L1bXakpCXnsLJqG29lO4knT0mxftgDtljXq6Y8fZ6TYkrgQ sinXoVYduazgBFJkHXHO8yT1yMltpuwgGubm9OD96gPLrJQAROZqUvDMWpmrtHgeS4xrSI tnDV/Qylr8VLlsTi2j9sRKnrACguiPoR2DEanvtvu2qmziW7Y3DdhnVS6oE+VnlF+Fe41S GCmGIq2Ri/5uXMW6MuP4XF3DzIA6qa5csG6q2+yVoIRwLMyFupNVf9xivCrDag== Message-ID: <7e1cb4d9-058f-44dd-bc83-0d0f1d43856a@rothenpieler.org> Date: Wed, 14 Feb 2024 16:08:46 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ffmpeg-devel@ffmpeg.org References: <20240214015515.1027-1-ovchinnikov.dmitrii@gmail.com> <20240214015515.1027-8-ovchinnikov.dmitrii@gmail.com> Content-Language: en-US, de-DE From: Timo Rothenpieler In-Reply-To: <20240214015515.1027-8-ovchinnikov.dmitrii@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH 8/9] avfilter/scale_amf: Add AMF HW scaler & color converter 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 14/02/2024 02:55, Dmitrii Ovchinnikov wrote: > From: Evgeny Pavlov > > This commit adds two AMF filters: scale_amf & scale_amf_hq. > Both filters are using AMF hardware acceleration. > scale_amf supports simple scaling algorithms & color conversion. > scale_amf_hq supports advanced scaling algorithms & might be used > for upscaling only. Haven't looked at the patch yet, but can't this be one filter, and it picks the best possible method depending on options/inputs/whatever? _______________________________________________ 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".