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 4F57445708 for ; Sun, 19 Feb 2023 15:40:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 756FB68BEB6; Sun, 19 Feb 2023 17:40:23 +0200 (EET) Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7BD9168BDE1 for ; Sun, 19 Feb 2023 17:40:17 +0200 (EET) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 16EB8100002 for ; Sun, 19 Feb 2023 15:40:15 +0000 (UTC) Date: Sun, 19 Feb 2023 16:40:14 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230219154014.GG1949656@pb2> References: <20230218190245.GF1949656@pb2> MIME-Version: 1.0 In-Reply-To: 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: multipart/mixed; boundary="===============4172643162181863620==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4172643162181863620== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="AuGuy3tPduO6/XZi" Content-Disposition: inline --AuGuy3tPduO6/XZi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi On Sun, Feb 19, 2023 at 01:08:02AM +0100, Lynne wrote: >=20 > Feb 18, 2023, 20:03 by michael@niedermayer.cc: >=20 > > 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 issu= es > >> 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. > >> > > > > [...] > > =20 > > > >> 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.f= lush-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 > > >=20 > 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 thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The greatest way to live with honor in this world is to be what we pretend to be. -- Socrates --AuGuy3tPduO6/XZi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCY/JC1gAKCRBhHseHBAsP q0tqAKCFZ96NlpKeQy2hWkkdGXU8KfKA/gCfePzX1tjjvKrs499YOUrslHLG+to= =LC1r -----END PGP SIGNATURE----- --AuGuy3tPduO6/XZi-- --===============4172643162181863620== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============4172643162181863620==--