summaryrefslogtreecommitdiff
path: root/libswresample/audioconvert.h
Commit message (Collapse)AuthorAge
* swr: make audio convert code explicitely private.Clément Bœsch2011-11-17
| | | | Only what's declared in libswresample/swresample.h is public.
* swr: fix #endif comment ref.Clément Bœsch2011-11-17
|
* ffmpeg: add -map_channel option.Clément Bœsch2011-11-04
| | | | Based on an initial work by Baptiste Coudurier.
* Add libswresample.Michael Niedermayer2011-09-19
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>