summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-06-05swr: set scale for 32->32/24 ditherMichael Niedermayer1-0/+1
2013-02-24swr: support a seperate output sample bits.Michael Niedermayer3-0/+5
2013-01-14swr/dither: fix division by 0Michael Niedermayer1-1/+1
2013-01-10swr: Use a temporary buffer for dither/Noise shaping when the input is read onlyMichael Niedermayer3-14/+20
2013-01-10swr: scale data down in noise shaping to avoid clipingMichael Niedermayer1-0/+1
2013-01-09swr: reorder the operations in the noise shaping codeMichael Niedermayer2-2/+4
2013-01-09swr: add noise_scale field to seperate it from the noise shaping scalesMichael Niedermayer2-1/+3
2013-01-09swr: fix the noise sample type for noise shapingMichael Niedermayer3-11/+12
2013-01-09swr: split swri_dither_init() outMichael Niedermayer3-32/+51
2013-01-09swr: move dither related fields to their own contextMichael Niedermayer4-56/+61
2013-01-09swr: update copyright years of a few files iam working onMichael Niedermayer4-4/+4
2013-01-09swr: Implement Noise shaping ditherMichael Niedermayer6-19/+369
2012-04-28swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer6-33/+34
2012-04-11swr: add a dither_scale parameter to tune the amplitude of the dither.Michael Niedermayer3-1/+5
2012-04-11swr: pass context to swri_get_dither()Michael Niedermayer3-5/+5
2012-04-11swr: add triangular highpass ditherMichael Niedermayer3-1/+24
2012-04-10swr: add triangular dither supportMichael Niedermayer3-0/+7
2012-04-10swr: add dither support.Michael Niedermayer6-11/+98