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 2475D4263C for ; Tue, 23 Aug 2022 21:45:51 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 03DD768B9C8; Wed, 24 Aug 2022 00:45:49 +0300 (EEST) Received: from mail.overt.org (mail.overt.org [157.230.92.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D167968B8F9 for ; Wed, 24 Aug 2022 00:45:42 +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 967583F1DD for ; Tue, 23 Aug 2022 16:45:40 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=overt.org; s=mail; t=1661291140; bh=Ar4KSEm2hPAjNe9wd98Kr2kdX0jX6pZ3+Oh/rMB3VQU=; h=Date:From:To:Subject:In-Reply-To:References:From; b=mkBJNe0SCiIIzmn9kbfiwAHtvQW4+2nrTTLANHjBnPeLULlgb74HmQYVELgYPrNZq pLvk74ICoklFZ4iY8ePocx2oy4WzBONHBj3TpREEnZ8oy8Iti5NuU5mofzgxNK3QfJ c/Lvf7iikzHV9qih/BjQ60Y6c1JbUAkWcKMPK8T5fkRtSQKmNn9oVvIwRcOwYdYnFv jbLazQ1l1vMSQMWyzQWJHNn/Bz09Hw0Hd0a1WmK9d2tPy4M1NG3KhDq/ULkvvz/5fr +unRRsUAWYb7pYMR/xacnXK/oTln/pDPj/78eglCCsmsZcjdSJO3IDJ7hPAynwVEdk Qky2S+UsDrp9w== Date: Tue, 23 Aug 2022 14:45:37 -0700 From: Philip Langdale To: ffmpeg-devel@ffmpeg.org Message-ID: <20220823144537.77435456@fido7> In-Reply-To: <20220820043146.398996-1-philipl@overt.org> References: <20220820043146.398996-1-philipl@overt.org> 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 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. --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".