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
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
2012-04-11swr: simplify code by using av_get_bytes_per_sample()Michael Niedermayer
2012-04-10swr: use assert in swri_sum2 to check that only supported formats are used.Michael Niedermayer
2012-04-10swr: add dither support.Michael Niedermayer
2012-04-10swr: update copyright year for rematrixMichael Niedermayer
2012-03-08swr: special case for empty channels in rematrix.Nicolas George
2012-02-20libswr: allow to set custom matrices.Nicolas George
2011-11-17swr: use "swri_" prefix instead of "swr_" for the private API.Clément Bœsch
2011-10-26rematrix: add parameter to tune volumeMichael Niedermayer
2011-10-26rematrix: change type of integers from 16 to 32bit to allow increasing volume...Michael Niedermayer
2011-10-26rematrix: add type for coefficientsMichael Niedermayer
2011-10-21rematrix: Fix several passing argument from incompatible pointer type warnings.Michael Niedermayer
2011-10-10swresample: fix broken indent.Clément Bœsch
2011-10-07swresample/rematrix: show matrix with debug log levelMichael Niedermayer
2011-09-28libswr/rematrix: remove unused variable.Nicolas George
2011-09-28libswr/rematrix: add braces to silence a warning.Nicolas George
2011-09-19rematrix: dont use floats for int16 code.Michael Niedermayer
2011-09-19rematrix: use double during init.Michael Niedermayer
2011-09-19swr: replace sqrt(0.5) by M_SQRT1_2Michael Niedermayer
2011-09-19Add libswresample.Michael Niedermayer