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 3711C460E8 for ; Fri, 5 May 2023 20:02:20 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 56C9868C1A4; Fri, 5 May 2023 23:02:19 +0300 (EEST) Received: from shout02.mail.de (shout02.mail.de [62.201.172.25]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D6CBB689E65 for ; Fri, 5 May 2023 23:02:12 +0300 (EEST) Received: from postfix03.mail.de (postfix03.bt.mail.de [10.0.121.127]) by shout02.mail.de (Postfix) with ESMTP id CA13AA062F for ; Fri, 5 May 2023 22:02:11 +0200 (CEST) Received: from smtp01.mail.de (smtp01.bt.mail.de [10.0.121.211]) by postfix03.mail.de (Postfix) with ESMTP id B05438014B for ; Fri, 5 May 2023 22:02:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1683316931; bh=kWJf325cnDHeHbEMd8dXhdHx7/qNxF50n/V8PR245eY=; h=Message-ID:Date:Subject:To:From:From:To:CC:Subject:Reply-To; b=yMgvqr25ZxmPiD2qFx/Er+UkSRO4msdWKXxHavRI9zQZ/Erc5A+nVkAoN6ZwKtuyj rGd55M+LpO7yLLl9A74W2Gpt+OHUPl2SCL88t5g76mCjUsYjEV9UQqCBbKknDEgAh+ k2kfKa2uxcF09Hj673TQxguIbpagdbbJgLX9bY5/vWPMGxkdiPZ8tILV0dVbEr1NUD BZKu/XTWj+/R3on2m7kOkMUy4oetJbvJ+M4AY1xS3FX3PNi9jxKcZLnRTd8/ciYvxx TWiw4yr1nrFdqE8iZVwiEOrUL6mr94Aacx+QivFNqJqZk8bD8ENB27a54wPgAxRme3 ZmWcpTQIuqDEA== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtp01.mail.de (Postfix) with ESMTPSA id 7B68C100154 for ; Fri, 5 May 2023 22:02:11 +0200 (CEST) Message-ID: Date: Fri, 5 May 2023 22:02:11 +0200 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20230419104250.21354-1-epirat07@gmail.com> <20230501121842.18868-1-epirat07@gmail.com> <20230501121842.18868-2-epirat07@gmail.com> From: Thilo Borgmann In-Reply-To: <20230501121842.18868-2-epirat07@gmail.com> X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 399 X-purgate-ID: 154282::1683316931-5DFFD7B6-2CF2C857/0/0 Subject: Re: [FFmpeg-devel] [PATCH 2/2] avfilter/vf_tpad: accept hardware frames in clone-only mode 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: Am 01.05.23 um 14:18 schrieb Marvin Scholz: > When no drawing is to be performed, tpad can work fine with > hardware frames, so advertise this in the query_formats > callback and ensure the drawing context is never initialised > when just cloning frames. > --- > libavfilter/vf_tpad.c | 14 +++++++++++--- > 1 file changed, 11 insertions(+), 3 deletions(-) LGTM if tested. -Thilo _______________________________________________ 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".