summaryrefslogtreecommitdiffstats
path: root/libswresample/rematrix.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* swr: add native matrix for SIMDMichael Niedermayer2012-06-121-0/+1
* swr: skip memset(0) in rematrix when the array is known to be already 0Michael Niedermayer2012-06-091-1/+2
* swr: 5.1->stereo double, float and s16Michael Niedermayer2012-06-081-0/+3
* swr: add all in one rematrixing function ptrMichael Niedermayer2012-06-081-0/+7
* swr: add inrermediate sample type for rematrixingMichael Niedermayer2012-06-081-0/+5
* swr: add double precision support to the rematrix codeMichael Niedermayer2012-05-021-0/+30
* swr: add lfe_mix_levelJustin Ruggles2012-05-021-0/+11
* swr: update side to back mixing.Justin Ruggles2012-05-021-2/+9
* swr: add and use function pointers for rematrixMichael Niedermayer2012-05-011-18/+13
* swr: add native matrix for rematrixingMichael Niedermayer2012-05-011-0/+23
* swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer2012-04-281-6/+6
* swr: simplify code by using av_get_bytes_per_sample()Michael Niedermayer2012-04-111-1/+1
* swr: use assert in swri_sum2 to check that only supported formats are used.Michael Niedermayer2012-04-101-0/+1
* swr: add dither support.Michael Niedermayer2012-04-101-9/+10
* swr: update copyright year for rematrixMichael Niedermayer2012-04-101-1/+1
* swr: special case for empty channels in rematrix.Nicolas George2012-03-071-0/+3
* libswr: allow to set custom matrices.Nicolas George2012-02-201-9/+42
* swr: use "swri_" prefix instead of "swr_" for the private API.Clément Bœsch2011-11-171-2/+2
* rematrix: add parameter to tune volumeMichael Niedermayer2011-10-261-0/+12
* rematrix: change type of integers from 16 to 32bit to allow increasing volume...Michael Niedermayer2011-10-261-5/+5
* rematrix: add type for coefficientsMichael Niedermayer2011-10-261-0/+3
* rematrix: Fix several passing argument from incompatible pointer type warnings.Michael Niedermayer2011-10-211-4/+4
* swresample: fix broken indent.Clément Bœsch2011-10-101-7/+7
* swresample/rematrix: show matrix with debug log levelMichael Niedermayer2011-10-071-2/+2
* libswr/rematrix: remove unused variable.Nicolas George2011-09-281-1/+1
* libswr/rematrix: add braces to silence a warning.Nicolas George2011-09-281-1/+1
* rematrix: dont use floats for int16 code.Michael Niedermayer2011-09-191-5/+14
* rematrix: use double during init.Michael Niedermayer2011-09-191-2/+2
* swr: replace sqrt(0.5) by M_SQRT1_2Michael Niedermayer2011-09-191-23/+23
* Add libswresample.Michael Niedermayer2011-09-191-0/+271
OpenPOWER on IntegriCloud