Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Zhao Zhili <quinkblack-at-foxmail.com@ffmpeg.org>
To: ffmpeg-devel@ffmpeg.org
Cc: Zhao Zhili <zhilizhao@tencent.com>
Subject: [FFmpeg-devel] [PATCH] tests: Add fate-hevc-alpha
Date: Thu, 20 Feb 2025 12:35:42 +0800
Message-ID: <tencent_C56AADD3271C714B84260F90A626FDA7C206@qq.com> (raw)

From: Zhao Zhili <zhilizhao@tencent.com>

---
 tests/fate/hevc.mak       |  3 +++
 tests/ref/fate/hevc-alpha | 55 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)
 create mode 100644 tests/ref/fate/hevc-alpha

diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak
index c74bc06085..e432345ef7 100644
--- a/tests/fate/hevc.mak
+++ b/tests/fate/hevc.mak
@@ -291,6 +291,9 @@ FATE_HEVC-$(call FRAMECRC, HEVC, HEVC, SCALE_FILTER CONCAT_PROTOCOL) += fate-hev
 fate-hevc-mv-position: CMD = framecrc -i $(TARGET_SAMPLES)/hevc/multiview.mov -map 0:v:vpos:left -map 0:v:vpos:right
 FATE_HEVC-$(call FRAMECRC, MOV, HEVC) += fate-hevc-mv-position
 
+fate-hevc-alpha: CMD = framecrc -i $(TARGET_SAMPLES)/hevc/alpha.mp4
+FATE_HEVC-$(call FRAMECRC, HEVC, HEVC) += fate-hevc-alpha
+
 FATE_SAMPLES_AVCONV += $(FATE_HEVC-yes)
 FATE_SAMPLES_FFPROBE += $(FATE_HEVC_FFPROBE-yes)
 
diff --git a/tests/ref/fate/hevc-alpha b/tests/ref/fate/hevc-alpha
new file mode 100644
index 0000000000..0bda040fc2
--- /dev/null
+++ b/tests/ref/fate/hevc-alpha
@@ -0,0 +1,55 @@
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 480x270
+#sar 0: 1/1
+0,          0,          0,        1,   324000, 0x0240ddf8
+0,          1,          1,        1,   324000, 0x01c3164c
+0,          2,          2,        1,   324000, 0x456d6e4b
+0,          3,          3,        1,   324000, 0xc3785be5
+0,          4,          4,        1,   324000, 0xbfda8303
+0,          5,          5,        1,   324000, 0x34fa71b3
+0,          6,          6,        1,   324000, 0x6014a91c
+0,          7,          7,        1,   324000, 0x4b21a6b8
+0,          8,          8,        1,   324000, 0x10083c64
+0,          9,          9,        1,   324000, 0x224cf870
+0,         10,         10,        1,   324000, 0xa1fe711f
+0,         11,         11,        1,   324000, 0xf84ba01e
+0,         12,         12,        1,   324000, 0x6bda8dbe
+0,         13,         13,        1,   324000, 0xf397161a
+0,         14,         14,        1,   324000, 0x34ec9df1
+0,         15,         15,        1,   324000, 0x75f2439c
+0,         16,         16,        1,   324000, 0xf4232636
+0,         17,         17,        1,   324000, 0x4b980503
+0,         18,         18,        1,   324000, 0x4ac5be69
+0,         19,         19,        1,   324000, 0x35d2d74d
+0,         20,         20,        1,   324000, 0x058b4733
+0,         21,         21,        1,   324000, 0x01ac65fb
+0,         22,         22,        1,   324000, 0x499d1cda
+0,         23,         23,        1,   324000, 0xd4fb58e3
+0,         24,         24,        1,   324000, 0x0bc3ba6f
+0,         25,         25,        1,   324000, 0xdb5b514d
+0,         26,         26,        1,   324000, 0x5df6997a
+0,         27,         27,        1,   324000, 0x598b09c7
+0,         28,         28,        1,   324000, 0xdbdda2e3
+0,         29,         29,        1,   324000, 0x3ee5ffe5
+0,         30,         30,        1,   324000, 0xf11aa1a4
+0,         31,         31,        1,   324000, 0xb611ecb0
+0,         32,         32,        1,   324000, 0x92e31bbd
+0,         33,         33,        1,   324000, 0x280048c2
+0,         34,         34,        1,   324000, 0x8c276aec
+0,         35,         35,        1,   324000, 0xc1d24a33
+0,         36,         36,        1,   324000, 0x78ed1a8e
+0,         37,         37,        1,   324000, 0xb9ccff6b
+0,         38,         38,        1,   324000, 0x721894b3
+0,         39,         39,        1,   324000, 0x91d92b40
+0,         40,         40,        1,   324000, 0x8b6870e4
+0,         41,         41,        1,   324000, 0x211d007c
+0,         42,         42,        1,   324000, 0x277fdd99
+0,         43,         43,        1,   324000, 0x1e13ce66
+0,         44,         44,        1,   324000, 0x833f1430
+0,         45,         45,        1,   324000, 0xded9d8b2
+0,         46,         46,        1,   324000, 0xab5dc7bf
+0,         47,         47,        1,   324000, 0x05fba130
+0,         48,         48,        1,   324000, 0xbd06edbf
+0,         49,         49,        1,   324000, 0x5bdde7e8
-- 
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".

             reply	other threads:[~2025-02-20  4:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-20  4:35 Zhao Zhili [this message]
2025-02-20  4:39 ` Zhao Zhili
2025-02-20 12:35   ` James Almer

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=tencent_C56AADD3271C714B84260F90A626FDA7C206@qq.com \
    --to=quinkblack-at-foxmail.com@ffmpeg.org \
    --cc=ffmpeg-devel@ffmpeg.org \
    --cc=zhilizhao@tencent.com \
    /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