summaryrefslogtreecommitdiffstats
path: root/libavfilter/buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-281-181/+0
| | | | Deprecated in 11/2012.
* avfilter/buffer: Suppress deprecation warning for avfilter_unref_bufferDiego Biurrun2013-11-041-0/+3
| | | | The function is used in a block of code that is deprecated anyway.
* avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefsDiego Biurrun2013-07-311-0/+3
|
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
| | | | Also reorder some other #include when applicable.
* avfilter: correct memcpy size avfilter_copy_buf_props()Janne Grunau2012-10-091-1/+1
| | | | | Does not make a difference in this case since sizeof(uint8_t*) == sizeof(uint8_t**). Fixes CID703814.
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
| | | | Signed-off-by: Martin Storsjö <[email protected]>
* lavfi: add avfilter_unref_bufferp()Robert Nagy2012-07-201-0/+6
| | | | Signed-off-by: Anton Khirnov <[email protected]>
* lavfi: move buffer management function to a separate file.Anton Khirnov2012-05-151-0/+168