summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_channelmap.c
Commit message (Expand)AuthorAgeFilesLines
* af_channelmap: properly set the supported output channel layoutsAnton Khirnov2015-07-231-4/+4
* af_channelmap: Set the frame channel layoutLuca Barbato2014-08-021-0/+2
* af_channelmap: fix ONE_STR mapping modeAnton Khirnov2014-03-161-1/+1
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* af_channelmap: ensure the output channel layout is valid.Anton Khirnov2013-04-301-0/+6
* af_channelmap: remove now unnecessary gotoAnton Khirnov2013-04-301-24/+11
* af_channelmap: cosmetics, use an extra local variable to shorten the codeAnton Khirnov2013-04-171-7/+8
* af_channelmap: sanity check input channel indices in all cases.Anton Khirnov2013-04-171-6/+15
* af_channelmap: fix uninitialized variable use introduced in ba8efac977f4276f0...Anton Khirnov2013-04-091-1/+1
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* af_channelmap: switch to an AVOptions-based system.Anton Khirnov2013-04-091-23/+18
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-2/+2
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-4/+4
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-3/+3
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* af_channelmap: remove stray enum declarationMans Rullgard2012-10-271-1/+0
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-8/+20
* af_channelmap: free old extended_data on reallocationJanne Grunau2012-10-091-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-8/+8
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-091-4/+6
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-2/+1
* lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse2012-06-221-0/+402
OpenPOWER on IntegriCloud