summaryrefslogtreecommitdiffstats
path: root/libavfilter/video.h
Commit message (Collapse)AuthorAgeFilesLines
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-6/+3
| | | | | Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it and use AVFrame instead.
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-47/+0
| | | | | Any alleged performance benefits gained from the split are purely mythological and do not justify added code complexity.
* factor identical ff_inplace_start_frame out of two filtersLoren Merritt2012-07-281-0/+1
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-2/+4
|
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-2/+4
|
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-2/+5
|
* lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-131-0/+14
| | | | | They are only useful inside filters and we don't allow user filters for now.
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-0/+35
| | | | | They are only useful inside filters and we don't allow user filters for now.
* avfilter: include required header file avfilter.h in video.hJanne Grunau2012-05-291-0/+2
|
* lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-221-0/+6
| | | | | Those functions are only useful inside filters. It is better to not support user filters until the API is more stable.
* lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-221-0/+24
Those functions are only useful inside filters. It is better to not support user filters until the API is more stable.
OpenPOWER on IntegriCloud