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
2016-08-18swresample: Skip over dither steps if dithering scale is 0Michael Niedermayer
2016-08-18swresample: move dither init upMichael Niedermayer
2015-08-24swresample/dither: use integer arithmeticGanesh Ajjanagadde
2015-06-03swresample/dither: check memory allocationGanesh Ajjanagadde
2015-02-21swresample: add av_cold to init functionsMichael Niedermayer
2015-02-01swresample/dither: Cleanup number suffixesMichael Niedermayer
2014-04-08swresample/dither: use av_malloc_array()Michael Niedermayer
2013-06-05swr: set scale for 32->32/24 ditherMichael Niedermayer
2013-02-24swr: support a seperate output sample bits.Michael Niedermayer
2013-01-14swr/dither: fix division by 0Michael Niedermayer
2013-01-10swr: Use a temporary buffer for dither/Noise shaping when the input is read onlyMichael Niedermayer
2013-01-10swr: scale data down in noise shaping to avoid clipingMichael Niedermayer
2013-01-10swr: reorder the operations in the noise shaping codeMichael Niedermayer
2013-01-10swr: add noise_scale field to seperate it from the noise shaping scalesMichael Niedermayer
2013-01-10swr: fix the noise sample type for noise shapingMichael Niedermayer
2013-01-10swr: split swri_dither_init() outMichael Niedermayer
2013-01-09swr: move dither related fields to their own contextMichael Niedermayer
2013-01-09swr: update copyright years of a few files iam working onMichael Niedermayer
2013-01-09swr: Implement Noise shaping ditherMichael Niedermayer
2012-04-28swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer
2012-04-11swr: add a dither_scale parameter to tune the amplitude of the dither.Michael Niedermayer
2012-04-11swr: pass context to swri_get_dither()Michael Niedermayer
2012-04-11swr: add triangular highpass ditherMichael Niedermayer
2012-04-10swr: add triangular dither supportMichael Niedermayer
2012-04-10swr: add dither support.Michael Niedermayer