summaryrefslogtreecommitdiff
path: root/libavfilter/buffersink.h
Commit message (Collapse)AuthorAge
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
| | | | | Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it and use AVFrame instead.
* doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-09
|
* lavfi: add an audio buffer sink.Anton Khirnov2012-05-14
|
* lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov2012-05-09
Also add the public interface libavfilter/buffersink.h. Based on a commit by Stefano Sabatini.