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 2BC9745706 for ; Sun, 19 Feb 2023 16:53:55 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CBD1568BEC9; Sun, 19 Feb 2023 18:53:52 +0200 (EET) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 60F4D68AFBB for ; Sun, 19 Feb 2023 18:53:46 +0200 (EET) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 3EF301060158 for ; Sun, 19 Feb 2023 16:53:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1676825625; 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=bDb0tEOV7MPvViUzgda2507V3PQAEqz6tY79vVOh7hM=; b=c4YuSsSXHZ8LP0RBccLMONDzOVNUYEtzwOJWSxbChIfcv8a5JbIphWWoKd+R4c0R qsfCWg2jkx46whPNMXlUWXTm98dRZXYaldLzoXlxjpc5Y4E1n7yWoET2LYdbZEAwMlK 8Q+WKkdJpan5iUWzkh5njcL2wvKc2OySVRcmjxvQ9aL1CTwon2xx/RkqSsn0u4NAu3t 7DPAy5rbDXkRx6fGNV9myMLZcOrN7ihBIPSMGXaehXxg35DnGrBeNfRqzmLRVqMezRS rdtkJEOM1YfkQIjDqXL7c5GatuwK2rQmcdVbh5cMzswyKrfbBSlpULIP6dsbhykoYmI LArvPIiWqA== Date: Sun, 19 Feb 2023 17:53:45 +0100 (CET) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20230219154014.GG1949656@pb2> 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, 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. _______________________________________________ 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".