aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/af_channelmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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