summaryrefslogtreecommitdiff
path: root/libswresample/x86
Commit message (Expand)AuthorAge
* swr: change simd len argument to be in samples instead of dst bytes.Michael Niedermayer2012-05-05
* swr: add ff_int32_to_float_a_avxMichael Niedermayer2012-05-03
* swr: int32_to_int16_mmx/sseMichael Niedermayer2012-04-29
* swr: float_to_int16_sse2()Michael Niedermayer2012-04-29
* swr: float_to_int32_sse2()Michael Niedermayer2012-04-29
* swr: add int16_to_float_sse2()Michael Niedermayer2012-04-28
* swr: add int32_to_float_sse2Michael Niedermayer2012-04-28
* swr: int16->int32: use the old index negate trick to avoid 2 addsMichael Niedermayer2012-04-28
* swr: more correct cglobal parameters to int16->int32Michael Niedermayer2012-04-28
* swr: seperate functions for aligned & unalignedMichael Niedermayer2012-04-28
* swr: add int16_to_int32_mmx/sseMichael Niedermayer2012-04-28