summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Collapse)AuthorAge
* rematrix: dont use floats for int16 code.Michael Niedermayer2011-09-19
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* rematrix: use double during init.Michael Niedermayer2011-09-19
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: replace sqrt(0.5) by M_SQRT1_2Michael Niedermayer2011-09-19
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: fix shared lib buildMichael Niedermayer2011-09-19
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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>