Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-04swresample/rematrix: support mixing top front left/right channelsJames Almer
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-03-28swresample/rematrix: fix typo in clean_layout()James Almer
2022-03-15swresample: convert to new channel layout APIJames Almer
2020-08-18swresample/rematrix: handle 22.2 as a 9 channel layoutJan Ekström
2020-08-04swresample/rematrix: treat 22.2 as 5.1 (back) when mixingJan Ekström
2020-08-04swresample/matrix: switch internal clean_layout function to not drop high bitsJan Ekström
2018-07-26swresample: Use channel count in rematrix initializationMarcin Gorzel
2018-02-19swresample/rematrix: fix update of channel matrix if input or output layout i...Tobias Rapp
2017-11-01lswr/rematrix: Support s32p.Carl Eugen Hoyos
2017-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-02-25lswr/rematrix: Remove an aggressive loop optimization.Carl Eugen Hoyos
2016-10-26swresample/rematrix: Fix float part of swr_set_matrix()Vodyannikov Aleksandr
2016-09-27swresample: Add swr_build_matrix()Michael Niedermayer
2016-09-27swresample: Use double and float for matrixes for best quality and speedMichael Niedermayer
2016-05-15swresample/rematrix: Use clipping s16 rematrixing if overflows are possibleMichael Niedermayer
2016-05-15swresample/rematrix: Use error diffusion to avoid error in the DC component o...Michael Niedermayer
2015-10-15swresample: slightly nicer debug output for auto matrixwm4
2015-06-04libswresample/rematrix: Check for malloc errorsMichael Niedermayer
2015-04-12swresample: Allow reinitialization without ever setting channel layoutsMichael Niedermayer
2015-02-09swresample/x86/rematrix_init: Check av_malloc* return codes, forward errorsMichael Niedermayer
2014-09-07libswresample: move condition to start of loop.Reimar Döffinger
2014-09-07Remove pointless if.Reimar Döffinger
2014-09-07libswresample: Avoid needlessly large on-stack array.Reimar Döffinger
2014-04-24swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX inputMichael Niedermayer
2013-11-03lswr: fix assert failure on unknown layouts.Nicolas George
2013-08-20swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX outputMichael Niedermayer
2013-08-20swr: clean layouts before checking sanityMichael Niedermayer
2013-07-22swresample: fix negative rematrix volumnsMichael Niedermayer
2013-07-22swresample: Make rematrix maxvalue user settableMichael Niedermayer
2013-06-05swr: add native_simd_oneMichael Niedermayer
2013-06-04swresample/rematrix: add S32 mixing codeMichael Niedermayer
2013-04-15swr/rematrix: use av_calloc()Michael Niedermayer
2012-11-16swr/rematrix: move templating parameters to template itself.Clément Bœsch
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol
2012-10-14swr/rematrix: fix C99 left shift overflowMichael Niedermayer
2012-09-09swr: add av_cold to init/free functionsMichael Niedermayer
2012-09-08swr/auto_matrix: treat a single channel as mono instead of failingMichael Niedermayer
2012-09-08swr/auto_matrix: treat stereo downmix like stereo.Michael Niedermayer
2012-09-08swr/auto_matrix: add clean layout functionMichael Niedermayer
2012-09-08swr/auto_matrix: move layouts to local variablesMichael Niedermayer
2012-09-07Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer
2012-09-07swr: update rematrix coeffs to match AC-3Michael Niedermayer
2012-07-02swr: fix warning: passing argument 2 of s->mix_any_f from incompatible pointe...Michael Niedermayer
2012-07-02swr: fix mix* related function pointer warningsMichael Niedermayer
2012-06-21lswr/rematrix: specify explicitly the name of the unsupported channel layoutsStefano Sabatini
2012-06-12swr: mix_2_1_int16_mmx/sseMichael Niedermayer
2012-06-12swr: mix_1_1 int16 MMXMichael Niedermayer
2012-06-12swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael Niedermayer
2012-06-12swr: add native matrix for SIMDMichael Niedermayer