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 566CB440E1 for ; Fri, 26 Aug 2022 02:13:56 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 80A3B68B9C6; Fri, 26 Aug 2022 05:13:54 +0300 (EEST) Received: from mail.overt.org (mail.overt.org [157.230.92.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7760B68B871 for ; Fri, 26 Aug 2022 05:13:48 +0300 (EEST) Received: from authenticated-user (mail.overt.org [157.230.92.47]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mail.overt.org (Postfix) with ESMTPSA id C35783F22B for ; Thu, 25 Aug 2022 21:13:45 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=overt.org; s=mail; t=1661480026; bh=DN2H+N2Qf6qQ3g9mnKP0G8m5oApvMnZyJn0cvL37b7s=; h=Date:From:To:Subject:In-Reply-To:References:From; b=dYjay3xQkzrF9eTM3GEbrDnSR3Hm6GItp5wQrXfesrsbw+Dq+fyxjWPU3aetZ65gi gyXO9l3Ez1gJAmwOdRiURyGJ36cyBV4RSwfJV5FaxojTpzqhKCkOWA1Np7ZcIZcbdh PIZ1n7ataavjE3e+4VwHuEGrfYIkW7Pemdn0tdjUUF8NFtJ+aHbFJd8AT4o2B/VN2p H+YIxvT+op5oGZOp0WI6X88Emwi/HMJjKTpGDr8YRdRk4eZNgqp6UJl+OCLXXJvglN STkTxlMXcUpKDVzfKr6z99lRffT/Myi5tPolPq2meLQo24Sw6OBaapYKAOlDyn8xiD Bu4Fc6ro0fNfA== Date: Thu, 25 Aug 2022 19:13:43 -0700 From: Philip Langdale To: ffmpeg-devel@ffmpeg.org Message-ID: <20220825191343.59494a60@fido7> In-Reply-To: <20220823144537.77435456@fido7> References: <20220820043146.398996-1-philipl@overt.org> <20220823144537.77435456@fido7> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 0/3] v2: vaapi: switch 8bit 444 format to VUYX 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 Tue, 23 Aug 2022 14:45:37 -0700 Philip Langdale wrote: > On Fri, 19 Aug 2022 21:31:43 -0700 > Philip Langdale wrote: > > > After discussion with Mark, I'm switching the preferred format for > > 8bit 444 content in vaapi to VUYX, which is the alpha-less variant > > of VUYA. > > > > This format is formally supported by the driver, so we don't even > > need to do any fudging. > > > > I am not removing VUYA because we found another use for it, > > replacing the previous requirement to use v408[enc|dec] to work > > with it. > > > > * v2: Fix test update in wrong change > > * v3: Remove incorrect alpha flag from pix_fmt > > > > Philip Langdale (3): > > lavu/pixfmt: Introduce VUYX format > > libswscale: add support for VUYX format > > lavc/vaapi: Switch preferred 8bit 444 format to VUYX > > I will push this in a few days if there are no comments. > Pushed. --phil _______________________________________________ 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".