Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
To: ffmpeg-devel@ffmpeg.org
Subject: Re: [FFmpeg-devel] [PATCH 2/2] tests: Add media100 decoder test
Date: Wed, 11 Jun 2025 07:54:09 +0200
Message-ID: <GV1P250MB073797177F59C957F3DCB4A78F75A@GV1P250MB0737.EURP250.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <tencent_26574E1B705D2DD69AC740C29A349FC2AB08@qq.com>

Zhao Zhili:
> From: Zhao Zhili <zhilizhao@tencent.com>
> 
> ---
> The sample comes from 
> https://trac.ffmpeg.org/attachment/ticket/959/12%2027_Volcano%20Zoom-Dissolve-F-8.mov
> put it to mjpegb/media100.mov
> 
>  tests/fate/video.mak    |  3 +++
>  tests/ref/fate/media100 | 30 ++++++++++++++++++++++++++++++
>  2 files changed, 33 insertions(+)
>  create mode 100644 tests/ref/fate/media100
> 
> diff --git a/tests/fate/video.mak b/tests/fate/video.mak
> index dd886843e7..24889824b4 100644
> --- a/tests/fate/video.mak
> +++ b/tests/fate/video.mak
> @@ -257,6 +257,9 @@ fate-mimic: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/mimic/mimic2-womanl
>  FATE_VIDEO-$(call FRAMECRC, MOV, MJPEGB) += fate-mjpegb
>  fate-mjpegb: CMD = framecrc -idct simple -fflags +bitexact -i $(TARGET_SAMPLES)/mjpegb/mjpegb_part.mov -an
>  
> +FATE_VIDEO-$(call FRAMECRC, MOV, MEDIA100) += fate-media100
> +fate-media100: CMD = framecrc -idct simple -fflags +bitexact -i $(TARGET_SAMPLES)/mjpegb/media100.mov
> +
>  FATE_VIDEO-$(call FRAMECRC, AVI, MJPEG) += fate-mjpeg-ticket3229
>  fate-mjpeg-ticket3229: CMD = framecrc -idct simple -fflags +bitexact -i $(TARGET_SAMPLES)/mjpeg/mjpeg_field_order.avi -an
>  
> diff --git a/tests/ref/fate/media100 b/tests/ref/fate/media100
> new file mode 100644
> index 0000000000..7a92c5cc21
> --- /dev/null
> +++ b/tests/ref/fate/media100
> @@ -0,0 +1,30 @@
> +#tb 0: 1/25
> +#media_type 0: video
> +#codec_id 0: rawvideo
> +#dimensions 0: 768x576
> +#sar 0: 0/1
> +0,          0,          0,        1,   884736, 0x22304315
> +0,          1,          1,        1,   884736, 0x896fcaf0
> +0,          2,          2,        1,   884736, 0x2e25b031
> +0,          3,          3,        1,   884736, 0x9d0cdf84
> +0,          4,          4,        1,   884736, 0x90c799b6
> +0,          5,          5,        1,   884736, 0x80ac6b03
> +0,          6,          6,        1,   884736, 0x46cfbd02
> +0,          7,          7,        1,   884736, 0xee2b4bdb
> +0,          8,          8,        1,   884736, 0x7876581e
> +0,          9,          9,        1,   884736, 0x19490d15
> +0,         10,         10,        1,   884736, 0x6c37db8d
> +0,         11,         11,        1,   884736, 0xe6a198ae
> +0,         12,         12,        1,   884736, 0x893d08af
> +0,         13,         13,        1,   884736, 0xb52bd038
> +0,         14,         14,        1,   884736, 0x7074bb1b
> +0,         15,         15,        1,   884736, 0xd32ed044
> +0,         16,         16,        1,   884736, 0x9592d482
> +0,         17,         17,        1,   884736, 0x9fcd144b
> +0,         18,         18,        1,   884736, 0xba1c73a2
> +0,         19,         19,        1,   884736, 0x5fd7c0e7
> +0,         20,         20,        1,   884736, 0xc3f05ed4
> +0,         21,         21,        1,   884736, 0x333d0e9c
> +0,         22,         22,        1,   884736, 0x9063fd20
> +0,         23,         23,        1,   884736, 0xc4508928
> +0,         24,         24,        1,   884736, 0x1428b800

That sample is way too big; only one packet is needed (the last,
smallest one).

- Andreas

_______________________________________________
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-06-11  5:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250610155623.40047-1-quinkblack@foxmail.com>
2025-06-10 15:56 ` Zhao Zhili
2025-06-11  5:54   ` Andreas Rheinhardt [this message]
2025-06-11 14:17   ` compn
2025-06-11 14:29     ` compn

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=GV1P250MB073797177F59C957F3DCB4A78F75A@GV1P250MB0737.EURP250.PROD.OUTLOOK.COM \
    --to=andreas.rheinhardt@outlook.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