1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
FFmpeg/tests/ref
Steven Liu 863ebe6f83 avformat/flvenc: add add_keyframe_index option
Add keyframe index metadata
Used to facilitate seeking; particularly for HTTP pseudo streaming.
 1. read live streaming or file by sequence
 2. if use add_keyframe_index option, add a mark flag at the position,
    use to insert new context at the last step.
 3. add the keyframes *offset* and *timestamp* into a list
 4. if use add_keyframe_index option, shift the metadata data from
    mark flag offset
 5. insert the keyframes *offset* and *timestamp* from the list by
    sequence
 6. free the list
 7. end.

Add FATE test case;

Reviewed-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Steven Liu <liuqi@gosun.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-11-10 10:30:48 +08:00
..
acodec avformat: add a TTA Muxer 2016-08-04 16:25:40 -03:00
fate avformat/flvenc: add add_keyframe_index option 2016-11-10 10:30:48 +08:00
lavf fate: add streamcopy test for apng 2016-11-01 18:49:28 +01:00
lavf-fate lavf/mov: Add support for edit list parsing. 2016-09-19 19:52:05 +02:00
seek lavf/flvdec: init AVPacket::pos to FLVTAG offset 2016-10-26 02:12:18 +02:00
vsynth tests/fate/vcodec: add dnxhr mov tests 2016-08-22 12:59:54 +02:00
vsynth1
vsynth_lena