summaryrefslogtreecommitdiff
path: root/libavfilter/af_channelsplit.c
Commit message (Collapse)AuthorAge
* 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: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
| | | | This is more consistent with naming in the rest of Libav.
* lavfi: add channelsplit audio filter.Anton Khirnov2012-06-12