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