summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-01-20swr: fix "may be used uninitialized in this function" warningsMichael Niedermayer1-1/+2
2013-01-12swr: work with 4 noise shaping coeffs at a timeMichael Niedermayer1-1/+10
2013-01-12swr: use a local variable for ns_coeffsMichael Niedermayer1-1/+2
2013-01-12swr: use local variable for ns_errorsMichael Niedermayer1-2/+3
2013-01-12swr: minor simplification for the noise shaping pos updateMichael Niedermayer1-1/+1
2013-01-10swr: mark noise data for noise shaping as constMichael Niedermayer2-5/+5
2013-01-10swr: add seperate in/out pointers to the noise shaping codeMichael Niedermayer3-12/+13
2013-01-10swr: rename dither_pos to noise_posMichael Niedermayer3-8/+8
2013-01-09swr: reorder the operations in the noise shaping codeMichael Niedermayer2-2/+4
2013-01-09swr: move dither related fields to their own contextMichael Niedermayer4-56/+61
2013-01-09swr: Implement Noise shaping ditherMichael Niedermayer6-19/+369