| Commit message (Expand) | Author | Age | Files | Lines |
* | af_join: Set the output frame format | Luca Barbato | 2014-08-02 | 1 | -0/+1 |
* | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | avfilter: Add av_cold attributes to init/uninit functions | Diego Biurrun | 2013-05-04 | 1 | -2/+2 |
* | lavfi: mark filters with dynamic number of inputs or outputs with special flags | Anton Khirnov | 2013-04-11 | 1 | -0/+2 |
* | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | af_join: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -8/+11 |
* | af_join: do not leak input frames. | Anton Khirnov | 2013-03-16 | 1 | -1/+2 |
* | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -70/+81 |
* | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -3/+3 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -5/+11 |
* | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | lavfi: use avfilter_unref_bufferp() where appropriate. | Anton Khirnov | 2012-07-22 | 1 | -2/+2 |
* | lavfi: add error handling to filter_samples(). | Anton Khirnov | 2012-07-09 | 1 | -3/+5 |
* | af_join: initialize a variable to shut up gcc warning. | Anton Khirnov | 2012-06-26 | 1 | -1/+2 |
* | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: add join audio filter. | Anton Khirnov | 2012-06-22 | 1 | -0/+500 |