Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | resample: remove disabled debug code | Michael Niedermayer | 2012-12-06 | 1 | -7/+0 |
* | swr/resample: move templating parameters to template itself. | Clément Bœsch | 2012-11-15 | 1 | -0/+67 |
* | swr: move if() block into the only branch where it can be true. | Michael Niedermayer | 2012-11-15 | 1 | -4/+5 |
* | swr: reorder/redesign operations to avoid integer overflow. | Michael Niedermayer | 2012-11-15 | 1 | -6/+17 |
* | swr: MMX2 & SSSE3 int16 resample core | Michael Niedermayer | 2012-06-28 | 1 | -0/+4 |
* | swr: introduce filter_alloc in preparation of SIMD resample optimisations | Michael Niedermayer | 2012-06-19 | 1 | -3/+3 |
* | swr/resample: optimize C code for the most common case | Michael Niedermayer | 2012-06-19 | 1 | -0/+22 |
* | resample_template: use av_assert | Michael Niedermayer | 2012-06-06 | 1 | -1/+1 |
* | swr: support float & int32 in the resampler | Michael Niedermayer | 2012-04-10 | 1 | -0/+113 |