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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-06-09swr: skip memset(0) in rematrix when the array is known to be already 0Michael Niedermayer
2012-06-09swr: 5.1->stereo double, float and s16Michael Niedermayer
2012-06-08swr: add all in one rematrixing function ptrMichael Niedermayer
2012-06-08swr: add inrermediate sample type for rematrixingMichael Niedermayer
2012-05-02swr: add double precision support to the rematrix codeMichael Niedermayer
2012-05-02swr: add lfe_mix_levelJustin Ruggles
2012-05-02swr: update side to back mixing.Justin Ruggles
2012-05-01swr: add and use function pointers for rematrixMichael Niedermayer
2012-05-01swr: add native matrix for rematrixingMichael Niedermayer
2012-04-28swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer