| Commit message (Expand) | Author | Age | Files | Lines |
* | swr: add av_cold to init/free functions | Michael Niedermayer | 2012-09-09 | 1 | -2/+2 |
* | Fix compilation with yasm-0.6.2. | Carl Eugen Hoyos | 2012-09-01 | 1 | -2/+2 |
* | swr/x86: 16bit integer mix functions need SSE2 not SSE | Michael Niedermayer | 2012-07-07 | 1 | -4/+4 |
* | swr/x86: 10l, missed some SSE2 instructions in code marked as SSE. | Michael Niedermayer | 2012-07-05 | 1 | -23/+19 |
* | swr: mix_2_1_int16_mmx/sse | Michael Niedermayer | 2012-06-12 | 1 | -0/+2 |
* | swr: mix_1_1_int16_sse | Michael Niedermayer | 2012-06-12 | 1 | -0/+4 |
* | swr: mix_1_1 int16 MMX | Michael Niedermayer | 2012-06-12 | 1 | -0/+15 |
* | swr: mix_2_1_float SSE/AVX | Michael Niedermayer | 2012-06-12 | 1 | -0/+2 |
* | swr: SIMD rematrixing and SSE/AVX mix_1_1 float | Michael Niedermayer | 2012-06-12 | 1 | -0/+32 |
* | libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and ff_pack_6ch_floa... | Michael Niedermayer | 2012-05-13 | 1 | -0/+4 |
* | libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and ff_pack_6ch_int3... | Michael Niedermayer | 2012-05-13 | 1 | -0/+4 |
* | libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing function. | Justin Ruggles | 2012-05-13 | 1 | -1/+19 |
* | swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3 | Michael Niedermayer | 2012-05-06 | 1 | -1/+11 |
* | swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD f... | Michael Niedermayer | 2012-05-06 | 1 | -0/+17 |
* | swr-x86-simd: create prototypes with macros, this is simpler. | Michael Niedermayer | 2012-05-06 | 1 | -23/+7 |
* | swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2 | Michael Niedermayer | 2012-05-05 | 1 | -0/+34 |
* | swr: add ff_int32_to_float_a_avx | Michael Niedermayer | 2012-05-03 | 1 | -0/+6 |
* | swr: int32_to_int16_mmx/sse | Michael Niedermayer | 2012-04-29 | 1 | -1/+5 |
* | swr: float_to_int16_sse2() | Michael Niedermayer | 2012-04-29 | 1 | -0/+3 |
* | swr: float_to_int32_sse2() | Michael Niedermayer | 2012-04-29 | 1 | -0/+3 |
* | swr: add int16_to_float_sse2() | Michael Niedermayer | 2012-04-28 | 1 | -0/+3 |
* | swr: add int32_to_float_sse2 | Michael Niedermayer | 2012-04-28 | 1 | -0/+7 |
* | swr: seperate functions for aligned & unaligned | Michael Niedermayer | 2012-04-28 | 1 | -2/+2 |
* | swr: add int16_to_int32_mmx/sse | Michael Niedermayer | 2012-04-28 | 1 | -0/+47 |