Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Peter Ross <pross@xvid.org>
To: ffmpeg-devel@ffmpeg.org
Subject: [FFmpeg-devel] [PATCHv2 2/2] fate: LEAD MCMP test case
Date: Mon, 16 Oct 2023 08:44:22 +1100
Message-ID: <53772754b9cc13deeb846e76cea74f7ac21557cf.1697406181.git.pross@xvid.org> (raw)
In-Reply-To: <9f40d2825652fe73734869b29255a0d75883f68d.1697406181.git.pross@xvid.org>


[-- Attachment #1.1: Type: text/plain, Size: 2792 bytes --]

Signed-off-by: Peter Ross <pross@xvid.org>
---

Files:
https://trac.ffmpeg.org/raw-attachment/ticket/798/BeforeEmboss1.avi
https://trac.ffmpeg.org/raw-attachment/ticket/798/DaDa_CMP1.avi
https://trac.ffmpeg.org/raw-attachment/ticket/798/version320x240i1.avi

 tests/fate/video.mak             | 9 +++++++++
 tests/ref/fate/lead-yuv420p      | 6 ++++++
 tests/ref/fate/lead-yuv420p-half | 6 ++++++
 tests/ref/fate/lead-yuv444p      | 6 ++++++
 4 files changed, 27 insertions(+)
 create mode 100644 tests/ref/fate/lead-yuv420p
 create mode 100644 tests/ref/fate/lead-yuv420p-half
 create mode 100644 tests/ref/fate/lead-yuv444p

diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index 4e7a77537f..6757a6c7d1 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -376,6 +376,15 @@ fate-smvjpeg: CMD = framecrc -idct simple -flags +bitexact -i $(TARGET_SAMPLES)/
 FATE_VIDEO-$(call FRAMECRC, AVI, VQC) += fate-vqc
 fate-vqc: CMD = framecrc -i $(TARGET_SAMPLES)/vqc/samp1.avi
 
+FATE_VIDEO-$(call FRAMECRC, AVI, LEAD) += fate-lead-yuv420p
+fate-lead-yuv420p: CMD = framecrc -idct simple -fflags +bitexact -i $(TARGET_SAMPLES)/lead/BeforeEmboss1.avi -an
+
+FATE_VIDEO-$(call FRAMECRC, AVI, LEAD) += fate-lead-yuv420p-half
+fate-lead-yuv420p-half: CMD = framecrc -idct simple -fflags +bitexact -i $(TARGET_SAMPLES)/lead/DaDa_CMP1.avi -an
+
+FATE_VIDEO-$(call FRAMECRC, AVI, LEAD) += fate-lead-yuv444p
+fate-lead-yuv444p: CMD = framecrc -idct simple -fflags +bitexact -i $(TARGET_SAMPLES)/lead/version320x240i1.avi -an
+
 FATE_VIDEO += $(FATE_VIDEO-yes)
 
 FATE_SAMPLES_FFMPEG += $(FATE_VIDEO)
diff --git a/tests/ref/fate/lead-yuv420p b/tests/ref/fate/lead-yuv420p
new file mode 100644
index 0000000000..d5216cc626
--- /dev/null
+++ b/tests/ref/fate/lead-yuv420p
@@ -0,0 +1,6 @@
+#tb 0: 1/20
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 320x240
+#sar 0: 0/1
+0,          0,          0,        1,   115200, 0xf54ce70c
diff --git a/tests/ref/fate/lead-yuv420p-half b/tests/ref/fate/lead-yuv420p-half
new file mode 100644
index 0000000000..7586821d88
--- /dev/null
+++ b/tests/ref/fate/lead-yuv420p-half
@@ -0,0 +1,6 @@
+#tb 0: 1001/30000
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 480x320
+#sar 0: 0/1
+0,          0,          0,        1,   230400, 0xf2767ee6
diff --git a/tests/ref/fate/lead-yuv444p b/tests/ref/fate/lead-yuv444p
new file mode 100644
index 0000000000..68ddaae603
--- /dev/null
+++ b/tests/ref/fate/lead-yuv444p
@@ -0,0 +1,6 @@
+#tb 0: 1/24
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 320x240
+#sar 0: 0/1
+0,          0,          0,        1,   230400, 0xfe90096a
-- 
2.42.0

-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
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:[~2023-10-15 21:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-15 21:43 [FFmpeg-devel] [PATCHv2 1/2] avcodec: LEAD MCMP decoder Peter Ross
2023-10-15 21:44 ` Peter Ross [this message]
2023-10-19  9:22 ` Paul B Mahol
2023-11-07  0:28 ` Peter Ross

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=53772754b9cc13deeb846e76cea74f7ac21557cf.1697406181.git.pross@xvid.org \
    --to=pross@xvid.org \
    --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