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-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