Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Pierre-Anthony Lemieux <pal@sandflow.com>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] [PATCH] fate/jpeg2000dec: add missing ISO/IEC 15444-4 conformance tests
Date: Wed, 22 Jan 2025 12:50:56 -0800
Message-ID: <CAF_7JxDppDxQ1DQKrmv33iH36C5RwZSBCutwxfN2iAe2orz9SA@mail.gmail.com> (raw)
In-Reply-To: <20241110014013.GJ4991@pb2>

On Sat, Nov 9, 2024 at 5:40 PM Michael Niedermayer
<michael@niedermayer.cc> wrote:
>
> On Fri, Nov 08, 2024 at 01:09:34PM -0800, pal@sandflow.com wrote:
> > From: Pierre-Anthony Lemieux <pal@palemieux.com>
> >
> > ---
> >  tests/fate/jpeg2000.mak                  | 122 ++++++++++++++++++++++-
> >  tests/ref/fate/jpeg2000dec-ds0_hm_15_b8  |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_02_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_02_b12 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_03_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_03_b14 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_04_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_04_b12 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_05_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_05_b12 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_07_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_07_b15 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_07_b16 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_08_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_08_b15 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_08_b16 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_09_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_10_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_11_b10 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_12_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_14_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_15_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_15_b14 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds0_ht_16_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds1_ht_01_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds1_ht_01_b12 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds1_ht_02_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds1_ht_02_b12 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds1_ht_03_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds1_ht_03_b12 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds1_ht_04_b9  |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds1_ht_05_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-ds1_ht_06_b11 |   6 ++
> >  tests/ref/fate/jpeg2000dec-hifi_ht1_02   |   6 ++
> >  tests/ref/fate/jpeg2000dec-hifi_p1_02    |   6 ++
> >  tests/ref/fate/jpeg2000dec-p1_01         |   6 ++
> >  tests/ref/fate/jpeg2000dec-p1_02         |   6 ++
> >  tests/ref/fate/jpeg2000dec-p1_03         |   6 ++
> >  tests/ref/fate/jpeg2000dec-p1_04         |   6 ++
> >  tests/ref/fate/jpeg2000dec-p1_05         |   6 ++
> >  tests/ref/fate/jpeg2000dec-p1_06         |   6 ++
> >  41 files changed, 361 insertions(+), 1 deletion(-)
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_hm_15_b8
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_02_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_02_b12
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_03_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_03_b14
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_04_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_04_b12
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_05_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_05_b12
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_07_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_07_b15
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_07_b16
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_08_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_08_b15
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_08_b16
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_09_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_10_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_11_b10
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_12_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_14_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_15_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_15_b14
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds0_ht_16_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds1_ht_01_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds1_ht_01_b12
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds1_ht_02_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds1_ht_02_b12
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds1_ht_03_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds1_ht_03_b12
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds1_ht_04_b9
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds1_ht_05_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-ds1_ht_06_b11
> >  create mode 100644 tests/ref/fate/jpeg2000dec-hifi_ht1_02
> >  create mode 100644 tests/ref/fate/jpeg2000dec-hifi_p1_02
> >  create mode 100644 tests/ref/fate/jpeg2000dec-p1_01
> >  create mode 100644 tests/ref/fate/jpeg2000dec-p1_02
> >  create mode 100644 tests/ref/fate/jpeg2000dec-p1_03
> >  create mode 100644 tests/ref/fate/jpeg2000dec-p1_04
> >  create mode 100644 tests/ref/fate/jpeg2000dec-p1_05
> >  create mode 100644 tests/ref/fate/jpeg2000dec-p1_06
>
> on linux x86-32

It would be awesome if you could try running the new version of tests
[1] on your linux x86-32 instance.

[1] https://ffmpeg.org/pipermail/ffmpeg-devel/2025-January/338679.html

>
>  --- tests/ref/fate/jpeg2000dec-p1_04   2024-11-10 01:23:28.599497603 +0100
> +++ tests/data/fate/jpeg2000dec-p1_04   2024-11-10 02:38:03.497270241 +0100
> @@ -3,4 +3,4 @@
>  #codec_id 0: rawvideo
>  #dimensions 0: 1024x1024
>  #sar 0: 0/1
> -0,          0,          0,        1,  2097152, 0x9df478aa
> +0,          0,          0,        1,  2097152, 0x5b4dd999
> Test jpeg2000dec-p1_04 failed. Look at tests/data/fate/jpeg2000dec-p1_04.err for details.
> make: *** [tests/Makefile:310: fate-jpeg2000dec-p1_04] Error 1
> make: *** Waiting for unfinished jobs....
> --- tests/ref/fate/jpeg2000dec-ds1_ht_04_b9     2024-11-10 01:23:28.599497603 +0100
> +++ tests/data/fate/jpeg2000dec-ds1_ht_04_b9    2024-11-10 02:38:03.529270529 +0100
> @@ -3,4 +3,4 @@
>  #codec_id 0: rawvideo
>  #dimensions 0: 1024x1024
>  #sar 0: 0/1
> -0,          0,          0,        1,  2097152, 0x9df478aa
> +0,          0,          0,        1,  2097152, 0x5b4dd999
> Test jpeg2000dec-ds1_ht_04_b9 failed. Look at tests/data/fate/jpeg2000dec-ds1_ht_04_b9.err for details.
> make: *** [tests/Makefile:310: fate-jpeg2000dec-ds1_ht_04_b9] Error 1
>
> thx
>
> [...]
> --
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> Modern terrorism, a quick summary: Need oil, start war with country that
> has oil, kill hundread thousand in war. Let country fall into chaos,
> be surprised about raise of fundamantalists. Drop more bombs, kill more
> people, be surprised about them taking revenge and drop even more bombs
> and strip your own citizens of their rights and freedoms. to be continued
> _______________________________________________
> 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".
_______________________________________________
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".

           reply	other threads:[~2025-01-22 20:51 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20241110014013.GJ4991@pb2>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAF_7JxDppDxQ1DQKrmv33iH36C5RwZSBCutwxfN2iAe2orz9SA@mail.gmail.com \
    --to=pal@sandflow.com \
    --cc=ffmpeg-devel@ffmpeg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git