33 Commits (813b20a39f27522a9d6f2068d36b9ae40ce458a5)

Author SHA1 Message Date
Michael Niedermayer 813b20a39f swr-test: test flushing 13 years ago
Michael Niedermayer 71f5712cb5 swr: Support flushing last samples out. 13 years ago
Michael Niedermayer 1b9ca38d9d resample2: fix potential overflow 13 years ago
Michael Niedermayer a67cb012e6 resample: Fix overflow 13 years ago
Michael Niedermayer 2f86566a31 rematrix: add parameter to tune volume 13 years ago
Michael Niedermayer b1470d7a60 rematrix: change type of integers from 16 to 32bit to allow increasing volume with it. 13 years ago
Michael Niedermayer 1e40b2c22b rematrix: add type for coefficients 13 years ago
Michael Niedermayer 44a2bb75a7 swr: Fix swresample.c:293:5: warning: passing argument 2 of ‘fill_audiodata’ from incompatible pointer type 13 years ago
Michael Niedermayer 36e5e51ae3 swr: remove unused variable. 13 years ago
Michael Niedermayer a911177276 swr: Fix assignment discards qualifiers from pointer target type warning. 13 years ago
Michael Niedermayer 03e56a2ad9 resample2: Fix passing argument from incompatible pointer type warnings. 13 years ago
Michael Niedermayer e6459720b5 swr: Mark src as const in swr_resample() 13 years ago
Michael Niedermayer 76dbb0905a rematrix: Fix several passing argument from incompatible pointer type warnings. 13 years ago
Clément Bœsch 539399d4d1 AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. 13 years ago
Carl Eugen Hoyos 7f16ec61e1 Do not warn about wrong channel layout if no channel layout is defined. 13 years ago
Clément Bœsch ade3ec8457 swresample: fix another broken indent chunk. 13 years ago
Clément Bœsch 9719f25e7b swresample: fix broken indent. 13 years ago
Michael Niedermayer 355cc1a052 swresample/rematrix: show matrix with debug log level 13 years ago
Marton Balint 177ed7e818 swresample: use av_get_default_channel_layout instead of guess_layout 13 years ago
Michael Niedermayer 67b2df792f swresample: Try to handle cases with input channel count and layout mismatching. 13 years ago
Michael Niedermayer 503e5e9db5 libswresample: support directly converting sampleformats and packed/planar in a single pass. 13 years ago
Michael Niedermayer 834b3760a7 swresample: check for invalid sample formats. 13 years ago
Michael Niedermayer 17d51938d2 swr_test: test planar audio 13 years ago
Michael Niedermayer a75b254c74 swr: minor fixes to get planar audio working 13 years ago
Michael Niedermayer da343ff432 swr_test: dont test samples that have not been written 13 years ago
Nicolas George b592f9bb65 swresample: remove unused variable. 13 years ago
Nicolas George a34869ed7d libswr/rematrix: remove unused variable. 13 years ago
Nicolas George 80287854c2 libswr/rematrix: add braces to silence a warning. 13 years ago
Michael Niedermayer 8593b743a8 rematrix: dont use floats for int16 code. 13 years ago
Michael Niedermayer c3c1af6dc6 rematrix: use double during init. 13 years ago
Michael Niedermayer 1133676f4a swr: replace sqrt(0.5) by M_SQRT1_2 13 years ago
Michael Niedermayer 9dd3da1061 swr: fix shared lib build 13 years ago
Michael Niedermayer b5875b9111 Add libswresample. 13 years ago