Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-06avfilter/framesync: fix shortest with eof_action=passGyan Doshi
Shifted check of shortest to after repeatlast, to ensure shortest=1 is always honoured.
2018-06-24lavfi/framesync: Add namespace prefix to framesync_get_classMark Thompson
2018-01-03lavfi/framesync: remove an invalid free.Nicolas George
2017-09-12lavfi/framesync: remove dead code.Nicolas George
Fix CID 1416960.
2017-09-12lavfi/framesync: reword repeatlast option help.Nicolas George
2017-09-12lavfi: rename framesync2 to framesync.Nicolas George
2017-09-12lavfi: remove framesync.Nicolas George
2016-12-24lavf/framesync: detect EOF immediately.Nicolas George
Fix an infinite loop in forward_status_change().
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
It has no longer any effect.
2015-08-26avfilter/framesync: allocate FFFrameSyncIn internallyPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-23lavfi: add an API to synchronize multiple video inputs.Nicolas George
Compared to dualinput, this API can handle more than two inputs and can generate frames synchronized to any or all input streams.