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 B4D0F44CB2 for ; Sat, 14 Jan 2023 14:13:09 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 17F2768B6C8; Sat, 14 Jan 2023 16:13:06 +0200 (EET) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 46502680303 for ; Sat, 14 Jan 2023 16:13:00 +0200 (EET) Received: by mail-lj1-f177.google.com with SMTP id n5so24747211ljc.9 for ; Sat, 14 Jan 2023 06:13:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=HCWIPHjuexjFHl4txXG3G/bPW5/yBsEST1IFYnxeJ6M=; b=eRCas+/eIA/OUA590JXXDOfuW7zq2aOjZP+58QFcr25rUhQwQ6emovan4VUsOqMsEu 9hIdDFSPgleUyjuVLGqAiDRhSS20YDUpxqrRr3txXsXU6vrx0BK55XJTliL6PVo8iIz+ LNy47Dr9I4nl4y6WubQOG3sttUUYlZ9Bvy6W5yuFjECtcr0/C8dqdWC16GTZ6CwhIt09 4eSGVRzYur3quyHrohsOuY4QaLrqElhjFdnHlUtjiUmBTcNsEKDasJtn8oqUu4/6aws/ s8cbrxWCn+17N4BfS8kJIf/vSgfn/Q2DpdcN2ziKcMdZUUs/veBnELC++U9gZF9i7Ll5 2n6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=HCWIPHjuexjFHl4txXG3G/bPW5/yBsEST1IFYnxeJ6M=; b=Up5YrEIMHK4Q3uTwo9knlhRJCZA/STutAKeWMPzBdkiAmLrxm3GaYAix/LvxEUF/k0 GT5lVK/pEkofT2lxc/KvqUNjbTpMW+/pR2IqpJ1EQmtLmHX328wichpUF/im3vBTlYV8 oxT4RWXdZ/o3EyZ5seKFl2zbkpaL/jIuia9BRqPtmGGrk8XGb5/MYSXs/I3TXnsw+MxI vtaFevgZjkEjiKED+vuAKOwjtGn0lcp4eLLp7UzUkQOvNUxLHGRLuyHeD9wFVBPkrCoy 34PC5f2YrY1szImn8d+XZwkVMjwtZgsyFuef5J1+0tobt1Lg31tHyyP6qO5pQPqV1pz8 xxAw== X-Gm-Message-State: AFqh2koXPrfi6yiBzARdPuM/T9mV25qfBoJnuAszqUDAS0MWThZnfqS6 pBOLII49qjYJSzHZj0F+nEwu1uBO4ok8/t1HXJZ97ptC X-Google-Smtp-Source: AMrXdXtQQ+KvYA8tDE3ZMFWaFMpymXBd0itBnNSwKsq21Hn/n6cBzQvUwHSBubrsOgW73kWPKNozHuMeNFeeFuc7ThA= X-Received: by 2002:a2e:9d07:0:b0:27f:de52:198f with SMTP id t7-20020a2e9d07000000b0027fde52198fmr3287759lji.192.1673705578811; Sat, 14 Jan 2023 06:12:58 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Nuo Mi Date: Sat, 14 Jan 2023 22:12:48 +0800 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] Let us review and collebrate on vvc native 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: On Sat, Jan 14, 2023 at 9:53 PM Paul B Mahol wrote: > On 1/14/23, Nuo Mi wrote: > > On Sat, Jan 14, 2023 at 9:13 PM Nuo Mi wrote: > > > >> Hi Experts: > >> I am happy to send out the first draft of vvc decoder. > >> It's not ready for upstream yet, but it's a good base ground for review > >> and future improvement. > >> > >> It has the following features: > >> * C only > >> + Fast. On a 4 cores laptop, it can get 30~35+ fps for 10bits 1080P. > >> + Support traditional features I, P B frames, 8/10 bits, chroma 400,420, > >> 422, and 444, > >> + Support VVC new tools like MIP, CCLM, AFFINE, GPM, DMVR, PROF, BDOF, > >> LMCS, ALF > >> - Not support RPR, PCM, IBC, PALETTE, and other minor features yet. > >> > >> Please help review the attached patch and provide your valuable comment. > >> I also created a GitHub repo https://github.com/ffvvc/FFmpeg to > >> collaborate. Any improvement or issue report is welcomed. > >> > >> Thank you. > >> > >> > >> > >> > > Hmm, the patch is too large, and blocked by the system. > > > > Hi list moderators, > > Please kindly help to unblock it. > > > > Hi all, > > If you want a quick preview please visit > > > https://github.com/ffvvc/FFmpeg/commit/3cb136dc5fc70d65f9918453a842439323e81908 > > > > It can be reviewed from github too. > Some people hate github. Obvious you are not one of them :) > > > Thank you > > _______________________________________________ > > 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". > > > _______________________________________________ > 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". > _______________________________________________ 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".