summaryrefslogtreecommitdiffstats
path: root/libavfilter/buffersrc.h
Commit message (Collapse)AuthorAgeFilesLines
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-3/+26
| | | | | Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it and use AVFrame instead.
* buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()Anton Khirnov2012-09-171-1/+1
|
* buffersrc: add av_buffersrc_write_frame().Anton Khirnov2012-05-141-0/+11
| | | | | | | It's the same as av_vsrc_buffer_add_frame(), except it doesn't take pts or pixel_aspect parameters. Those are read from AVFrame. Deprecate av_vsrc_buffer_add_frame().
* vsrc_buffer: allow using a NULL buffer to signal EOF.Anton Khirnov2012-04-141-0/+1
|
* lavfi: add a new function av_buffersrc_buffer().Anton Khirnov2011-12-251-0/+38
It can be used to directly pass a AVFilterBufferRef to lavfi, avoiding a memcpy.
OpenPOWER on IntegriCloud