summaryrefslogtreecommitdiff
path: root/libavfilter/vf_showinfo.c
Commit message (Collapse)AuthorAge
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
| | | | It will allow adding new fields to it without ABI breaks.
* 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: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-22
| | | | | Those functions are only useful inside filters. It is better to not support user filters until the API is more stable.
* lavfi: add showinfo filterStefano Sabatini2011-09-12
Signed-off-by: Anton Khirnov <anton@khirnov.net>