summaryrefslogtreecommitdiffstats
path: root/libswresample/x86
Commit message (Expand)AuthorAgeFilesLines
...
* swr: fix make checkheaders.Clément Bœsch2012-06-301-0/+1
* swr: small align cosmetic.Clément Bœsch2012-06-301-1/+1
* swr: use __asm__ instead of __asm.Clément Bœsch2012-06-301-2/+2
* swr: MMX2 & SSSE3 int16 resample coreMichael Niedermayer2012-06-281-0/+69
* swr: fix 10l use of uninitialized dataMichael Niedermayer2012-06-131-2/+2
* swr: mix_2_1_int16_mmx/sseMichael Niedermayer2012-06-122-0/+73
* swr: mix_1_1_int16_sseMichael Niedermayer2012-06-122-0/+6
* swr: mix_1_1 int16 MMXMichael Niedermayer2012-06-122-0/+78
* swr: mix_2_1_float SSE/AVXMichael Niedermayer2012-06-122-0/+50
* swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael Niedermayer2012-06-123-0/+99
* libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and ff_pack_6ch_floa...Michael Niedermayer2012-05-132-0/+8
* libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and ff_pack_6ch_int3...Michael Niedermayer2012-05-132-7/+22
* libswresample: make NOP_N macro less picky on its parametersMichael Niedermayer2012-05-131-1/+1
* libswresample: Change FLOAT_TO_INT32_N to need 1 register lessMichael Niedermayer2012-05-131-4/+4
* libswresample-simd: rename 6ch pack to what it isMichael Niedermayer2012-05-131-7/+7
* libswresample-simd: make the converter registers parametersMichael Niedermayer2012-05-131-62/+65
* libswresample: cosmeticsMichael Niedermayer2012-05-131-13/+11
* libswresample: unaligned AVX/SSE4 float and int32 6ch packMichael Niedermayer2012-05-131-12/+31
* libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing function.Justin Ruggles2012-05-132-1/+97
* swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3Michael Niedermayer2012-05-062-3/+34
* swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD f...Michael Niedermayer2012-05-062-0/+96
* swr-x86-simd: create prototypes with macros, this is simpler.Michael Niedermayer2012-05-061-23/+7
* swr-x86-SIMD: 3 instructions less for stereo planar->packed s32/flt->s16Michael Niedermayer2012-05-061-7/+12
* swr: replace the remaining 2 audio convert SIMD macros by the new onesMichael Niedermayer2012-05-051-70/+8
* swr: fix internal asm labelsMichael Niedermayer2012-05-051-4/+4
* swr: fix PACK_2CH register countMichael Niedermayer2012-05-051-1/+1
* swr: replace planar->planar/packed->packed FLT<->S16/S32 SIMD by new macrosMichael Niedermayer2012-05-051-145/+47
* swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2Michael Niedermayer2012-05-052-0/+182
* swr: change simd len argument to be in samples instead of dst bytes.Michael Niedermayer2012-05-051-0/+6
* swr: add ff_int32_to_float_a_avxMichael Niedermayer2012-05-032-3/+15
* swr: int32_to_int16_mmx/sseMichael Niedermayer2012-04-292-1/+36
* swr: float_to_int16_sse2()Michael Niedermayer2012-04-292-0/+36
* swr: float_to_int32_sse2()Michael Niedermayer2012-04-292-0/+40
* swr: add int16_to_float_sse2()Michael Niedermayer2012-04-282-0/+39
* swr: add int32_to_float_sse2Michael Niedermayer2012-04-282-0/+51
* swr: int16->int32: use the old index negate trick to avoid 2 addsMichael Niedermayer2012-04-281-11/+13
* swr: more correct cglobal parameters to int16->int32Michael Niedermayer2012-04-281-1/+1
* swr: seperate functions for aligned & unalignedMichael Niedermayer2012-04-282-8/+18
* swr: add int16_to_int32_mmx/sseMichael Niedermayer2012-04-283-0/+101
OpenPOWER on IntegriCloud