summaryrefslogtreecommitdiff
path: root/libavfilter/buffersrc.h
Commit message (Collapse)AuthorAge
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
|
* lavfi: pass the hw frames context through the filter chainAnton Khirnov2016-02-14
|
* 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
|
* buffersrc: Have function parameter names match between .c and .h fileDiego Biurrun2014-02-12
| | | | This fixes two related Doxygen warnings. Also document one parameter.
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
| | | | | 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-17
|
* buffersrc: add av_buffersrc_write_frame().Anton Khirnov2012-05-14
| | | | | | | 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-14
|
* lavfi: add a new function av_buffersrc_buffer().Anton Khirnov2011-12-25
It can be used to directly pass a AVFilterBufferRef to lavfi, avoiding a memcpy.