2016-09-19 05:09:03 +00:00
|
|
|
FATE_MOV = fate-mov-3elist \
|
|
|
|
fate-mov-3elist-1ctts \
|
|
|
|
fate-mov-1elist-1ctts \
|
|
|
|
fate-mov-1elist-noctts \
|
|
|
|
fate-mov-elist-starts-ctts-2ndsample \
|
|
|
|
fate-mov-1elist-ends-last-bframe \
|
2016-10-24 05:37:50 +00:00
|
|
|
fate-mov-2elist-elist1-ends-bframe \
|
2017-01-30 10:44:24 +00:00
|
|
|
fate-mov-3elist-encrypted \
|
2016-12-08 18:04:30 +00:00
|
|
|
|
|
|
|
FATE_MOV_FFPROBE = fate-mov-aac-2048-priming \
|
|
|
|
fate-mov-zombie \
|
|
|
|
fate-mov-init-nonkeyframe \
|
|
|
|
fate-mov-displaymatrix \
|
|
|
|
fate-mov-spherical-mono \
|
2016-09-19 05:09:03 +00:00
|
|
|
|
|
|
|
FATE_SAMPLES_AVCONV += $(FATE_MOV)
|
2016-12-08 18:04:30 +00:00
|
|
|
FATE_SAMPLES_FFPROBE += $(FATE_MOV_FFPROBE)
|
2016-09-19 05:09:03 +00:00
|
|
|
|
2016-12-08 18:04:30 +00:00
|
|
|
fate-mov: $(FATE_MOV) $(FATE_MOV_FFPROBE)
|
2016-09-19 05:09:03 +00:00
|
|
|
|
|
|
|
# Make sure we handle edit lists correctly in normal cases.
|
|
|
|
fate-mov-1elist-noctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist-noctts.mov
|
|
|
|
fate-mov-1elist-1ctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist-1ctts.mov
|
|
|
|
fate-mov-3elist: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-3elist.mov
|
|
|
|
fate-mov-3elist-1ctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-3elist-1ctts.mov
|
|
|
|
|
2017-01-30 10:44:24 +00:00
|
|
|
# Edit list with encryption
|
|
|
|
fate-mov-3elist-encrypted: CMD = framemd5 -decryption_key 12345678901234567890123456789012 -i $(TARGET_SAMPLES)/mov/mov-3elist-encrypted.mov
|
|
|
|
|
2016-09-19 05:09:03 +00:00
|
|
|
# Makes sure that the CTTS is also modified when we fix avindex in mov.c while parsing edit lists.
|
|
|
|
fate-mov-elist-starts-ctts-2ndsample: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-elist-starts-ctts-2ndsample.mov
|
|
|
|
|
|
|
|
# Makes sure that we handle edit lists ending on a B-frame correctly.
|
|
|
|
# The last frame in decoding order which is B-frame should be output, but the last but-one P-frame shouldn't be
|
|
|
|
# output.
|
|
|
|
fate-mov-1elist-ends-last-bframe: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist-ends-last-bframe.mov
|
|
|
|
|
|
|
|
# Makes sure that we handle timestamps of packets in case of multiple edit lists with one of them ending on a B-frame correctly.
|
|
|
|
fate-mov-2elist-elist1-ends-bframe: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-2elist-elist1-ends-bframe.mov
|
2016-10-24 05:37:50 +00:00
|
|
|
|
|
|
|
fate-mov-aac-2048-priming: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compact $(TARGET_SAMPLES)/mov/aac-2048-priming.mov
|
2016-11-05 00:36:53 +00:00
|
|
|
|
2016-11-05 14:25:44 +00:00
|
|
|
fate-mov-zombie: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_streams -show_packets -show_frames -bitexact -print_format compact $(TARGET_SAMPLES)/mov/white_zombie_scrunch-part.mov
|
2016-11-09 18:51:13 +00:00
|
|
|
|
2016-11-30 23:38:51 +00:00
|
|
|
fate-mov-init-nonkeyframe: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compact -select_streams v $(TARGET_SAMPLES)/mov/mp4-init-nonkeyframe.mp4
|
2016-11-18 19:34:43 +00:00
|
|
|
|
|
|
|
fate-mov-displaymatrix: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream_side_data_list -select_streams v -v 0 $(TARGET_SAMPLES)/mov/displaymatrix.mov
|
2016-11-30 23:32:57 +00:00
|
|
|
|
|
|
|
fate-mov-spherical-mono: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream_side_data_list -select_streams v -v 0 $(TARGET_SAMPLES)/mov/spherical.mov
|