summaryrefslogtreecommitdiff
path: root/libavfilter/buffersink.h
Commit message (Collapse)AuthorAge
* lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-28
| | | | Deprecated in 11/2012.
* lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy groupAnton Khirnov2014-02-14
|
* buffersink: document special error codes returned from av_buffersink_get_frameAnton Khirnov2014-02-14
|
* 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.