Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavfi: Drop deprecated AVFilterBuffer* code | Vittorio Giovara | 2015-08-28 | 1 | -181/+0 |
| | | | | Deprecated in 11/2012. | ||||
* | avfilter/buffer: Suppress deprecation warning for avfilter_unref_buffer | Diego Biurrun | 2013-11-04 | 1 | -0/+3 |
| | | | | The function is used in a block of code that is deprecated anyway. | ||||
* | avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefs | Diego Biurrun | 2013-07-31 | 1 | -0/+3 |
| | |||||
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
| | | | | Also reorder some other #include when applicable. | ||||
* | avfilter: correct memcpy size avfilter_copy_buf_props() | Janne Grunau | 2012-10-09 | 1 | -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.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Martin Storsjö <[email protected]> | ||||
* | lavfi: add avfilter_unref_bufferp() | Robert Nagy | 2012-07-20 | 1 | -0/+6 |
| | | | | Signed-off-by: Anton Khirnov <[email protected]> | ||||
* | lavfi: move buffer management function to a separate file. | Anton Khirnov | 2012-05-15 | 1 | -0/+168 |