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 E4B82456B8 for ; Sun, 19 Feb 2023 00:08:11 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E0B2568BF0E; Sun, 19 Feb 2023 02:08:08 +0200 (EET) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AA7F668BDB6 for ; Sun, 19 Feb 2023 02:08:02 +0200 (EET) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 575791060155 for ; Sun, 19 Feb 2023 00:08:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1676765282; 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=JEUzRUCSf4WfksP0OLRdVnHRVHC0+GRhQFqmefqhiIc=; b=lJzTqod12FnDi5MgrM9v8knZM5hmPrj35ht36r0OfBySPkWFBZNvLAUbpjqnFebB 3RFmD/g6q7BIICP0AjyUPjdzmskm6EPbzL7SYbUthuVHbd3Kx62478X3UTzI9J0DoUS S7ZpJo/2BJzHX897UY7hc+qzPmWt9NnuvjVWlZDAZkrSgzJC1fa2fQDt6VHhOA5Q413 ptPtfDKSHgN256RRJuMqvL9HE0okZW2B/3b/Fn3p3fP2epoAzvpxB5tr4I/BkjCIdGm 92ypw4FxOF7wBOaUphXINBmXP9hvNxtp6NGQUTc60rJ7NqK745UKBQP13fNW2tcNawX 3iNJwcSAyg== Date: Sun, 19 Feb 2023 01:08:02 +0100 (CET) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20230218190245.GF1949656@pb2> References: <20230218190245.GF1949656@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 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 _______________________________________________ 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".