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 1FD974C552 for <ffmpegdev@gitmailbox.com>; Tue, 6 May 2025 20:44:15 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A2EE568B3CB; Tue, 6 May 2025 23:44:12 +0300 (EEST) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 493FE68A120 for <ffmpeg-devel@ffmpeg.org>; Tue, 6 May 2025 23:44:05 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 66C1944392 for <ffmpeg-devel@ffmpeg.org>; Tue, 6 May 2025 20:44:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1746564244; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=s18TPEMiPX5DYGEtxj9euyI0lYHkJ+HJ8jMqySlUywE=; b=dnn8UWLCrnpivo5L3plG40Xp8uXYd6erem4Nygqn5uWe8XlbRDAJm1LusISmuHh/sK9Dr+ 9OOgjXmHQ6/EmEurMiPBbc5L+IptmG01/LsPzJ3JSBiz34MViKgkakleLVWj31cvlNjlZk ig3J2QOD9Qq5TA/YowVo+Z9+vyoUX9TjmHtmaYR7rMWoC0zSdOrVzM06kAecGR7AbuGXjc IU5mD8a0F3UEVCur7xz+yTvIh/fqu+RZL3ZM8lQ3DRXLyDUrjxG9glfF/fUWDVafk8G9Hj OWKcIV1IEP/J0F999eV7DT/gZUorD5zItmlTQV9pnwq1MDpL44QMGDBSx6U8nQ== Date: Tue, 6 May 2025 22:44:03 +0200 From: Michael Niedermayer <michael@niedermayer.cc> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Message-ID: <20250506204403.GG29660@pb2> References: <20250505194406.2847-1-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20250505194406.2847-1-jamrial@gmail.com> X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvkeegleejucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdduhedmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpeeigeektdejudffjefhteegjedtgeettefggedthfejgfevhfetgeekjedtvdfhveenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] tests/fate/image: add a test for half-float dwab compressed stream 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-Type: multipart/mixed; boundary="===============3692271244598394516==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org> Archived-At: <https://master.gitmailbox.com/ffmpegdev/20250506204403.GG29660@pb2/> List-Archive: <https://master.gitmailbox.com/ffmpegdev/> List-Post: <mailto:ffmpegdev@gitmailbox.com> --===============3692271244598394516== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="kjpMrWxdCilgNbo1" Content-Disposition: inline --kjpMrWxdCilgNbo1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 05, 2025 at 04:44:06PM -0300, James Almer wrote: > Signed-off-by: James Almer <jamrial@gmail.com> > --- > tests/fate/image.mak | 3 +++ > tests/ref/fate/rgb-scanline-dwab-half-float | 6 ++++++ > 2 files changed, 9 insertions(+) > create mode 100644 tests/ref/fate/rgb-scanline-dwab-half-float >=20 > diff --git a/tests/fate/image.mak b/tests/fate/image.mak > index 042cf6438f..abf204f69f 100644 > --- a/tests/fate/image.mak > +++ b/tests/fate/image.mak > @@ -124,6 +124,9 @@ fate-exr-rgb-scanline-pxr24-float-12x8: CMD =3D frame= crc -i $(TARGET_SAMPLES)/exr/ > FATE_EXR +=3D fate-exr-rgba-multiscanline-half-b44 > fate-exr-rgba-multiscanline-half-b44: CMD =3D framecrc -i $(TARGET_SAMPL= ES)/exr/rgba_multiscanline_half_b44.exr -vf scale -pix_fmt gbrapf32le > =20 > +FATE_EXR +=3D fate-rgb-scanline-dwab-half-float > +fate-rgb-scanline-dwab-half-float: CMD =3D framecrc -i $(TARGET_SAMPLES)= /exr/rgb_scanline_dwab_half_float.exr -vf scale -pix_fmt gbrpf32le > + > FATE_EXR +=3D fate-exr-rgb-scanline-float-b44 > fate-exr-rgb-scanline-float-b44: CMD =3D framecrc -i $(TARGET_SAMPLES)/e= xr/rgb_scanline_float_b44.exr -vf scale -pix_fmt gbrpf32le > =20 > diff --git a/tests/ref/fate/rgb-scanline-dwab-half-float b/tests/ref/fate= /rgb-scanline-dwab-half-float > new file mode 100644 > index 0000000000..a5a1997785 > --- /dev/null > +++ b/tests/ref/fate/rgb-scanline-dwab-half-float > @@ -0,0 +1,6 @@ > +#tb 0: 1/25 > +#media_type 0: video > +#codec_id 0: rawvideo > +#dimensions 0: 512x512 > +#sar 0: 1/1 > +0, 0, 0, 1, 3145728, 0xbb11b00a differnt result here: (on linux x86-64) --- ./tests/ref/fate/rgb-scanline-dwab-half-float 2025-05-06 22:40:40.01740= 6113 +0200 +++ tests/data/fate/rgb-scanline-dwab-half-float 2025-05-06 22:40:53.297513= 198 +0200 @@ -3,4 +3,4 @@ #codec_id 0: rawvideo #dimensions 0: 512x512 #sar 0: 1/1 -0, 0, 0, 1, 3145728, 0xbb11b00a +0, 0, 0, 1, 3145728, 0x2a15f7aa Test rgb-scanline-dwab-half-float failed. Look at tests/data/fate/rgb-scanl= ine-dwab-half-float.err for details. [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. -- Plato --kjpMrWxdCilgNbo1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaBp0iQAKCRBhHseHBAsP qzeAAJ4v7AVd5erQrALvN0vccXB4RBL6tgCeJ7MjjbS1rqpX/iMb57Zi+MA49G8= =+OOf -----END PGP SIGNATURE----- --kjpMrWxdCilgNbo1-- --===============3692271244598394516== 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". --===============3692271244598394516==--