summaryrefslogtreecommitdiff
path: root/libswresample/audioconvert.h
Commit message (Collapse)AuthorAge
* all: Make header guard names consistentTimothy Gu2016-01-31
|
* audioconvert: support simd code with specific alignment requirements.Michael Niedermayer2012-12-14
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
| | | | | | Also remove it in once case when it is not needed. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* swr: add int16_to_int32_mmx/sseMichael Niedermayer2012-04-28
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: move AudioConvert to headerMichael Niedermayer2012-04-28
| | | | | | the next commits will need it Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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>