| Commit message (Expand) | Author | Age | Files | Lines |
* | swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX input | Michael Niedermayer | 2014-04-24 | 1 | -0/+5 |
* | lswr: fix assert failure on unknown layouts. | Nicolas George | 2013-11-03 | 1 | -2/+2 |
* | swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX output | Michael Niedermayer | 2013-08-20 | 1 | -3/+5 |
* | swr: clean layouts before checking sanity | Michael Niedermayer | 2013-08-20 | 1 | -1/+2 |
* | swresample: fix negative rematrix volumns | Michael Niedermayer | 2013-07-22 | 1 | -1/+1 |
* | swresample: Make rematrix maxvalue user settable | Michael Niedermayer | 2013-07-22 | 1 | -2/+11 |
* | swr: add native_simd_one | Michael Niedermayer | 2013-06-04 | 1 | -0/+1 |
* | swresample/rematrix: add S32 mixing code | Michael Niedermayer | 2013-06-04 | 1 | -0/+15 |
* | swr/rematrix: use av_calloc() | Michael Niedermayer | 2013-04-15 | 1 | -3/+3 |
* | swr/rematrix: move templating parameters to template itself. | Clément Bœsch | 2012-11-15 | 1 | -33/+8 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | swr/rematrix: fix C99 left shift overflow | Michael Niedermayer | 2012-10-14 | 1 | -1/+1 |
* | swr: add av_cold to init/free functions | Michael Niedermayer | 2012-09-09 | 1 | -3/+3 |
* | swr/auto_matrix: treat a single channel as mono instead of failing | Michael Niedermayer | 2012-09-08 | 1 | -0/+7 |
* | swr/auto_matrix: treat stereo downmix like stereo. | Michael Niedermayer | 2012-09-08 | 1 | -0/+2 |
* | swr/auto_matrix: add clean layout function | Michael Niedermayer | 2012-09-08 | 1 | -1/+9 |
* | swr/auto_matrix: move layouts to local variables | Michael Niedermayer | 2012-09-08 | 1 | -35/+37 |
* | Add Dolby/DPLII downmix support to libswresample | Michael Niedermayer | 2012-09-07 | 1 | -6/+42 |
* | swr: update rematrix coeffs to match AC-3 | Michael Niedermayer | 2012-09-07 | 1 | -2/+7 |
* | swr: fix warning: passing argument 2 of s->mix_any_f from incompatible pointe... | Michael Niedermayer | 2012-07-02 | 1 | -1/+1 |
* | swr: fix mix* related function pointer warnings | Michael Niedermayer | 2012-07-02 | 1 | -9/+9 |
* | lswr/rematrix: specify explicitly the name of the unsupported channel layouts | Stefano Sabatini | 2012-06-21 | 1 | -2/+5 |
* | swr: mix_2_1_int16_mmx/sse | Michael Niedermayer | 2012-06-12 | 1 | -1/+1 |
* | swr: mix_1_1 int16 MMX | Michael Niedermayer | 2012-06-12 | 1 | -1/+1 |
* | swr: SIMD rematrixing and SSE/AVX mix_1_1 float | Michael Niedermayer | 2012-06-12 | 1 | -2/+20 |
* | swr: add native matrix for SIMD | Michael Niedermayer | 2012-06-12 | 1 | -0/+1 |
* | swr: skip memset(0) in rematrix when the array is known to be already 0 | Michael Niedermayer | 2012-06-09 | 1 | -1/+2 |
* | swr: 5.1->stereo double, float and s16 | Michael Niedermayer | 2012-06-08 | 1 | -0/+3 |
* | swr: add all in one rematrixing function ptr | Michael Niedermayer | 2012-06-08 | 1 | -0/+7 |
* | swr: add inrermediate sample type for rematrixing | Michael Niedermayer | 2012-06-08 | 1 | -0/+5 |
* | swr: add double precision support to the rematrix code | Michael Niedermayer | 2012-05-02 | 1 | -0/+30 |
* | swr: add lfe_mix_level | Justin Ruggles | 2012-05-02 | 1 | -0/+11 |
* | swr: update side to back mixing. | Justin Ruggles | 2012-05-02 | 1 | -2/+9 |
* | swr: add and use function pointers for rematrix | Michael Niedermayer | 2012-05-01 | 1 | -18/+13 |
* | swr: add native matrix for rematrixing | Michael Niedermayer | 2012-05-01 | 1 | -0/+23 |
* | swr: change sample format representation so as to maintain the planer/packed ... | Michael Niedermayer | 2012-04-28 | 1 | -6/+6 |
* | swr: simplify code by using av_get_bytes_per_sample() | Michael Niedermayer | 2012-04-11 | 1 | -1/+1 |
* | swr: use assert in swri_sum2 to check that only supported formats are used. | Michael Niedermayer | 2012-04-10 | 1 | -0/+1 |
* | swr: add dither support. | Michael Niedermayer | 2012-04-10 | 1 | -9/+10 |
* | swr: update copyright year for rematrix | Michael Niedermayer | 2012-04-10 | 1 | -1/+1 |
* | swr: special case for empty channels in rematrix. | Nicolas George | 2012-03-07 | 1 | -0/+3 |
* | 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 |
* | rematrix: change type of integers from 16 to 32bit to allow increasing volume... | Michael Niedermayer | 2011-10-26 | 1 | -5/+5 |
* | rematrix: add type for coefficients | Michael Niedermayer | 2011-10-26 | 1 | -0/+3 |
* | rematrix: Fix several passing argument from incompatible pointer type warnings. | Michael Niedermayer | 2011-10-21 | 1 | -4/+4 |
* | 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 |
* | libswr/rematrix: remove unused variable. | Nicolas George | 2011-09-28 | 1 | -1/+1 |