| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: Drop deprecated way of passing options for a few filters | Vittorio Giovara | 2017-03-23 | 1 | -7/+0 |
* | af_channelmap: properly set the supported output channel layouts | Anton Khirnov | 2015-07-23 | 1 | -4/+4 |
* | af_channelmap: Set the frame channel layout | Luca Barbato | 2014-08-02 | 1 | -0/+2 |
* | af_channelmap: fix ONE_STR mapping mode | Anton Khirnov | 2014-03-16 | 1 | -1/+1 |
* | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | af_channelmap: ensure the output channel layout is valid. | Anton Khirnov | 2013-04-30 | 1 | -0/+6 |
* | af_channelmap: remove now unnecessary goto | Anton Khirnov | 2013-04-30 | 1 | -24/+11 |
* | af_channelmap: cosmetics, use an extra local variable to shorten the code | Anton Khirnov | 2013-04-17 | 1 | -7/+8 |
* | af_channelmap: sanity check input channel indices in all cases. | Anton Khirnov | 2013-04-17 | 1 | -6/+15 |
* | af_channelmap: fix uninitialized variable use introduced in ba8efac977f4276f0... | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | af_channelmap: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -23/+18 |
* | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -2/+2 |
* | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -4/+4 |
* | 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 |
* | af_channelmap: remove stray enum declaration | Mans Rullgard | 2012-10-27 | 1 | -1/+0 |
* | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -8/+20 |
* | af_channelmap: free old extended_data on reallocation | Janne Grunau | 2012-10-09 | 1 | -1/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -8/+8 |
* | lavfi: add error handling to filter_samples(). | Anton Khirnov | 2012-07-09 | 1 | -4/+6 |
* | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -2/+1 |
* | lavfi: Add the af_channelmap audio channel mapping filter. | Alex Converse | 2012-06-22 | 1 | -0/+402 |