| Commit message (Expand) | Author | Age | Files | Lines |
* | swresample/rematrix: handle 22.2 as a 9 channel layout | Jan Ekström | 2020-08-18 | 1 | -1/+1 |
* | swresample/rematrix: treat 22.2 as 5.1 (back) when mixing | Jan Ekström | 2020-08-04 | 1 | -0/+10 |
* | swresample/matrix: switch internal clean_layout function to not drop high bits | Jan Ekström | 2020-08-04 | 1 | -1/+1 |
* | swresample: Use channel count in rematrix initialization | Marcin Gorzel | 2018-07-26 | 1 | -2/+2 |
* | swresample/rematrix: fix update of channel matrix if input or output layout i... | Tobias Rapp | 2018-02-19 | 1 | -2/+4 |
* | lswr/rematrix: Support s32p. | Carl Eugen Hoyos | 2017-11-01 | 1 | -5/+14 |
* | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 1 | -1/+1 |
* | lswr/rematrix: Remove an aggressive loop optimization. | Carl Eugen Hoyos | 2017-02-25 | 1 | -3/+4 |
* | swresample/rematrix: Fix float part of swr_set_matrix() | Vodyannikov Aleksandr | 2016-10-26 | 1 | -4/+2 |
* | swresample: Add swr_build_matrix() | Michael Niedermayer | 2016-09-27 | 1 | -71/+86 |
* | swresample: Use double and float for matrixes for best quality and speed | Michael Niedermayer | 2016-09-27 | 1 | -1/+10 |
* | swresample/rematrix: Use clipping s16 rematrixing if overflows are possible | Michael Niedermayer | 2016-05-15 | 1 | -3/+16 |
* | swresample/rematrix: Use error diffusion to avoid error in the DC component o... | Michael Niedermayer | 2016-05-15 | 1 | -3/+9 |
* | swresample: slightly nicer debug output for auto matrix | wm4 | 2015-10-15 | 1 | -2/+7 |
* | libswresample/rematrix: Check for malloc errors | Michael Niedermayer | 2015-06-04 | 1 | -0/+8 |
* | swresample: Allow reinitialization without ever setting channel layouts | Michael Niedermayer | 2015-04-12 | 1 | -2/+2 |
* | swresample/x86/rematrix_init: Check av_malloc* return codes, forward errors | Michael Niedermayer | 2015-02-09 | 1 | -1/+2 |
* | libswresample: move condition to start of loop. | Reimar Döffinger | 2014-09-07 | 1 | -4/+6 |
* | Remove pointless if. | Reimar Döffinger | 2014-09-07 | 1 | -3/+1 |
* | libswresample: Avoid needlessly large on-stack array. | Reimar Döffinger | 2014-09-07 | 1 | -5/+9 |
* | 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 |