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 E4D8B45C96 for ; Sun, 2 Apr 2023 19:27:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AD7D068BEC9; Sun, 2 Apr 2023 22:27:51 +0300 (EEST) Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5511868BEAA for ; Sun, 2 Apr 2023 22:27:45 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 378BD100003 for ; Sun, 2 Apr 2023 19:27:43 +0000 (UTC) Date: Sun, 2 Apr 2023 21:27:42 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230402192742.GI1164690@pb2> References: <20230331152941.21879-1-pal@sandflow.com> <20230331152941.21879-3-pal@sandflow.com> MIME-Version: 1.0 In-Reply-To: <20230331152941.21879-3-pal@sandflow.com> Subject: Re: [FFmpeg-devel] [PATCH v1 3/3] fate/jpeg2000: add JPEG 2000 tests using ITU/ISO conformance materials 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: multipart/mixed; boundary="===============8713764521893643211==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8713764521893643211== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="STPqjqpCrtky8aYs" Content-Disposition: inline --STPqjqpCrtky8aYs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 31, 2023 at 08:29:41AM -0700, pal@sandflow.com wrote: > From: Pierre-Anthony Lemieux >=20 > Adds JPEG 2000 decoder tests using materials from the conformance suite s= pecified in > Rec. ITU-T T.803 | ISO/IEC 15444-4. >=20 > The test materials are available at https://gitlab.com/wg1/htj2k-codestre= ams > --- > tests/Makefile | 1 + > tests/fate/jpeg2000.mak | 64 ++++++++++++++++++++++++ > tests/ref/fate/jpeg2000dec-ds0_ht_01_b11 | 6 +++ > tests/ref/fate/jpeg2000dec-p0_01 | 6 +++ > tests/ref/fate/jpeg2000dec-p0_02 | 6 +++ > tests/ref/fate/jpeg2000dec-p0_03 | 6 +++ > tests/ref/fate/jpeg2000dec-p0_04 | 6 +++ > tests/ref/fate/jpeg2000dec-p0_05 | 6 +++ > tests/ref/fate/jpeg2000dec-p0_07 | 6 +++ > tests/ref/fate/jpeg2000dec-p0_08 | 6 +++ > tests/ref/fate/jpeg2000dec-p0_09 | 6 +++ > tests/ref/fate/jpeg2000dec-p0_11 | 6 +++ > tests/ref/fate/jpeg2000dec-p0_12 | 6 +++ > tests/ref/fate/jpeg2000dec-p0_14 | 6 +++ > tests/ref/fate/jpeg2000dec-p0_15 | 6 +++ > tests/ref/fate/jpeg2000dec-p0_16 | 6 +++ > 16 files changed, 149 insertions(+) > create mode 100644 tests/fate/jpeg2000.mak > create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_01_b11 > create mode 100644 tests/ref/fate/jpeg2000dec-p0_01 > create mode 100644 tests/ref/fate/jpeg2000dec-p0_02 > create mode 100644 tests/ref/fate/jpeg2000dec-p0_03 > create mode 100644 tests/ref/fate/jpeg2000dec-p0_04 > create mode 100644 tests/ref/fate/jpeg2000dec-p0_05 > create mode 100644 tests/ref/fate/jpeg2000dec-p0_07 > create mode 100644 tests/ref/fate/jpeg2000dec-p0_08 > create mode 100644 tests/ref/fate/jpeg2000dec-p0_09 > create mode 100644 tests/ref/fate/jpeg2000dec-p0_11 > create mode 100644 tests/ref/fate/jpeg2000dec-p0_12 > create mode 100644 tests/ref/fate/jpeg2000dec-p0_14 > create mode 100644 tests/ref/fate/jpeg2000dec-p0_15 > create mode 100644 tests/ref/fate/jpeg2000dec-p0_16 fails on x86_32 --- src/tests/ref/fate/jpeg2000dec-ds0_ht_01_b11 2023-04-02 20:22:07.533882= 127 +0200 +++ tests/data/fate/jpeg2000dec-ds0_ht_01_b11 2023-04-02 21:22:52.570695888= +0200 @@ -3,4 +3,4 @@ #codec_id 0: rawvideo #dimensions 0: 128x128 #sar 0: 0/1 -0, 0, 0, 1, 16384, 0x44426324 +0, 0, 0, 1, 16384, 0x69cdc6ea Test jpeg2000dec-ds0_ht_01_b11 failed. Look at tests/data/fate/jpeg2000dec-= ds0_ht_01_b11.err for details. src/tests/Makefile:307: recipe for target 'fate-jpeg2000dec-ds0_ht_01_b11' = failed make: *** [fate-jpeg2000dec-ds0_ht_01_b11] Error 1 make: Target 'fate-jpeg2000dec' not remade because of errors. [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Republics decline into democracies and democracies degenerate into despotisms. -- Aristotle --STPqjqpCrtky8aYs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZCnXJQAKCRBhHseHBAsP qz11AJ9OyUlXB2FiYVKnKD81rj5hsTD2BwCcCULttzHMseEEx6mBO82TquLXylI= =Ae5x -----END PGP SIGNATURE----- --STPqjqpCrtky8aYs-- --===============8713764521893643211== 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". --===============8713764521893643211==--