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 39617452B9 for ; Fri, 17 Feb 2023 09:45:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 899D768BE4A; Fri, 17 Feb 2023 11:45:41 +0200 (EET) Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BFCE868BA90 for ; Fri, 17 Feb 2023 11:45:35 +0200 (EET) Received: by mail-lj1-f180.google.com with SMTP id y14so475050ljq.10 for ; Fri, 17 Feb 2023 01:45:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=EUWiXIzZdE/qTzbeGAc/eMGUfPQW8viV2k0k093hjfk=; b=LTcBkBCOEV2g62rAFcYMzt/synI+/wCtu/uD4QcBDRb/p5IZJifFjyEI+HvhoEzKqn aDm9vG5FhjtX8mPbp3DvxGitLtkitLugMPIWC2LmD7KJfmLxKk4Et02vhLi471kiMMj3 TL63soxJXBErAWroWIrJlHY+Q2fo9s/iiQtF2m7prttXOFnzXq3vnHmB9uhQx1gC0Vqj XcwePRlHqF0nsrn1B3nxZKjf3cRC3BGRjFpBWzzhIQWsEzWVUcC02vBjh3MeEnrua/Wo 5BTs5eftZuC8O45JyQql6HtxYBd05RrNdx0qGW5Ag3AC+g8QLdhicc5AFJ/7CHNrcaI7 htdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=EUWiXIzZdE/qTzbeGAc/eMGUfPQW8viV2k0k093hjfk=; b=E06wEw4X0W07rZBhK4n4tCQjtthLtmO1LE3bpqj5TYHsIrdRbExbhnMg60U0KONiGA xOKSc+/FMSZoJwtIVy9gW54jXRloPyhI+zs8/4LPLHA201dyVOXq7zf0biFYtbRcMuwT v+iM7+0EVIUSUErfLJsEObST2r9THozKxaFABEZ2EG+W0VXDMi8RQS9U8sAkAksqODZv go+y7I7sZpN5KVbxW5WKGl0L1qrTS6BkBnKC1Rti+CMXdBx+vZ71fKh84mwwU5U18Zqs s164xQhcxYSiat1uRBgEweGTeROgFJEE53tE30DeXy01MPNP3TbrWZazHWvsvgyGo12E xUAw== X-Gm-Message-State: AO0yUKX0f8iLj2XdtKR/X08DAIW4FwwINJMg740fG+lYlS4+e7E5FShe ub70NHORCPwozRlz9DE0vszEk+UCr9uovSuYKgZKvxeR X-Google-Smtp-Source: AK7set/joXxV7wAi6wnFutLQsn8lMZDmr7PBAooXGwqBh+zPaBrZzEVA7NFWj8J1sWMMAHT7kcHLUmjqdV3Rl0beYkY= X-Received: by 2002:a2e:b5dc:0:b0:293:531b:90ce with SMTP id g28-20020a2eb5dc000000b00293531b90cemr222282ljn.4.1676627134118; Fri, 17 Feb 2023 01:45:34 -0800 (PST) MIME-Version: 1.0 References: <8d23d0d4-51bd-4ae4-ba00-3ec328978647@betaapp.fastmail.com> In-Reply-To: <8d23d0d4-51bd-4ae4-ba00-3ec328978647@betaapp.fastmail.com> From: Hendrik Leppkes Date: Fri, 17 Feb 2023 10:45:22 +0100 Message-ID: To: FFmpeg development discussions and patches 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: On Fri, Feb 17, 2023 at 10:09 AM Jean-Baptiste Kempf wrote: > > Hello, > > On Fri, 17 Feb 2023, at 04:43, Lynne wrote: > > This small patchset mostly rewrites Vulkan to enable using multiplane images, > > This is not small. We're talking about thousands of lines of code; > > And this changes numerous h264 and hevc headers, and adds callback to the make AVHWAccel. > > And that is besides the full rewrite of some Vulkan files... > > This will take a long time to review. > I would agree, this set is too large to try to skirt it in just under the deadline of a new release, with the potential of needing to fix stuff later. Just have it land on master after the branch, and there is no time pressure to review it, or make numerous fixes on the release branch. PS: Can you please send it as a proper patchset? Reviewing 72 patches off of one mail is not really fitting the workflow at all. - Hendrik _______________________________________________ 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".