summaryrefslogtreecommitdiff
path: root/libswresample/rematrix_template.c
Commit message (Collapse)AuthorAge
* swr: add and use function pointers for rematrixMichael Niedermayer2012-05-01
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* rematrix: add type for coefficientsMichael Niedermayer2011-10-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* rematrix: dont use floats for int16 code.Michael 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>