summaryrefslogtreecommitdiff
path: root/libswresample/audioconvert.c
Commit message (Collapse)AuthorAge
* indeo4, swresample: add some missing static/const to tables.Reimar Döffinger2012-01-08
| | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* swr: handle correctly muted channel with u8 sample fmt.Clément Bœsch2011-11-29
|
* swr: make audio convert code explicitely private.Clément Bœsch2011-11-17
| | | | Only what's declared in libswresample/swresample.h is public.
* swr: move format convert code to dedicated functions.Clément Bœsch2011-11-16
| | | | This should easier common case optimizations.
* 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>