summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Collapse)AuthorAge
* swresample/rematrix: show matrix with debug log levelMichael Niedermayer2011-10-07
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swresample: use av_get_default_channel_layout instead of guess_layoutMarton Balint2011-10-07
| | | | | Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swresample: Try to handle cases with input channel count and layout mismatching.Michael Niedermayer2011-10-06
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libswresample: support directly converting sampleformats and packed/planar ↵Michael Niedermayer2011-10-06
| | | | | | | | in a single pass. Previously a intermediate planar format was used when both input and output where packed. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swresample: check for invalid sample formats.Michael Niedermayer2011-10-01
| | | | | Bug-Found-by: Justin Ruggles Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr_test: test planar audioMichael Niedermayer2011-10-01
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: minor fixes to get planar audio workingMichael Niedermayer2011-10-01
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr_test: dont test samples that have not been writtenMichael Niedermayer2011-09-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swresample: remove unused variable.Nicolas George2011-09-28
| | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libswr/rematrix: remove unused variable.Nicolas George2011-09-28
| | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libswr/rematrix: add braces to silence a warning.Nicolas George2011-09-28
| | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org> 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>
* 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>