summaryrefslogtreecommitdiff
path: root/libswresample/resample_template.c
Commit message (Expand)AuthorAge
* swr/resample: fix integer overflow, add missing castMichael Niedermayer2013-02-04
* resample: remove disabled debug codeMichael Niedermayer2012-12-06
* swr/resample: move templating parameters to template itself.Clément Bœsch2012-11-15
* swr: move if() block into the only branch where it can be true.Michael Niedermayer2012-11-15
* swr: reorder/redesign operations to avoid integer overflow.Michael Niedermayer2012-11-15
* swr: MMX2 & SSSE3 int16 resample coreMichael Niedermayer2012-06-28
* swr: introduce filter_alloc in preparation of SIMD resample optimisationsMichael Niedermayer2012-06-19
* swr/resample: optimize C code for the most common caseMichael Niedermayer2012-06-19
* resample_template: use av_assertMichael Niedermayer2012-06-06
* swr: support float & int32 in the resamplerMichael Niedermayer2012-04-10