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
2018-06-24lavfi/framesync: Add namespace prefix to framesync_get_classMark Thompson
2018-01-03lavfi/framesync: document frame ownership for dualinput.Nicolas George
2017-09-12lavfi: rename framesync2 to framesync.Nicolas George
2017-09-12lavfi: remove framesync.Nicolas George
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.