summaryrefslogtreecommitdiff
path: root/libswresample/resample_template.c
Commit message (Expand)AuthorAge
* swr: reindent.Ronald S. Bultje2014-06-16
* swr: add prototypes for resample dsp functionsJames Almer2014-06-15
* swr: split out DSP functions.Ronald S. Bultje2014-06-14
* swr: handle initial negative sample index outside DSP function.Ronald S. Bultje2014-06-14
* swr: remove unnecessary assignment.Ronald S. Bultje2014-06-14
* swr: handle 64bit overflow check in multiple_resample().Ronald S. Bultje2014-06-09
* swr: move compensation_distance handling to swri_resample caller.Ronald S. Bultje2014-06-02
* swr/resample_template: prevent end_index from overflowing and add check for d...Michael Niedermayer2014-06-02
* Rewrite main resampling loop (common and linear).Ronald S. Bultje2014-06-02
* swresample: add swri_resample_float_avxJames Almer2014-05-16
* swresample: add swri_resample_double_sse2James Almer2014-04-25
* swresample/resample_template: try to consider src_size more exactlyMichael Niedermayer2014-04-15
* swresample/resample: simplify index/consumed calculation for the filter = 1 caseMichael Niedermayer2014-04-14
* swresample/resample: Fix fractional part of index in the filter_size = 1 filt...Michael Niedermayer2014-04-14
* swresample/resample: sse float linear interpolationJames Almer2014-03-24
* swresample/resample: mmx2/sse2 int16 linear interpolationJames Almer2014-03-24
* swresample: add swri_resample_float_sseJames Almer2014-03-20
* swresample: reuse COMMON_CORE asm where possibleJames Almer2014-03-18
* swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2James Almer2014-03-18
* 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