* [FFmpeg-devel] [PATCH 2/2] tests: Add media100 decoder test
[not found] <20250610155623.40047-1-quinkblack@foxmail.com>
@ 2025-06-10 15:56 ` Zhao Zhili
2025-06-11 5:54 ` Andreas Rheinhardt
2025-06-11 14:17 ` compn
0 siblings, 2 replies; 4+ messages in thread
From: Zhao Zhili @ 2025-06-10 15:56 UTC (permalink / raw)
To: ffmpeg-devel; +Cc: 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
--
2.46.0
_______________________________________________
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] 4+ messages in thread
* Re: [FFmpeg-devel] [PATCH 2/2] tests: Add media100 decoder test
2025-06-10 15:56 ` [FFmpeg-devel] [PATCH 2/2] tests: Add media100 decoder test Zhao Zhili
@ 2025-06-11 5:54 ` Andreas Rheinhardt
2025-06-11 14:17 ` compn
1 sibling, 0 replies; 4+ messages in thread
From: Andreas Rheinhardt @ 2025-06-11 5:54 UTC (permalink / raw)
To: ffmpeg-devel
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".
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [FFmpeg-devel] [PATCH 2/2] tests: Add media100 decoder test
2025-06-10 15:56 ` [FFmpeg-devel] [PATCH 2/2] tests: Add media100 decoder test Zhao Zhili
2025-06-11 5:54 ` Andreas Rheinhardt
@ 2025-06-11 14:17 ` compn
2025-06-11 14:29 ` compn
1 sibling, 1 reply; 4+ messages in thread
From: compn @ 2025-06-11 14:17 UTC (permalink / raw)
To: ffmpeg-devel
On Tue, 10 Jun 2025 23:56:43 +0800, Zhao Zhili wrote:
> 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
that specific sample has been in samples repo for a while:
https://samples.ffmpeg.org/V-codecs/dtPA/12%2027_Volcano%20Zoom-Dissolve-F-8.mov
https://samples.ffmpeg.org/allsamples.txt
-compn
_______________________________________________
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] 4+ messages in thread
* Re: [FFmpeg-devel] [PATCH 2/2] tests: Add media100 decoder test
2025-06-11 14:17 ` compn
@ 2025-06-11 14:29 ` compn
0 siblings, 0 replies; 4+ messages in thread
From: compn @ 2025-06-11 14:29 UTC (permalink / raw)
To: ffmpeg-devel
On Wed, 11 Jun 2025 04:17:55 -1000, compn wrote:
> On Tue, 10 Jun 2025 23:56:43 +0800, Zhao Zhili wrote:
>
> > 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
>
> that specific sample has been in samples repo for a while:
> https://samples.ffmpeg.org/V-codecs/dtPA/12%2027_Volcano%20Zoom-Dissolve-F-8.mov
oops ignore this mail. i see you wanted it for fate test sample.
-compn
_______________________________________________
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] 4+ messages in thread
end of thread, other threads:[~2025-06-11 14:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20250610155623.40047-1-quinkblack@foxmail.com>
2025-06-10 15:56 ` [FFmpeg-devel] [PATCH 2/2] tests: Add media100 decoder test Zhao Zhili
2025-06-11 5:54 ` Andreas Rheinhardt
2025-06-11 14:17 ` compn
2025-06-11 14:29 ` compn
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