Lines Matching refs:frame
62 # Makes sure that we handle edit lists ending on a B-frame correctly.
63 # The last frame in decoding order which is B-frame should be output, but the last but-one P-frame shouldn't be
67 # Makes sure that we handle timestamps of packets in case of multiple edit lists with one of them ending on a B-frame correctly.
70 # Makes sure that if edit list ends on a B-frame but before the I-frame, then we output the B-frame but discard the I-frame.
79 # Makes sure that 1st key-frame is picked when,
80 # i) One B-frame between 2 key-frames
81 # ii) Edit list starts on B-frame.
90 # For example, when video starts on a B-frame, and edit list starts on that B-frame too.
104 # Makes sure that no frame is dropped/duplicated with fps filter due to start_time / duration miscalculations.