* [FFmpeg-devel] [PATCH 1/3] fate/microsoft: add mss2 region test case
@ 2022-11-06 2:51 Peter Ross
2022-11-06 2:52 ` [FFmpeg-devel] [PATCH 2/3] fate/audio: msnsiren " Peter Ross
2022-11-06 2:52 ` [FFmpeg-devel] [PATCH 3/3] fate/video: vqc testcase Peter Ross
0 siblings, 2 replies; 3+ messages in thread
From: Peter Ross @ 2022-11-06 2:51 UTC (permalink / raw)
To: ffmpeg-devel
[-- Attachment #1.1: Type: text/plain, Size: 1494 bytes --]
---
posting here to test against patchwork
tests/fate/microsoft.mak | 3 ++-
tests/ref/fate/mss2-region | 7 +++++++
2 files changed, 9 insertions(+), 1 deletion(-)
create mode 100644 tests/ref/fate/mss2-region
diff --git a/tests/fate/microsoft.mak b/tests/fate/microsoft.mak
index ee1a062425..e98ab30aae 100644
--- a/tests/fate/microsoft.mak
+++ b/tests/fate/microsoft.mak
@@ -14,8 +14,9 @@ FATE_MSS2-$(call FRAMECRC, ASF, MSS2, SCALE_FILTER) += fate-mss2-rgb555 fate-mss
fate-mss2-rgb555: CMD = framecrc -i $(TARGET_SAMPLES)/mss2/rle555.wmv -pix_fmt rgb555le -vf scale
fate-mss2-rgb555s: CMD = framecrc -i $(TARGET_SAMPLES)/mss2/rle555s.wmv -pix_fmt rgb555le -vf scale
-FATE_MSS2 += fate-mss2-wmv
+FATE_MSS2 += fate-mss2-wmv fate-mss2-region
fate-mss2-wmv: CMD = framecrc -i $(TARGET_SAMPLES)/mss2/msscreencodec.wmv -an -frames 100
+fate-mss2-region: CMD = framecrc -i $(TARGET_SAMPLES)/mss2/mss2_2.wmv -an
FATE_MSS2-$(call FRAMECRC, ASF, MSS2) += $(FATE_MSS2)
diff --git a/tests/ref/fate/mss2-region b/tests/ref/fate/mss2-region
new file mode 100644
index 0000000000..c0a99f3e1f
--- /dev/null
+++ b/tests/ref/fate/mss2-region
@@ -0,0 +1,7 @@
+#tb 0: 1/1000
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 160x120
+#sar 0: 0/1
+0, 0, 0, 1, 57600, 0x51bc82a3
+0, 3000, 3000, 1, 57600, 0x51bc82a3
--
2.35.1
-- 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".
^ permalink raw reply [flat|nested] 3+ messages in thread
* [FFmpeg-devel] [PATCH 2/3] fate/audio: msnsiren test case
2022-11-06 2:51 [FFmpeg-devel] [PATCH 1/3] fate/microsoft: add mss2 region test case Peter Ross
@ 2022-11-06 2:52 ` Peter Ross
2022-11-06 2:52 ` [FFmpeg-devel] [PATCH 3/3] fate/video: vqc testcase Peter Ross
1 sibling, 0 replies; 3+ messages in thread
From: Peter Ross @ 2022-11-06 2:52 UTC (permalink / raw)
To: ffmpeg-devel
[-- Attachment #1.1: Type: text/plain, Size: 861 bytes --]
---
tests/fate/audio.mak | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/fate/audio.mak b/tests/fate/audio.mak
index 9d39eeace3..c733d8b7f4 100644
--- a/tests/fate/audio.mak
+++ b/tests/fate/audio.mak
@@ -45,6 +45,11 @@ fate-imc: CMD = pcm -i $(TARGET_SAMPLES)/imc/imc.avi
fate-imc: CMP = oneoff
fate-imc: REF = $(SAMPLES)/imc/imc-201706.pcm
+FATE_SAMPLES_AUDIO-$(call DEMDEC, WAV, MSNSIREN) += fate-msnsiren
+fate-msnsiren: CMD = pcm -i $(TARGET_SAMPLES)/msnsiren/msnsiren2.wav
+fate-msnsiren: CMP = oneoff
+fate-msnsiren: REF = $(SAMPLES)/msnsiren/msnsiren2.pcm
+
FATE_SAMPLES_AUDIO-$(call DEMDEC, FLV, NELLYMOSER) += fate-nellymoser
fate-nellymoser: CMD = pcm -i $(TARGET_SAMPLES)/nellymoser/nellymoser.flv
fate-nellymoser: CMP = oneoff
--
2.35.1
-- 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".
^ permalink raw reply [flat|nested] 3+ messages in thread
* [FFmpeg-devel] [PATCH 3/3] fate/video: vqc testcase
2022-11-06 2:51 [FFmpeg-devel] [PATCH 1/3] fate/microsoft: add mss2 region test case Peter Ross
2022-11-06 2:52 ` [FFmpeg-devel] [PATCH 2/3] fate/audio: msnsiren " Peter Ross
@ 2022-11-06 2:52 ` Peter Ross
1 sibling, 0 replies; 3+ messages in thread
From: Peter Ross @ 2022-11-06 2:52 UTC (permalink / raw)
To: ffmpeg-devel
[-- Attachment #1.1: Type: text/plain, Size: 1163 bytes --]
---
tests/fate/video.mak | 3 +++
tests/ref/fate/vqc | 6 ++++++
2 files changed, 9 insertions(+)
create mode 100644 tests/ref/fate/vqc
diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index 40cdd9e3b6..af7e77e814 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -374,6 +374,9 @@ fate-xxan-wc4: CMD = framecrc -i $(TARGET_SAMPLES)/wc4-xan/wc4trailer-partial.av
FATE_VIDEO-$(call FRAMECRC, WAV, SMVJPEG) += fate-smvjpeg
fate-smvjpeg: CMD = framecrc -idct simple -flags +bitexact -i $(TARGET_SAMPLES)/smv/clock.smv -an
+FATE_VIDEO-$(call FRAMECRC, AVI, VQC) += fate-vqc
+fate-vqc: CMD = framecrc -i $(TARGET_SAMPLES)/vqc/samp1.avi
+
FATE_VIDEO += $(FATE_VIDEO-yes)
FATE_SAMPLES_FFMPEG += $(FATE_VIDEO)
diff --git a/tests/ref/fate/vqc b/tests/ref/fate/vqc
new file mode 100644
index 0000000000..c59393a36f
--- /dev/null
+++ b/tests/ref/fate/vqc
@@ -0,0 +1,6 @@
+#tb 0: 845/25333
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 320x240
+#sar 0: 0/1
+0, 0, 0, 1, 115200, 0xb32bba4f
--
2.35.1
-- 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".
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-11-06 2:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-06 2:51 [FFmpeg-devel] [PATCH 1/3] fate/microsoft: add mss2 region test case Peter Ross
2022-11-06 2:52 ` [FFmpeg-devel] [PATCH 2/3] fate/audio: msnsiren " Peter Ross
2022-11-06 2:52 ` [FFmpeg-devel] [PATCH 3/3] fate/video: vqc testcase Peter Ross
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