| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/buffersink: use av_fifo_alloc_array | Lukasz Marek | 2014-05-20 | 1 | -1/+1 |
* | lavfi: use av_fifo_freep | Lukasz Marek | 2014-05-07 | 1 | -2/+1 |
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -1/+1 |
|\ |
|
| * | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -4/+4 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -2/+2 |
* | | avfilter/buffersink: try to fix AV_NOPTS_VALUE | Michael Niedermayer | 2013-10-09 | 1 | -2/+4 |
* | | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91' | Michael Niedermayer | 2013-08-03 | 1 | -0/+3 |
|\| |
|
| * | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+3 |
* | | Merge commit '966689442ed843019dc0722a49bfb0ac51755d19' | Michael Niedermayer | 2013-07-28 | 1 | -20/+18 |
|\| |
|
| * | 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: add attribute_align_arg to all public entry points | Hendrik Leppkes | 2013-07-26 | 1 | -8/+8 |
* | | Merge commit '20c86571ccc71412781d4a4813e4693e0c42aec6' | Michael Niedermayer | 2013-05-05 | 1 | -2/+4 |
|\| |
|
| * | lavfi: let gcc realign the stack on public graph driving functions | Hendrik Leppkes | 2013-05-04 | 1 | -3/+6 |
* | | lavfi/buffersink: fix possible leaks after allocation failures. | Nicolas George | 2013-04-21 | 1 | -5/+15 |
* | | lavfi/buffersink: factor checks for lists sizes. | Nicolas George | 2013-04-13 | 1 | -22/+12 |
* | | buffersink: remove shorthand | Michael Niedermayer | 2013-04-12 | 1 | -5/+0 |
* | | lavfi/buffersink: accept parameters as options. | Nicolas George | 2013-04-12 | 1 | -68/+119 |
* | | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -2/+2 |
* | | buffersink/uninit: use av_frame_free() not unref | Michael Niedermayer | 2013-03-23 | 1 | -1/+1 |
* | | lavfi/buffersink: check av_frame_ref() failure. | Nicolas George | 2013-03-20 | 1 | -1/+2 |
* | | lavfi: let gcc realign the stack on public graph driving functions | Hendrik Leppkes | 2013-03-16 | 1 | -4/+4 |
* | | lavfi/buffersink: schedule removing the "ff" variants. | Nicolas George | 2013-03-12 | 1 | -0/+2 |
* | | lavfi/buffersink: rename filter structures. | Nicolas George | 2013-03-12 | 1 | -6/+6 |
* | | lavfi/buffersink: move the filter structures at the end. | Nicolas George | 2013-03-11 | 1 | -46/+47 |
* | | lavfi/buffersink: implement av_buffersink_get_samples(). | Nicolas George | 2013-03-10 | 1 | -2/+70 |
* | | lavfi: rename sink_buffer.c into buffersink.c. | Nicolas George | 2013-03-10 | 1 | -0/+486 |
* | | lavfi: remove buffersink.c. | Nicolas George | 2013-03-10 | 1 | -270/+0 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -28/+108 |
|\| |
|
| * | 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 |
* | | buffersink: switch to filter_frame | Anton Khirnov | 2012-11-29 | 1 | -4/+3 |
* | | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -1/+1 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\| |
|
| * | 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 |
* | | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -12/+24 |
|\| |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -12/+24 |
* | | lavfi/sink_buffer: implement libav compatibility API. | Nicolas George | 2012-09-27 | 1 | -3/+3 |
* | | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' | Michael Niedermayer | 2012-09-18 | 1 | -2/+2 |
|\| |
|
| * | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 1 | -2/+2 |
* | | libavfilter: Support the forks ABI for buffer sinks | Michael Niedermayer | 2012-09-01 | 1 | -0/+8 |
* | | buffersink: remove stray ; | Michael Niedermayer | 2012-08-31 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -7/+3 |
|\| |
|
| * | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -7/+3 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -14/+14 |
|\| |
|
| * | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -14/+14 |