summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAge
* ffmpeg: add -map_channel option.Clément Bœsch2011-11-04
* swr: document how flushing works and bump minor version.Michael Niedermayer2011-11-04
* swr-test: test flushingMichael Niedermayer2011-11-04
* swr: Support flushing last samples out.Michael Niedermayer2011-11-04
* resample2: fix potential overflowMichael Niedermayer2011-10-27
* resample: Fix overflowMichael Niedermayer2011-10-27
* rematrix: add parameter to tune volumeMichael Niedermayer2011-10-26
* rematrix: change type of integers from 16 to 32bit to allow increasing volume...Michael Niedermayer2011-10-26
* rematrix: add type for coefficientsMichael Niedermayer2011-10-26
* swr: Fix swresample.c:293:5: warning: passing argument 2 of ‘fill_audiodata...Michael Niedermayer2011-10-21
* swr: remove unused variable.Michael Niedermayer2011-10-21
* swr: Fix assignment discards qualifiers from pointer target type warning.Michael Niedermayer2011-10-21
* resample2: Fix passing argument from incompatible pointer type warnings.Michael Niedermayer2011-10-21
* swr: Mark src as const in swr_resample()Michael Niedermayer2011-10-21
* rematrix: Fix several passing argument from incompatible pointer type warnings.Michael Niedermayer2011-10-21
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-17
* Do not warn about wrong channel layout if no channel layout is defined.Carl Eugen Hoyos2011-10-16
* swresample: fix another broken indent chunk.Clément Bœsch2011-10-10
* swresample: fix broken indent.Clément Bœsch2011-10-10
* swresample/rematrix: show matrix with debug log levelMichael Niedermayer2011-10-07
* swresample: use av_get_default_channel_layout instead of guess_layoutMarton Balint2011-10-07
* swresample: Try to handle cases with input channel count and layout mismatching.Michael Niedermayer2011-10-06
* libswresample: support directly converting sampleformats and packed/planar in...Michael Niedermayer2011-10-06
* swresample: check for invalid sample formats.Michael Niedermayer2011-10-01
* swr_test: test planar audioMichael Niedermayer2011-10-01
* swr: minor fixes to get planar audio workingMichael Niedermayer2011-10-01
* swr_test: dont test samples that have not been writtenMichael Niedermayer2011-09-29
* swresample: remove unused variable.Nicolas George2011-09-28
* libswr/rematrix: remove unused variable.Nicolas George2011-09-28
* libswr/rematrix: add braces to silence a warning.Nicolas George2011-09-28
* rematrix: dont use floats for int16 code.Michael Niedermayer2011-09-19
* rematrix: use double during init.Michael Niedermayer2011-09-19
* swr: replace sqrt(0.5) by M_SQRT1_2Michael Niedermayer2011-09-19
* swr: fix shared lib buildMichael Niedermayer2011-09-19
* Add libswresample.Michael Niedermayer2011-09-19