From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ffmpeg-devel-bounces@ffmpeg.org>
Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100])
	by master.gitmailbox.com (Postfix) with ESMTPS id D6BD54E713
	for <ffmpegdev@gitmailbox.com>; Fri, 14 Mar 2025 15:59:34 +0000 (UTC)
Received: from [127.0.1.1] (localhost [127.0.0.1])
	by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DCE3D68E244;
	Fri, 14 Mar 2025 17:59:29 +0200 (EET)
Received: from vidala.pars.ee (vidala.pars.ee [116.203.72.101])
 by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B37C368DF57
 for <ffmpeg-devel@ffmpeg.org>; Fri, 14 Mar 2025 17:59:21 +0200 (EET)
DKIM-Signature: v=1; a=rsa-sha256; s=202405r; d=lynne.ee; c=relaxed/relaxed;
 h=From:To:Subject:Date:Message-ID; t=1741967960; bh=PWC+yNSQael+5V52UhLMqzY
 WlAovChwI21dKgP2IeJc=; b=YEhzPWcCSe22vknZr46NvUZtE+R44uA4OFrTjhOGIRaprCJP5h
 oBnf8742BCEJzkFHh/0uhiIvceTWqz7OieyZTv5yEPIHCdpw2UwJLjwUpctwpeR7J+wBJDIIckp
 QheLpAupVwbl0fgI7F1GPHAP1kFoplgQN6jpLie351hJrbFOKOuoo0tiX79AuqYCi624sdrjl9N
 vF79o29bJbNp9KeUSqQsMRzot2LjUXk39KJUGzJp48c2l1+BkX/rRhqVlhGp7ED9of1Ve+8eXJu
 RxHGqGKl2K363CBWJXl2IObkIl5If0UYuD7ktPfssZEM6xdoWJ9VoIR8lJ64q1KjL/g==;
DKIM-Signature: v=1; a=ed25519-sha256; s=202405e; d=lynne.ee; c=relaxed/relaxed;
 h=From:To:Subject:Date:Message-ID; t=1741967960; bh=PWC+yNSQael+5V52UhLMqzY
 WlAovChwI21dKgP2IeJc=; b=a00BnC5CJQfHQQXah/uqHwKGZeN9ecCEOd8fuz0esPVWT/yoqt
 rXBOq/RRrA4LyMHASFbqZfksNWgmHta41JBQ==;
Message-ID: <ac7412f8-76ab-4e6c-ac08-daaed8c31ade@lynne.ee>
Date: Fri, 14 Mar 2025 16:59:20 +0100
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird Beta
To: ffmpeg-devel@ffmpeg.org
References: <20250313170355.92290-1-dev@lynne.ee>
 <20250313170355.92290-2-dev@lynne.ee> <20250314151323.GK4991@pb2>
Content-Language: en-US
From: Lynne <dev@lynne.ee>
In-Reply-To: <20250314151323.GK4991@pb2>
Subject: Re: [FFmpeg-devel] [PATCH v4 01/16] pixfmt: add AV_PIX_FMT_GBRAP32
X-BeenThere: ffmpeg-devel@ffmpeg.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: FFmpeg development discussions and patches <ffmpeg-devel.ffmpeg.org>
List-Unsubscribe: <https://ffmpeg.org/mailman/options/ffmpeg-devel>,
 <mailto:ffmpeg-devel-request@ffmpeg.org?subject=unsubscribe>
List-Archive: <https://ffmpeg.org/pipermail/ffmpeg-devel>
List-Post: <mailto:ffmpeg-devel@ffmpeg.org>
List-Help: <mailto:ffmpeg-devel-request@ffmpeg.org?subject=help>
List-Subscribe: <https://ffmpeg.org/mailman/listinfo/ffmpeg-devel>,
 <mailto:ffmpeg-devel-request@ffmpeg.org?subject=subscribe>
Reply-To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Errors-To: ffmpeg-devel-bounces@ffmpeg.org
Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org>
Archived-At: <https://master.gitmailbox.com/ffmpegdev/ac7412f8-76ab-4e6c-ac08-daaed8c31ade@lynne.ee/>
List-Archive: <https://master.gitmailbox.com/ffmpegdev/>
List-Post: <mailto:ffmpegdev@gitmailbox.com>

On 14/03/2025 16:13, Michael Niedermayer wrote:
> On Thu, Mar 13, 2025 at 06:03:33PM +0100, Lynne wrote:
>> This commit adds a 32-bit *integer* planar RGBA format.
>> Vulkan FFv1 decoding is best performed on separate planes, rather than
>> packed RGBA (i.e. RGBA128), hence this is useful as an intermediate format.
>> ---
>>   libavutil/pixdesc.c | 28 ++++++++++++++++++++++++++++
>>   libavutil/pixfmt.h  |  4 ++++
>>   2 files changed, 32 insertions(+)
> 
> breaks fate
> 
> --- ./tests/ref/fate/imgutils	2025-03-14 00:56:35.182435551 +0100
> +++ tests/data/fate/imgutils	2025-03-14 16:12:30.642340871 +0100
> @@ -296,6 +296,8 @@
>   yaf32le         planes: 1, linesizes: 512   0   0   0, plane_sizes: 24576     0     0     0, plane_offsets:     0     0     0, total_size: 24576
>   yaf16be         planes: 1, linesizes: 256   0   0   0, plane_sizes: 12288     0     0     0, plane_offsets:     0     0     0, total_size: 12288
>   yaf16le         planes: 1, linesizes: 256   0   0   0, plane_sizes: 12288     0     0     0, plane_offsets:     0     0     0, total_size: 12288
> +gbrap32be       planes: 4, linesizes: 256 256 256 256, plane_sizes: 12288 12288 12288 12288, plane_offsets: 12288 12288 12288, total_size: 49152
> +gbrap32le       planes: 4, linesizes: 256 256 256 256, plane_sizes: 12288 12288 12288 12288, plane_offsets: 12288 12288 12288, total_size: 49152
> 
>   image_fill_black tests
>   yuv420p         total_size:   4608,  black_unknown_crc: 0xd00f6cc6,  black_tv_crc: 0xd00f6cc6,  black_pc_crc: 0x234969af
> @@ -539,3 +541,5 @@
>   yaf32le         total_size:  24576,  black_unknown_crc: 0xfd900236,  black_tv_crc: 0xfd900236,  black_pc_crc: 0xdcaf0cb1
>   yaf16be         total_size:  12288,  black_unknown_crc: 0x7afe9aae,  black_tv_crc: 0x7afe9aae,  black_pc_crc: 0x0fc0a5d0
>   yaf16le         total_size:  12288,  black_unknown_crc: 0x94c0068b,  black_tv_crc: 0x94c0068b,  black_pc_crc: 0xc05ce449
> +gbrap32be       total_size:  49152,  black_unknown_crc: 0x7bd30c95,  black_tv_crc: 0x7bd30c95,  black_pc_crc: 0x7bd30c95
> +gbrap32le       total_size:  49152,  black_unknown_crc: 0x7bd30c95,  black_tv_crc: 0x7bd30c95,  black_pc_crc: 0x7bd30c95
> Test imgutils failed. Look at tests/data/fate/imgutils.err for details.
> make: *** [tests/Makefile:311: fate-imgutils] Error 1

I know. Was planning on fixing fate tests when I push, since it makes 
rebasing easier.
I always keep my branch up to date:
https://github.com/cyanreg/FFmpeg/tree/vulkan
_______________________________________________
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".