aboutsummaryrefslogtreecommitdiffstats
path: root/libswresample/swresample.c
Commit message (Collapse)AuthorAgeFilesLines
...
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-171-15/+15
|
* Do not warn about wrong channel layout if no channel layout is defined.Carl Eugen Hoyos2011-10-161-1/+1
|
* swresample: use av_get_default_channel_layout instead of guess_layoutMarton Balint2011-10-071-14/+3
| | | | | 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-061-0/+5
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libswresample: support directly converting sampleformats and packed/planar ↵Michael Niedermayer2011-10-061-0/+14
| | | | | | | | 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-011-1/+9
| | | | | Bug-Found-by: Justin Ruggles Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: minor fixes to get planar audio workingMichael Niedermayer2011-10-011-10/+22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swresample: remove unused variable.Nicolas George2011-09-281-1/+0
| | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add libswresample.Michael Niedermayer2011-09-191-0/+432
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>