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 E8264472CA for ; Mon, 4 Sep 2023 14:29:09 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D194368C68A; Mon, 4 Sep 2023 17:29:05 +0300 (EEST) 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 718AB68C45C for ; Mon, 4 Sep 2023 17:28:59 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id C53BD240010 for ; Mon, 4 Sep 2023 14:28:58 +0000 (UTC) Date: Mon, 4 Sep 2023 16:28:57 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230904142857.GG8640@pb2> References: <20230902160741.19197-1-nuomi2021@gmail.com> MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v3 14/14] vvcdec: add full vvc decoder 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="===============5380592770187227775==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5380592770187227775== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="S5HS5MvDw4DmbRmb" Content-Disposition: inline --S5HS5MvDw4DmbRmb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 03, 2023 at 12:07:41AM +0800, Nuo Mi wrote: > vvc decoder plug-in to avcodec. > split frames into slices/tiles and send them to vvc_thread for further de= coding > reorder and wait for the frame decoding to be done and output the frame >=20 > Features: > + Support I, P, B frames > + Support 8/10/12 bits, chroma 400, 420, 422, and 444 and range exten= sion > + Support VVC new tools like MIP, CCLM, AFFINE, GPM, DMVR, PROF, BDOF= , LMCS, ALF > + 295 conformace clips passed > - Not support RPR, IBC, PALETTE, and other minor features yet >=20 > Performance: > C code FPS on i7-12700 (x86): > BQTerrace_1920x1080_60_10_420_22_RA.vvc 77.7 > Chimera_8bit_1080P_1000_frames.vvc 174.3 > NovosobornayaSquare_1920x1080.bin 163.7 > RitualDance_1920x1080_60_10_420_32_LD.266 136.7 > RitualDance_1920x1080_60_10_420_37_RA.266 154.3 > Tango2_3840x2160_60_10_420_27_LD.266 30.0 > Tango2_3840x2160_60_10_420_27_RA.266 29.0 >=20 > C code FPS on M1 Mac Pro (ARM): > BQTerrace_1920x1080_60_10_420_22_RA.vvc 58.7 > Chimera_8bit_1080P_1000_frames.vvc 153.3 > NovosobornayaSquare_1920x1080.bin 150.3 > RitualDance_1920x1080_60_10_420_32_LD.266 105.0 > RitualDance_1920x1080_60_10_420_37_RA.266 133.0 > Tango2_3840x2160_60_10_420_27_LD.266 21.7 >=20 > Asm optimizations still working in progress. please check > https://github.com/ffvvc/FFmpeg/wiki#performance-data for the latest >=20 > Contributors(based on code merge order): > Nuo Mi > Xu Mu > frankplow > Shaun Loo > --- > libavcodec/vvc/vvcdec.c | 1025 ++++++++++++++++++++++++++++++++++++++- > 1 file changed, 1024 insertions(+), 1 deletion(-) are the fate tests like fate-cbs-vvc-SUBPIC_A_3 supposed to take really long after this ? (really long meaning longer than my patience before killing the task) thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 2 "100% positive feedback" - "All either got their money back or didnt compla= in" "Best seller ever, very honest" - "Seller refunded buyer after failed scam" --S5HS5MvDw4DmbRmb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZPXppgAKCRBhHseHBAsP qzESAJ0e3B+gTE/frzLxw5HHKCVORvaHZgCfYypU4B78ssRUXXIFRUiY3J4T7sk= =EyCE -----END PGP SIGNATURE----- --S5HS5MvDw4DmbRmb-- --===============5380592770187227775== 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". --===============5380592770187227775==--