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 81B624525D for ; Sat, 18 Mar 2023 12:32:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3240568C302; Sat, 18 Mar 2023 14:31:57 +0200 (EET) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3297A68C27D for ; Sat, 18 Mar 2023 14:31:51 +0200 (EET) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 3AA75240006 for ; Sat, 18 Mar 2023 12:31:49 +0000 (UTC) Date: Sat, 18 Mar 2023 13:31:49 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230318123149.GH375355@pb2> References: <20230315233445.5282-1-michael@niedermayer.cc> <20230316211544.GE375355@pb2> MIME-Version: 1.0 In-Reply-To: <20230316211544.GE375355@pb2> Subject: Re: [FFmpeg-devel] [PATCH 1/3] avfilter/vf_uspp: update to new APIs 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="===============2334124883864945674==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2334124883864945674== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="GBDnBH7+ZvLx8QD4" Content-Disposition: inline --GBDnBH7+ZvLx8QD4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 16, 2023 at 10:15:44PM +0100, Michael Niedermayer wrote: > On Thu, Mar 16, 2023 at 01:13:54PM -0300, James Almer wrote: > > On 3/15/2023 8:34 PM, Michael Niedermayer wrote: > > > Signed-off-by: Michael Niedermayer > > > --- > > > configure | 1 - > > > libavfilter/vf_uspp.c | 49 ++++++++++++++++++++++++++++++++++++----= --- > > > 2 files changed, 41 insertions(+), 9 deletions(-) > > >=20 > > > diff --git a/configure b/configure > > > index 03d3c429a5..0370e25577 100755 > > > --- a/configure > > > +++ b/configure > > > @@ -7359,7 +7359,6 @@ enable frame_thread_encoder > > > # they are kept disabled for now, but will be removed if > > > # nobody updates and re-enables them > > > disable mcdeint_filter > > > -disable uspp_filter > > > enabled asm || { arch=3Dc; disable $ARCH_LIST $ARCH_EXT_LIST; } > > > diff --git a/libavfilter/vf_uspp.c b/libavfilter/vf_uspp.c > > > index 051de00771..43114e1b50 100644 > > > --- a/libavfilter/vf_uspp.c > > > +++ b/libavfilter/vf_uspp.c > > > @@ -53,6 +53,7 @@ typedef struct USPPContext { > > > int outbuf_size; > > > uint8_t *outbuf; > > > AVCodecContext *avctx_enc[BLOCK*BLOCK]; > > > + AVCodecContext *avctx_dec[BLOCK*BLOCK]; > >=20 > > Wouldn't it be more efficient to try to implement recon_frame support on > > more encoders, including snow, and limit this filter to those in patch = 2/2? >=20 > recon_frame support makes sense, but i think we should have generic suppo= rt > first. Then when recon_frame is available use it. > First make it work then make it work fast where an optimization is possib= le will apply the patchset later today and then look into recon_frame in snow = and uspp thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Modern terrorism, a quick summary: Need oil, start war with country that has oil, kill hundread thousand in war. Let country fall into chaos, be surprised about raise of fundamantalists. Drop more bombs, kill more people, be surprised about them taking revenge and drop even more bombs and strip your own citizens of their rights and freedoms. to be continued --GBDnBH7+ZvLx8QD4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZBWvGAAKCRBhHseHBAsP q7m4AKCWt8bWsTrwVeKc1NKd84SPzUa3RQCfRo19V7ysL7BBz9l8KNpBJUCLnCI= =AAGV -----END PGP SIGNATURE----- --GBDnBH7+ZvLx8QD4-- --===============2334124883864945674== 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". --===============2334124883864945674==--