| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -2/+2 |
* | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+3 |
* | buffersink: K&R formatting cosmetics | Diego Biurrun | 2013-07-27 | 1 | -21/+19 |
* | lavfi: add attribute_align_arg to all public entry points | Hendrik Leppkes | 2013-07-26 | 1 | -4/+4 |
* | lavfi: let gcc realign the stack on public graph driving functions | Hendrik Leppkes | 2013-05-04 | 1 | -3/+6 |
* | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -31/+97 |
* | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -4/+3 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | buffersink: remove stray semicolon after function definition | Mans Rullgard | 2012-10-27 | 1 | -1/+1 |
* | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -12/+24 |
* | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 1 | -2/+2 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -7/+3 |
* | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -14/+14 |
* | lavfi: add error handling to filter_samples(). | Anton Khirnov | 2012-07-09 | 1 | -1/+7 |
* | lavfi: support automatically inserting the fifo filter when needed. | Anton Khirnov | 2012-06-22 | 1 | -61/+20 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -2/+3 |
* | lavfi: add an audio buffer sink. | Anton Khirnov | 2012-05-14 | 1 | -4/+98 |
* | lavfi: add video buffer sink, and use it in avtools | Anton Khirnov | 2012-05-09 | 1 | -0/+114 |