summaryrefslogtreecommitdiff
path: root/libavfilter/buffersink.c
Commit message (Collapse)AuthorAge
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
| | | | | They are only useful inside filters and we don't allow user filters for now.
* 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.