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 0CD6A40401 for ; Sun, 19 Feb 2023 16:57:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BBE4668BF0C; Sun, 19 Feb 2023 18:57:09 +0200 (EET) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3B8C368BF09 for ; Sun, 19 Feb 2023 18:57:03 +0200 (EET) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id E98E21060158 for ; Sun, 19 Feb 2023 16:57:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1676825822; 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=zLuNCEPf52NI81YRGvbXsuxLHdjvrKdnlfu+uVINw2I=; b=hilThOrgwxuyHk7XELEMQXAzXBS/6IyHbdOQBWLZMWftuFeVwuYskZUXq0UxErx0 9723QjENgvNzql/nG4pGmYecJWPqmuPyJKWSAzikbeaVYdR8i08i8sjFrE7vBdtGUoD 3RYXM2SMQxhExbszgci6gdoBIFsVKaZL28PirUMPXuaIQwZ4jmR8nQ8JhnEFqU9y7hd AK8HoOuwKxUHtvw+64u3Gqd3N3/bDl/m9XVumX57LK9GHIECjZphEb4uF6T68wuqY2S 1Araztj/hCUidYR4GV6o1PN5y+1cREe00CEYxPM37nQyzBb/iwMfThzk5TfR485NID8 pXt/0l0frg== Date: Sun, 19 Feb 2023 17:57:02 +0100 (CET) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: <20230218190245.GF1949656@pb2> <20230219154014.GG1949656@pb2> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 00/72] Implement support for Vulkan multiplane images and video decoding 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: Feb 19, 2023, 17:54 by dev@lynne.ee: > Feb 19, 2023, 16:40 by michael@niedermayer.cc: > >> Hi >> >> >> On Sun, Feb 19, 2023 at 01:08:02AM +0100, Lynne wrote: >> >>> >>> Feb 18, 2023, 20:03 by michael@niedermayer.cc: >>> >>> > On Fri, Feb 17, 2023 at 04:43:50AM +0100, Lynne wrote: >>> > >>> >> This small patchset mostly rewrites Vulkan to enable using multiplane images, >>> >> and implements video decode support. Also, many numerous bugs and issues >>> >> were fixed, as well as having quite a lot of performance improvements. >>> >> >>> >> The patchset can be viewed here as well: >>> >> https://github.com/cyanreg/FFmpeg/tree/vulkan_staging >>> >> >>> >> Patches attached. >>> >> >>> > >>> > [...] >>> > >>> > >>> >> av1dec.c | 3 +++ >>> >> avcodec.h | 5 +++++ >>> >> h264dec.c | 3 +++ >>> >> hevcdec.c | 3 +++ >>> >> vp8.c | 3 +++ >>> >> vp9.c | 3 +++ >>> >> 6 files changed, 20 insertions(+) >>> >> 122f9df511e4680d0027afae5d4f9f2f1880874e 0065-avcodec-add-AVHWAccel.flush-callback.patch >>> >> From 93223fa95389c60c015cfcee22784a1bf0fdb05b Mon Sep 17 00:00:00 2001 >>> >> From: Lynne >>> >> Date: Fri, 6 Jan 2023 03:32:56 +0100 >>> >> Subject: [PATCH 65/72] avcodec: add AVHWAccel.flush callback >>> >> >>> > >>> > this patch seems to break fate-vp8-size-change >>> > >>> >>> Thanks, philipl also reported this, fixed in my branch >>> >>> https://github.com/cyanreg/FFmpeg/tree/vulkan_staging >>> >> >> ok that works, that said >> is there consensus that i should create the release branch "now"? >> It seems no review is going on in public of these patches and we should do >> the release "soon", i am asking as i dont want to just surprise anyone with >> making the branch before giving a final call >> > > We need a few more days, folks are reviewing the patches > mainly on IRC and on github, since they're large. > Functionality is on-par with the current code, and it fixes > so much, apart from adding new features, I really don't want > anyone to use the old code. > The old code is so bad, even if this patchset is broken in > some ways, it would still be a big improvement over the old code. > > Most of the code is code I maintain, and has been tested and > partially reviewed already by two developers who know Vulkan > and GPU code in general. I'd still like to have this in 6.0, so > I think what I should ask is if there are any objections to merging > this as-is, and fixing any issues during the testing period. > > Otherwise, I'd like for 6.1 to be released no later than April. > Obviously, if we merge it now, and big enough issues are found which we couldn't fix immediately, I'd have no problem reverting the Vulkan patches from the 6.0 branch. _______________________________________________ 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".