| Commit message (Expand) | Author | Age | Files | Lines |
* | swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3 | Michael Niedermayer | 2012-05-06 | 2 | -3/+34 |
* | swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD f... | Michael Niedermayer | 2012-05-06 | 2 | -0/+96 |
* | swr-x86-simd: create prototypes with macros, this is simpler. | Michael Niedermayer | 2012-05-06 | 1 | -23/+7 |
* | swr-x86-SIMD: 3 instructions less for stereo planar->packed s32/flt->s16 | Michael Niedermayer | 2012-05-06 | 1 | -7/+12 |
* | swr: replace the remaining 2 audio convert SIMD macros by the new ones | Michael Niedermayer | 2012-05-05 | 1 | -70/+8 |
* | swr: fix internal asm labels | Michael Niedermayer | 2012-05-05 | 1 | -4/+4 |
* | swr: fix PACK_2CH register count | Michael Niedermayer | 2012-05-05 | 1 | -1/+1 |
* | swr: replace planar->planar/packed->packed FLT<->S16/S32 SIMD by new macros | Michael Niedermayer | 2012-05-05 | 1 | -145/+47 |
* | swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2 | Michael Niedermayer | 2012-05-05 | 2 | -0/+182 |
* | swr: change simd len argument to be in samples instead of dst bytes. | Michael Niedermayer | 2012-05-05 | 1 | -0/+6 |
* | swr: add ff_int32_to_float_a_avx | Michael Niedermayer | 2012-05-03 | 2 | -3/+15 |
* | swr: int32_to_int16_mmx/sse | Michael Niedermayer | 2012-04-29 | 2 | -1/+36 |
* | swr: float_to_int16_sse2() | Michael Niedermayer | 2012-04-29 | 2 | -0/+36 |
* | swr: float_to_int32_sse2() | Michael Niedermayer | 2012-04-29 | 2 | -0/+40 |
* | swr: add int16_to_float_sse2() | Michael Niedermayer | 2012-04-28 | 2 | -0/+39 |
* | swr: add int32_to_float_sse2 | Michael Niedermayer | 2012-04-28 | 2 | -0/+51 |
* | swr: int16->int32: use the old index negate trick to avoid 2 adds | Michael Niedermayer | 2012-04-28 | 1 | -11/+13 |
* | swr: more correct cglobal parameters to int16->int32 | Michael Niedermayer | 2012-04-28 | 1 | -1/+1 |
* | swr: seperate functions for aligned & unaligned | Michael Niedermayer | 2012-04-28 | 2 | -8/+18 |
* | swr: add int16_to_int32_mmx/sse | Michael Niedermayer | 2012-04-28 | 3 | -0/+101 |