summaryrefslogtreecommitdiff
path: root/libavfilter/af_channelmap.c
Commit message (Expand)AuthorAge
* af_channelmap: properly set the supported output channel layoutsAnton Khirnov2015-07-23
* af_channelmap: Set the frame channel layoutLuca Barbato2014-08-02
* af_channelmap: fix ONE_STR mapping modeAnton Khirnov2014-03-16
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* af_channelmap: ensure the output channel layout is valid.Anton Khirnov2013-04-30
* af_channelmap: remove now unnecessary gotoAnton Khirnov2013-04-30
* af_channelmap: cosmetics, use an extra local variable to shorten the codeAnton Khirnov2013-04-17
* af_channelmap: sanity check input channel indices in all cases.Anton Khirnov2013-04-17
* af_channelmap: fix uninitialized variable use introduced in ba8efac977f4276f0...Anton Khirnov2013-04-09
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* af_channelmap: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* af_channelmap: remove stray enum declarationMans Rullgard2012-10-27
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* af_channelmap: free old extended_data on reallocationJanne Grunau2012-10-09
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* 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: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse2012-06-22