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 B97FC48398 for ; Mon, 1 Jan 2024 14:54:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DE07C68CE36; Mon, 1 Jan 2024 16:54:02 +0200 (EET) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5139F68CE33 for ; Mon, 1 Jan 2024 16:53:56 +0200 (EET) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id EA9A21060122 for ; Mon, 1 Jan 2024 14:53:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1704120835; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=bMKrYGowDWkPrndadqj88lV8MQGnOB01RoLVbuqRix0=; b=0wiSs6gjVp/JYxVg/YDskYocjqmbV6/cPAB1Bihp3Irvvj5sRtP5ariXTg7zmV0N YwDhE6kyCCULufqyGi+TzcwQGRSxYUjHbqA3aOpeDr/0W77zbzebuUqVAWDLC90ioqF RDteitRCYFSUTP2EW5fm4V3V46Lqo4tNCXVEKHIuzoB76Bgx/6L6VvQoNo5C+0vDu7i 4I/fM8xIOJphlTPFAXH9/IrxFxqgY6o25+cteoIT+0gamVOwtWA3OoSKavTvRedXERI SuXGLMJrxab6P/+2zlsaaKjA9HleCvHbzzzOz6+tPwsYmdc5F9POW5CKiO0ivQcmBT+ 6PnCtiuTbQ== Date: Mon, 1 Jan 2024 15:53:55 +0100 (CET) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: <20240101141239.6623-1-nuomi2021@gmail.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v9 13/13] vvcdec: add 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Jan 1, 2024, 15:16 by nuomi2021@gmail.com: > vvc decoder plug-in to avcodec. > split frames into slices/tiles and send them to vvc_thread for further decoding > reorder and wait for the frame decoding to be done and output the frame > > Features: > + Support I, P, B frames > + Support 8/10/12 bits, chroma 400, 420, 422, and 444 and range extension > + 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 > IBC == Intra-block copy? Palette == palette (screen content) coding? _______________________________________________ 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".