summaryrefslogtreecommitdiffstats
path: root/libavfilter/buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* 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ö <martin@martin.st>
* lavfi: add avfilter_unref_bufferp()Robert Nagy2012-07-201-0/+6
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavfi: move buffer management function to a separate file.Anton Khirnov2012-05-151-0/+168
OpenPOWER on IntegriCloud