]> git.sesse.net Git - ffmpeg/commit
lavfi: add realtime filter.
authorNicolas George <george@nsup.org>
Sun, 25 Oct 2015 16:31:58 +0000 (17:31 +0100)
committerNicolas George <george@nsup.org>
Sat, 7 Nov 2015 15:04:07 +0000 (16:04 +0100)
commit7037f9430b6223ec74080ecb2e58b25426f5f47d
treea20e25e9766c986085e4b11ef2aba2f6ec619077
parent432e27e6e7b653c2aafc05cd5f1bb74dc758a081
lavfi: add realtime filter.

Similar to the -re option in ffmpeg that only works for input files.
Can be used at any place in the filter graph.
Changelog
doc/filters.texi
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/f_realtime.c [new file with mode: 0644]