summaryrefslogtreecommitdiff
path: root/libavfilter/framesync.c
Commit message (Collapse)AuthorAge
* lavf/framesync: detect EOF immediately.Nicolas George2016-12-24
| | | | Fix an infinite loop in forward_status_change().
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
| | | | It has no longer any effect.
* avfilter/framesync: allocate FFFrameSyncIn internallyPaul B Mahol2015-08-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: add an API to synchronize multiple video inputs.Nicolas George2013-09-23
Compared to dualinput, this API can handle more than two inputs and can generate frames synchronized to any or all input streams.