summaryrefslogtreecommitdiff
path: root/libavfilter/buffersink.c
Commit message (Expand)AuthorAge
* lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-28
* lavfi: name anonymous structsVittorio Giovara2014-04-19
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* buffersink: K&R formatting cosmeticsDiego Biurrun2013-07-27
* lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes2013-07-26
* lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2013-05-04
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* buffersink: remove stray semicolon after function definitionMans Rullgard2012-10-27
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-17
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-22
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
* lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-06-22
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: add an audio buffer sink.Anton Khirnov2012-05-14
* lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov2012-05-09