Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swr: simplify code by using av_get_bytes_per_sample() | Michael Niedermayer | 2012-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | swr: use assert in swri_sum2 to check that only supported formats are used. | Michael Niedermayer | 2012-04-10 | 1 | -0/+1 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | swr: add dither support. | Michael Niedermayer | 2012-04-10 | 1 | -9/+10 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | swr: update copyright year for rematrix | Michael Niedermayer | 2012-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | swr: special case for empty channels in rematrix. | Nicolas George | 2012-03-07 | 1 | -0/+3 |
| | | | | Speed += 10% overall for pan=stereo:FL=FL+FR from wav to null. | ||||
* | libswr: allow to set custom matrices. | Nicolas George | 2012-02-20 | 1 | -9/+42 |
| | |||||
* | swr: use "swri_" prefix instead of "swr_" for the private API. | Clément Bœsch | 2011-11-17 | 1 | -2/+2 |
| | |||||
* | rematrix: add parameter to tune volume | Michael Niedermayer | 2011-10-26 | 1 | -0/+12 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | rematrix: change type of integers from 16 to 32bit to allow increasing ↵ | Michael Niedermayer | 2011-10-26 | 1 | -5/+5 |
| | | | | | | volume with it. Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | rematrix: add type for coefficients | Michael Niedermayer | 2011-10-26 | 1 | -0/+3 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | rematrix: Fix several passing argument from incompatible pointer type warnings. | Michael Niedermayer | 2011-10-21 | 1 | -4/+4 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | swresample: fix broken indent. | Clément Bœsch | 2011-10-10 | 1 | -7/+7 |
| | |||||
* | swresample/rematrix: show matrix with debug log level | Michael Niedermayer | 2011-10-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | libswr/rematrix: remove unused variable. | Nicolas George | 2011-09-28 | 1 | -1/+1 |
| | | | | | Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | libswr/rematrix: add braces to silence a warning. | Nicolas George | 2011-09-28 | 1 | -1/+1 |
| | | | | | Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | rematrix: dont use floats for int16 code. | Michael Niedermayer | 2011-09-19 | 1 | -5/+14 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | rematrix: use double during init. | Michael Niedermayer | 2011-09-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | swr: replace sqrt(0.5) by M_SQRT1_2 | Michael Niedermayer | 2011-09-19 | 1 | -23/+23 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | Add libswresample. | Michael Niedermayer | 2011-09-19 | 1 | -0/+271 |
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 <[email protected]> |