summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_channelsplit.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-041-1/+2
* lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov2013-04-111-0/+2
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* af_channelsplit: switch to an AVOptions-based system.Anton Khirnov2013-04-091-7/+1
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-5/+5
* 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
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-4/+10
* lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-171-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-091-5/+10
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-131-2/+2
* lavfi: add channelsplit audio filter.Anton Khirnov2012-06-121-0/+146
OpenPOWER on IntegriCloud