]> git.sesse.net Git - ffmpeg/blob - tests/fate/mov.mak
Merge commit '1e93c1e30ff0e8bf6094a426ca60f005e9cdaed3'
[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
9 FATE_SAMPLES_AVCONV += $(FATE_MOV)
10
11 fate-mov: $(FATE_MOV)
12
13 # Make sure we handle edit lists correctly in normal cases.
14 fate-mov-1elist-noctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist-noctts.mov
15 fate-mov-1elist-1ctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist-1ctts.mov
16 fate-mov-3elist: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-3elist.mov
17 fate-mov-3elist-1ctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-3elist-1ctts.mov
18
19 # Makes sure that the CTTS is also modified when we fix avindex in mov.c while parsing edit lists.
20 fate-mov-elist-starts-ctts-2ndsample: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-elist-starts-ctts-2ndsample.mov
21
22 # Makes sure that we handle edit lists ending on a B-frame correctly.
23 # The last frame in decoding order which is B-frame should be output, but the last but-one P-frame shouldn't be
24 # output.
25 fate-mov-1elist-ends-last-bframe: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist-ends-last-bframe.mov
26
27 # Makes sure that we handle timestamps of packets in case of multiple edit lists with one of them ending on a B-frame correctly.
28 fate-mov-2elist-elist1-ends-bframe: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-2elist-elist1-ends-bframe.mov