aboutsummaryrefslogtreecommitdiffstats
path: root/libswresample/audioconvert.h
Commit message (Collapse)AuthorAgeFilesLines
* ffmpeg: add -map_channel option.Clément Bœsch2011-11-041-1/+4
| | | | Based on an initial work by Baptiste Coudurier.
* Add libswresample.Michael Niedermayer2011-09-191-0/+65
Similar to libswscale this does resampling and format convertion, just for audio instead of video. changing sampling rate, sample formats, channel layouts and sample packing all in one with a very simple public interface. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>