summaryrefslogtreecommitdiff
path: root/libavfilter/af_channelmap.c
Commit message (Collapse)AuthorAge
* 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
| | | | | | It is not used in any filters currently and is inherently evil. If passing binary data to filters is required in the future, it should be done with some AVOptions-based system.
* lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse2012-06-22
Inspired by MPlayer's af_channels filter and SoX's remix effect.