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