Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ffmpeg: add -map_channel option. | Clément Bœsch | 2011-11-04 | 1 | -1/+4 |
| | | | | Based on an initial work by Baptiste Coudurier. | ||||
* | Add libswresample. | Michael Niedermayer | 2011-09-19 | 1 | -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> |