Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* Re: [FFmpeg-devel] [PATCH] fate/jpeg2000dec: add missing ISO/IEC 15444-4 conformance tests
       [not found] ` <20241110014013.GJ4991@pb2>
@ 2025-01-22 20:50   ` Pierre-Anthony Lemieux
  0 siblings, 0 replies; only message in thread
From: Pierre-Anthony Lemieux @ 2025-01-22 20:50 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

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".

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-01-22 20:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20241108210934.6047-1-pal@sandflow.com>
     [not found] ` <20241110014013.GJ4991@pb2>
2025-01-22 20:50   ` [FFmpeg-devel] [PATCH] fate/jpeg2000dec: add missing ISO/IEC 15444-4 conformance tests Pierre-Anthony Lemieux

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