]> git.sesse.net Git - ffmpeg/blob - tests/fate/mov.mak
Merge commit 'f172e22d6aed0bff36e975bafb0183b6779f9444'
[ffmpeg] / tests / fate / mov.mak
1 FATE_MOV = fate-mov-3elist \
2            fate-mov-3elist-1ctts \
3            fate-mov-1elist-1ctts \
4            fate-mov-1elist-noctts \
5            fate-mov-elist-starts-ctts-2ndsample \
6            fate-mov-1elist-ends-last-bframe \
7            fate-mov-2elist-elist1-ends-bframe \
8            fate-mov-zombie \
9            fate-mov-aac-2048-priming \
10            fate-mp4-init-nonkeyframe
11
12 FATE_SAMPLES_AVCONV += $(FATE_MOV)
13
14 fate-mov: $(FATE_MOV)
15
16 # Make sure we handle edit lists correctly in normal cases.
17 fate-mov-1elist-noctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist-noctts.mov
18 fate-mov-1elist-1ctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist-1ctts.mov
19 fate-mov-3elist: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-3elist.mov
20 fate-mov-3elist-1ctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-3elist-1ctts.mov
21
22 # Makes sure that the CTTS is also modified when we fix avindex in mov.c while parsing edit lists.
23 fate-mov-elist-starts-ctts-2ndsample: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-elist-starts-ctts-2ndsample.mov
24
25 # Makes sure that we handle edit lists ending on a B-frame correctly.
26 # The last frame in decoding order which is B-frame should be output, but the last but-one P-frame shouldn't be
27 # output.
28 fate-mov-1elist-ends-last-bframe: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist-ends-last-bframe.mov
29
30 # Makes sure that we handle timestamps of packets in case of multiple edit lists with one of them ending on a B-frame correctly.
31 fate-mov-2elist-elist1-ends-bframe: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-2elist-elist1-ends-bframe.mov
32
33 fate-mov-aac-2048-priming: ffprobe$(PROGSSUF)$(EXESUF)
34 fate-mov-aac-2048-priming: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compact $(TARGET_SAMPLES)/mov/aac-2048-priming.mov
35
36 fate-mov-zombie: ffprobe$(PROGSSUF)$(EXESUF)
37 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
38
39 fate-mp4-init-nonkeyframe: ffprobe$(PROGSSUF)$(EXESUF)
40 fate-mp4-init-nonkeyframe: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compact -select_streams v $(TARGET_SAMPLES)/mov/mp4-init-nonkeyframe.mp4