summaryrefslogtreecommitdiff
path: root/libswresample/dither.c
Commit message (Expand)AuthorAgeFilesLines
* swresample: Skip over dither steps if dithering scale is 0Michael Niedermayer2016-08-181-0/+5
* swresample: move dither init upMichael Niedermayer2016-08-181-9/+0
* swresample/dither: use integer arithmeticGanesh Ajjanagadde2015-08-231-1/+1
* swresample/dither: check memory allocationGanesh Ajjanagadde2015-06-031-1/+5
* swresample: add av_cold to init functionsMichael Niedermayer2015-02-211-1/+1
* swresample/dither: Cleanup number suffixesMichael Niedermayer2015-02-011-6/+6
* swresample/dither: use av_malloc_array()Michael Niedermayer2014-04-081-1/+1
* swr: set scale for 32->32/24 ditherMichael Niedermayer2013-06-051-0/+1
* swr: support a seperate output sample bits.Michael Niedermayer2013-02-241-0/+3
* swr/dither: fix division by 0Michael Niedermayer2013-01-141-1/+1
* swr: Use a temporary buffer for dither/Noise shaping when the input is read onlyMichael Niedermayer2013-01-101-0/+2
* swr: scale data down in noise shaping to avoid clipingMichael Niedermayer2013-01-101-0/+1
* swr: reorder the operations in the noise shaping codeMichael Niedermayer2013-01-101-0/+1
* swr: add noise_scale field to seperate it from the noise shaping scalesMichael Niedermayer2013-01-101-1/+2
* swr: fix the noise sample type for noise shapingMichael Niedermayer2013-01-091-9/+10
* swr: split swri_dither_init() outMichael Niedermayer2013-01-091-31/+47
* swr: move dither related fields to their own contextMichael Niedermayer2013-01-091-14/+14
* swr: update copyright years of a few files iam working onMichael Niedermayer2013-01-091-1/+1
* swr: Implement Noise shaping ditherMichael Niedermayer2013-01-091-6/+41
* swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer2012-04-281-0/+3
* swr: add a dither_scale parameter to tune the amplitude of the dither.Michael Niedermayer2012-04-111-0/+2
* swr: pass context to swri_get_dither()Michael Niedermayer2012-04-111-3/+3
* swr: add triangular highpass ditherMichael Niedermayer2012-04-111-1/+22
* swr: add triangular dither supportMichael Niedermayer2012-04-101-0/+5
* swr: add dither support.Michael Niedermayer2012-04-101-0/+56