summaryrefslogtreecommitdiff
path: root/libswresample/rematrix.c
Commit message (Expand)AuthorAgeFilesLines
* swresample/swresample: add a used channel layout option using the new APIJames Almer2023-02-191-1/+1
* swresample/rematrix: support mixing top front left/right channelsJames Almer2022-11-031-0/+24
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* swresample/rematrix: fix typo in clean_layout()James Almer2022-03-281-1/+1
* swresample: convert to new channel layout APIJames Almer2022-03-151-79/+153
* swresample/rematrix: handle 22.2 as a 9 channel layoutJan Ekström2020-08-181-1/+1
* swresample/rematrix: treat 22.2 as 5.1 (back) when mixingJan Ekström2020-08-041-0/+10
* swresample/matrix: switch internal clean_layout function to not drop high bitsJan Ekström2020-08-041-1/+1
* swresample: Use channel count in rematrix initializationMarcin Gorzel2018-07-261-2/+2
* swresample/rematrix: fix update of channel matrix if input or output layout i...Tobias Rapp2018-02-191-2/+4
* lswr/rematrix: Support s32p.Carl Eugen Hoyos2017-11-011-5/+14
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-211-1/+1
* lswr/rematrix: Remove an aggressive loop optimization.Carl Eugen Hoyos2017-02-251-3/+4
* swresample/rematrix: Fix float part of swr_set_matrix()Vodyannikov Aleksandr2016-10-261-4/+2
* swresample: Add swr_build_matrix()Michael Niedermayer2016-09-271-71/+86
* swresample: Use double and float for matrixes for best quality and speedMichael Niedermayer2016-09-271-1/+10
* swresample/rematrix: Use clipping s16 rematrixing if overflows are possibleMichael Niedermayer2016-05-151-3/+16
* swresample/rematrix: Use error diffusion to avoid error in the DC component o...Michael Niedermayer2016-05-151-3/+9
* swresample: slightly nicer debug output for auto matrixwm42015-10-151-2/+7
* libswresample/rematrix: Check for malloc errorsMichael Niedermayer2015-06-041-0/+8
* swresample: Allow reinitialization without ever setting channel layoutsMichael Niedermayer2015-04-121-2/+2
* swresample/x86/rematrix_init: Check av_malloc* return codes, forward errorsMichael Niedermayer2015-02-091-1/+2
* libswresample: move condition to start of loop.Reimar Döffinger2014-09-071-4/+6
* Remove pointless if.Reimar Döffinger2014-09-071-3/+1
* libswresample: Avoid needlessly large on-stack array.Reimar Döffinger2014-09-071-5/+9
* swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX inputMichael Niedermayer2014-04-241-0/+5
* lswr: fix assert failure on unknown layouts.Nicolas George2013-11-031-2/+2
* swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX outputMichael Niedermayer2013-08-201-3/+5
* swr: clean layouts before checking sanityMichael Niedermayer2013-08-201-1/+2
* swresample: fix negative rematrix volumnsMichael Niedermayer2013-07-221-1/+1
* swresample: Make rematrix maxvalue user settableMichael Niedermayer2013-07-221-2/+11
* swr: add native_simd_oneMichael Niedermayer2013-06-041-0/+1
* swresample/rematrix: add S32 mixing codeMichael Niedermayer2013-06-041-0/+15
* swr/rematrix: use av_calloc()Michael Niedermayer2013-04-151-3/+3
* swr/rematrix: move templating parameters to template itself.Clément Bœsch2012-11-151-33/+8
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* swr/rematrix: fix C99 left shift overflowMichael Niedermayer2012-10-141-1/+1
* swr: add av_cold to init/free functionsMichael Niedermayer2012-09-091-3/+3
* swr/auto_matrix: treat a single channel as mono instead of failingMichael Niedermayer2012-09-081-0/+7
* swr/auto_matrix: treat stereo downmix like stereo.Michael Niedermayer2012-09-081-0/+2
* swr/auto_matrix: add clean layout functionMichael Niedermayer2012-09-081-1/+9
* swr/auto_matrix: move layouts to local variablesMichael Niedermayer2012-09-081-35/+37
* Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer2012-09-071-6/+42
* swr: update rematrix coeffs to match AC-3Michael Niedermayer2012-09-071-2/+7
* swr: fix warning: passing argument 2 of s->mix_any_f from incompatible pointe...Michael Niedermayer2012-07-021-1/+1
* swr: fix mix* related function pointer warningsMichael Niedermayer2012-07-021-9/+9
* lswr/rematrix: specify explicitly the name of the unsupported channel layoutsStefano Sabatini2012-06-211-2/+5
* swr: mix_2_1_int16_mmx/sseMichael Niedermayer2012-06-121-1/+1
* swr: mix_1_1 int16 MMXMichael Niedermayer2012-06-121-1/+1
* swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael Niedermayer2012-06-121-2/+20