[FFmpeg-devel] [PATCH 3/3] fate: Add h264 and hevc extradata reload tests
Vittorio Giovara
vittorio.giovara at gmail.com
Wed Nov 9 00:03:28 EET 2016
---
Samples available at
- https://www.dropbox.com/s/gkswnubzy6e6rgg/h264-extradata-reload-multi-stsd.mov?dl=0
- https://www.dropbox.com/s/djfvoqgu2z9zrqu/hevc-extradata-reload-multi-stsd.mov?dl=0
They need to be renamed without the codec tag and placed in the appropriate
directory in fate.
Please CC.
Vittorio
tests/fate/h264.mak | 5 +++++
tests/fate/hevc.mak | 5 +++++
tests/ref/fate/h264-extradata-reload | 13 +++++++++++++
tests/ref/fate/hevc-extradata-reload | 13 +++++++++++++
4 files changed, 36 insertions(+)
create mode 100644 tests/ref/fate/h264-extradata-reload
create mode 100644 tests/ref/fate/hevc-extradata-reload
diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak
index b4d7f7a..f8ef3f4 100644
--- a/tests/fate/h264.mak
+++ b/tests/fate/h264.mak
@@ -196,6 +196,10 @@ FATE_H264 := $(FATE_H264:%=fate-h264-conformance-%) \
FATE_H264-$(call DEMDEC, H264, H264) += $(FATE_H264)
FATE_H264-$(call DEMDEC, MOV, H264) += fate-h264-crop-to-container
+
+# this sample has two stsd entries and needs to reload extradata
+FATE_H264-$(call DEMDEC, MOV, H264) += fate-h264-extradata-reload
+
FATE_H264-$(call DEMDEC, MOV, H264) += fate-h264-interlace-crop
# this sample has invalid reference list modification, but decodes fine
@@ -408,6 +412,7 @@ fate-h264-conformance-sva_nl2_e: CMD = framecrc -vsync drop -i
fate-h264-bsf-mp4toannexb: CMD = md5 -i $(TARGET_SAMPLES)/h264/interlaced_crop.mp4 -vcodec copy -f h264
fate-h264-crop-to-container: CMD = framemd5 -i $(TARGET_SAMPLES)/h264/crop-to-container-dims-canon.mov
+fate-h264-extradata-reload: CMD = framemd5 -i $(TARGET_SAMPLES)/h264/extradata-reload-multi-stsd.mov
fate-h264-extreme-plane-pred: CMD = framemd5 -i $(TARGET_SAMPLES)/h264/extreme-plane-pred.h264
fate-h264-interlace-crop: CMD = framecrc -i $(TARGET_SAMPLES)/h264/interlaced_crop.mp4 -vframes 3
fate-h264-lossless: CMD = framecrc -i $(TARGET_SAMPLES)/h264/lossless.h264
diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak
index bd09ab3..9150986 100644
--- a/tests/fate/hevc.mak
+++ b/tests/fate/hevc.mak
@@ -238,6 +238,11 @@ fate-hevc-bsf-mp4toannexb: REF = 1873662a3af1848c37e4eb25722c8df9
FATE_HEVC-$(call DEMDEC, HEVC, HEVC) += $(FATE_HEVC)
+# this sample has two stsd entries and needs to reload extradata
+FATE_HEVC-$(call DEMDEC, MOV, HEVC) += fate-hevc-extradata-reload
+
+fate-hevc-extradata-reload: CMD = framemd5 -i $(TARGET_SAMPLES)/hevc/extradata-reload-multi-stsd.mov
+
FATE_SAMPLES_AVCONV += $(FATE_HEVC-yes)
fate-hevc: $(FATE_HEVC-yes)
diff --git a/tests/ref/fate/h264-extradata-reload b/tests/ref/fate/h264-extradata-reload
new file mode 100644
index 0000000..c70f805
--- /dev/null
+++ b/tests/ref/fate/h264-extradata-reload
@@ -0,0 +1,13 @@
+#format: frame checksums
+#version: 2
+#hash: MD5
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 256x128
+#sar 0: 1/1
+#stream#, dts, pts, duration, size, hash
+0, 0, 0, 1, 49152, ae09c88e87e3ea0aa8ad267ee91222e5
+0, 1, 1, 1, 49152, 7ccd8321a6e23ae1f82bd323c8376524
+0, 2, 2, 1, 49152, 8ed93ab585ff9848801cc28b75b5e12d
+0, 3, 3, 1, 49152, 0049913870ddb62ffc535282018766f4
diff --git a/tests/ref/fate/hevc-extradata-reload b/tests/ref/fate/hevc-extradata-reload
new file mode 100644
index 0000000..b08754e
--- /dev/null
+++ b/tests/ref/fate/hevc-extradata-reload
@@ -0,0 +1,13 @@
+#format: frame checksums
+#version: 2
+#hash: MD5
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 128x128
+#sar 0: 1/1
+#stream#, dts, pts, duration, size, hash
+0, 0, 0, 1, 24576, 0d01217c5d1ec6799643fc7d75ba2337
+0, 1, 1, 1, 24576, f73d9cca9b4c1765d0ead242c3f0c339
+0, 2, 2, 1, 24576, 39a8714d763c623ae7f6faae34e107d1
+0, 3, 3, 1, 24576, 5db2600aa268b4fd28b64ab28a096f32
--
2.10.0
More information about the ffmpeg-devel
mailing list