November 16, 2011
View c4deb90

swr: use "swri_" prefix instead of "swr_" for the private API.

Clément Bœsch authored on 2011/11/16 16:12:48
October 26, 2011
View 2f86566a

rematrix: add parameter to tune volume

Michael Niedermayer authored on 2011/10/26 07:44:35
View b1470d7

rematrix: change type of integers from 16 to 32bit to allow increasing volume with it.

Michael Niedermayer authored on 2011/10/26 07:41:26
View 1e40b2c

rematrix: add type for coefficients

Michael Niedermayer authored on 2011/10/26 07:40:29
October 21, 2011
View 76dbb09

rematrix: Fix several passing argument from incompatible pointer type warnings.

Michael Niedermayer authored on 2011/10/21 07:28:03
October 10, 2011
View 9719f25

swresample: fix broken indent.

Clément Bœsch authored on 2011/10/10 16:56:03
October 7, 2011
View 355cc1a

swresample/rematrix: show matrix with debug log level

Michael Niedermayer authored on 2011/10/07 20:51:40
September 25, 2011
View a34869e

libswr/rematrix: remove unused variable.

Nicolas George authored on 2011/09/25 20:35:03
View 8028785

libswr/rematrix: add braces to silence a warning.

Nicolas George authored on 2011/09/25 20:24:40
September 19, 2011
View 8593b74

rematrix: dont use floats for int16 code.

Michael Niedermayer authored on 2011/09/19 16:18:05
View c3c1af6

rematrix: use double during init. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2011/09/19 15:44:49
View 1133676

swr: replace sqrt(0.5) by M_SQRT1_2

Michael Niedermayer authored on 2011/09/19 15:44:24
View b5875b9

Add libswresample. 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.

Michael Niedermayer authored on 2011/09/19 13:13:30