summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)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: fix another broken indent chunk.Clément Bœsch2011-10-101-19/+18
* swresample: fix broken indent.Clément Bœsch2011-10-102-44/+44
* swresample/rematrix: show matrix with debug log levelMichael Niedermayer2011-10-071-2/+2
* swresample: use av_get_default_channel_layout instead of guess_layoutMarton Balint2011-10-071-14/+3
* swresample: Try to handle cases with input channel count and layout mismatching.Michael Niedermayer2011-10-061-0/+5
* libswresample: support directly converting sampleformats and packed/planar in...Michael Niedermayer2011-10-062-0/+15
* swresample: check for invalid sample formats.Michael Niedermayer2011-10-011-1/+9
* swr_test: test planar audioMichael Niedermayer2011-10-011-12/+49
* swr: minor fixes to get planar audio workingMichael Niedermayer2011-10-011-10/+22
* swr_test: dont test samples that have not been writtenMichael Niedermayer2011-09-291-2/+2
* swresample: remove unused variable.Nicolas George2011-09-281-1/+0
* libswr/rematrix: remove unused variable.Nicolas George2011-09-281-1/+1
* libswr/rematrix: add braces to silence a warning.Nicolas George2011-09-281-1/+1
* rematrix: dont use floats for int16 code.Michael Niedermayer2011-09-193-10/+20
* rematrix: use double during init.Michael Niedermayer2011-09-191-2/+2
* swr: replace sqrt(0.5) by M_SQRT1_2Michael Niedermayer2011-09-191-23/+23
* swr: fix shared lib buildMichael Niedermayer2011-09-192-1/+5
* Add libswresample.Michael Niedermayer2011-09-1910-0/+1588