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 7AFA540089 for ; Sat, 14 Jan 2023 13:53:48 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9E42868B6A9; Sat, 14 Jan 2023 15:53:44 +0200 (EET) Received: from mail-vs1-f49.google.com (mail-vs1-f49.google.com [209.85.217.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8BC7D68B080 for ; Sat, 14 Jan 2023 15:53:38 +0200 (EET) Received: by mail-vs1-f49.google.com with SMTP id 186so19589281vsz.13 for ; Sat, 14 Jan 2023 05:53:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=CXI8o2mwiiHUpVquvxYv7nEij+RoksgL6WkKD/ipz20=; b=KKj6L2SnfVHN7+34USp4Ye8xfqQ5EwhzfFGqFxdyTM1wYS7o7+ofBbA+G+SjQA2l9W 62rttghxV+lEHeYKwLMmF0Fx2yePW6+8vmwsX5qN5K9lBQoyaShJiWwA15b/ppSeTuGh l73vF8Rh7F+ESA/higowTVbotWqHY+eAtVKRiakMdgEaysedB/4pXPExmzAJlzWV6g+g MWX4g5HbXcSOH5hZGfbnLCFp2255MgxHBuARaUH1l67N0Bfahw7mQ2zjYLPUftMRWxrz mMIhfJx2C3/ykAiP3k7kVpn10yJAZu6H07iBjJXnkPrMLqHnwovSeygOQ1MLCemr2cF/ Yfzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=CXI8o2mwiiHUpVquvxYv7nEij+RoksgL6WkKD/ipz20=; b=nUGfJnB6kWl8n+z8zKPiv1ZfppaLGKmr7mgecspdOMxlv11k8UFRLbG6eIvkQaJ7rh 1/q0v7UIZFw0rNbd6kDZyFxy9nPsEr7JDi527rFNzqQxCQwg9CKqGMNF2P5nQtlMwK9u AOg/tCzQ4LqOfoSE7+eVGnKlxn2r3LlNfQ1e2JlM4O7OacrRH79BXQZJrcW9fUSW5u7n Qq9H8lmaNGctE54CYCm1tibNlQ40ntqFiKyS2KI6rbk5yTScqahLoAvfuUVbZWgHFxFj /feeOaQal7K6gZsdhqs/TIpv4zaXcd6O+A4eZi3zQbVeSyN+wohBPYoNF7ftsruEkxI/ h/NQ== X-Gm-Message-State: AFqh2kqzwkbFfT0//kts1UMPG/EQACLtaT55Nhh+OOX+WsnSn8AhwPbG /ptYU8rpWlHgNfoq58KsJId2XsgQktBj5QOtS0lwLuTn X-Google-Smtp-Source: AMrXdXtLEwMMZPTdHfmxiCLAyEDbAqa5r6Dz5liOB3QGgpUg7jzy88IysGPBw/Wl/obqajqVXhYX9jE61zeZIF0O3ao= X-Received: by 2002:a05:6102:14a9:b0:3cb:b9c:4a24 with SMTP id d41-20020a05610214a900b003cb0b9c4a24mr7696871vsv.57.1673704416519; Sat, 14 Jan 2023 05:53:36 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a05:612c:2428:b0:32a:5eaa:92e4 with HTTP; Sat, 14 Jan 2023 05:53:35 -0800 (PST) In-Reply-To: References: From: Paul B Mahol Date: Sat, 14 Jan 2023 14:53:35 +0100 Message-ID: To: FFmpeg development discussions and patches 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 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. > 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".