| Commit message (Expand) | Author | Age | Files | Lines |
* | swresample: Skip over dither steps if dithering scale is 0 | Michael Niedermayer | 2016-08-18 | 1 | -0/+5 |
* | swresample: move dither init up | Michael Niedermayer | 2016-08-18 | 1 | -9/+0 |
* | swresample/dither: use integer arithmetic | Ganesh Ajjanagadde | 2015-08-23 | 1 | -1/+1 |
* | swresample/dither: check memory allocation | Ganesh Ajjanagadde | 2015-06-03 | 1 | -1/+5 |
* | swresample: add av_cold to init functions | Michael Niedermayer | 2015-02-21 | 1 | -1/+1 |
* | swresample/dither: Cleanup number suffixes | Michael Niedermayer | 2015-02-01 | 1 | -6/+6 |
* | swresample/dither: use av_malloc_array() | Michael Niedermayer | 2014-04-08 | 1 | -1/+1 |
* | swr: set scale for 32->32/24 dither | Michael Niedermayer | 2013-06-05 | 1 | -0/+1 |
* | swr: support a seperate output sample bits. | Michael Niedermayer | 2013-02-24 | 1 | -0/+3 |
* | swr/dither: fix division by 0 | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | swr: Use a temporary buffer for dither/Noise shaping when the input is read only | Michael Niedermayer | 2013-01-10 | 1 | -0/+2 |
* | swr: scale data down in noise shaping to avoid cliping | Michael Niedermayer | 2013-01-10 | 1 | -0/+1 |
* | swr: reorder the operations in the noise shaping code | Michael Niedermayer | 2013-01-10 | 1 | -0/+1 |
* | swr: add noise_scale field to seperate it from the noise shaping scales | Michael Niedermayer | 2013-01-10 | 1 | -1/+2 |
* | swr: fix the noise sample type for noise shaping | Michael Niedermayer | 2013-01-09 | 1 | -9/+10 |
* | swr: split swri_dither_init() out | Michael Niedermayer | 2013-01-09 | 1 | -31/+47 |
* | swr: move dither related fields to their own context | Michael Niedermayer | 2013-01-09 | 1 | -14/+14 |
* | swr: update copyright years of a few files iam working on | Michael Niedermayer | 2013-01-09 | 1 | -1/+1 |
* | swr: Implement Noise shaping dither | Michael Niedermayer | 2013-01-09 | 1 | -6/+41 |
* | swr: change sample format representation so as to maintain the planer/packed ... | Michael Niedermayer | 2012-04-28 | 1 | -0/+3 |
* | swr: add a dither_scale parameter to tune the amplitude of the dither. | Michael Niedermayer | 2012-04-11 | 1 | -0/+2 |
* | swr: pass context to swri_get_dither() | Michael Niedermayer | 2012-04-11 | 1 | -3/+3 |
* | swr: add triangular highpass dither | Michael Niedermayer | 2012-04-11 | 1 | -1/+22 |
* | swr: add triangular dither support | Michael Niedermayer | 2012-04-10 | 1 | -0/+5 |
* | swr: add dither support. | Michael Niedermayer | 2012-04-10 | 1 | -0/+56 |