summaryrefslogtreecommitdiff
path: root/libswresample/dither_template.c
Commit message (Expand)AuthorAgeFilesLines
* swresample/dither_template: Add missing license headerMichael Niedermayer2015-09-271-0/+17
* swresample/dither_template: Do not define macro functions to nothingMichael Niedermayer2015-05-071-2/+2
* swr: fix "may be used uninitialized in this function" warningsMichael Niedermayer2013-01-201-1/+2
* swr: work with 4 noise shaping coeffs at a timeMichael Niedermayer2013-01-121-1/+10
* swr: use a local variable for ns_coeffsMichael Niedermayer2013-01-121-1/+2
* swr: use local variable for ns_errorsMichael Niedermayer2013-01-121-2/+3
* swr: minor simplification for the noise shaping pos updateMichael Niedermayer2013-01-121-1/+1
* swr: mark noise data for noise shaping as constMichael Niedermayer2013-01-101-1/+1
* swr: add seperate in/out pointers to the noise shaping codeMichael Niedermayer2013-01-101-4/+5
* swr: rename dither_pos to noise_posMichael Niedermayer2013-01-101-1/+1
* swr: reorder the operations in the noise shaping codeMichael Niedermayer2013-01-101-2/+3
* swr: move dither related fields to their own contextMichael Niedermayer2013-01-091-8/+8
* swr: Implement Noise shaping ditherMichael Niedermayer2013-01-091-0/+53