summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-08x86: Fix compilation with nasm on PPC & OS/2Ronald S. Bultje3-6/+3
2013-06-18swresample/x86/audio_convert: add emms to CONVMichael Niedermayer1-0/+5
2013-06-04swr: add native_simd_oneMichael Niedermayer3-0/+7
2012-10-31Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer44-51/+31
2012-09-09swr: add av_cold to init/free functionsMichael Niedermayer3-8/+8
2012-09-01Fix compilation with yasm-0.6.2.Carl Eugen Hoyos9-17/+13
2012-08-31Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos10-20/+20
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer56-446/+534
2012-07-07swr/x86: 16bit integer mix functions need SSE2 not SSEMichael Niedermayer2-4/+6
2012-07-05swr/x86: 10l, missed some SSE2 instructions in code marked as SSE.Michael Niedermayer2-25/+20
2012-06-30swr: fix make checkheaders.Clément Bœsch1-0/+1
2012-06-30swr: small align cosmetic.Clément Bœsch1-1/+1
2012-06-30swr: use __asm__ instead of __asm.Clément Bœsch1-2/+2
2012-06-27swr: MMX2 & SSSE3 int16 resample coreMichael Niedermayer3-4/+133
2012-06-13swr: fix 10l use of uninitialized dataMichael Niedermayer1-2/+2
2012-06-12swr: mix_2_1_int16_mmx/sseMichael Niedermayer3-1/+74
2012-06-12swr: mix_1_1_int16_sseMichael Niedermayer2-0/+6
2012-06-12swr: mix_1_1 int16 MMXMichael Niedermayer3-1/+79
2012-06-12swr: mix_2_1_float SSE/AVXMichael Niedermayer2-0/+50
2012-06-12swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael Niedermayer5-2/+120
2012-05-13libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and ff_pack_6ch_floa...Michael Niedermayer2-0/+8
2012-05-13libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and ff_pack_6ch_int3...Michael Niedermayer2-7/+22
2012-05-13libswresample: make NOP_N macro less picky on its parametersMichael Niedermayer1-1/+1
2012-05-13libswresample: Change FLOAT_TO_INT32_N to need 1 register lessMichael Niedermayer1-4/+4
2012-05-13libswresample-simd: rename 6ch pack to what it isMichael Niedermayer1-7/+7
2012-05-13libswresample-simd: make the converter registers parametersMichael Niedermayer1-62/+65
2012-05-13libswresample: cosmeticsMichael Niedermayer1-13/+11
2012-05-13libswresample: unaligned AVX/SSE4 float and int32 6ch packMichael Niedermayer1-12/+31
2012-05-13libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing function.Justin Ruggles2-1/+97
2012-05-06swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3Michael Niedermayer2-3/+34
2012-05-06swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD f...Michael Niedermayer2-0/+96
2012-05-06swr-x86-simd: create prototypes with macros, this is simpler.Michael Niedermayer1-23/+7
2012-05-06swr-x86-SIMD: 3 instructions less for stereo planar->packed s32/flt->s16Michael Niedermayer1-7/+12
2012-05-05swr: replace the remaining 2 audio convert SIMD macros by the new onesMichael Niedermayer1-70/+8
2012-05-05swr: fix internal asm labelsMichael Niedermayer1-4/+4
2012-05-05swr: fix PACK_2CH register countMichael Niedermayer1-1/+1
2012-05-05swr: replace planar->planar/packed->packed FLT<->S16/S32 SIMD by new macrosMichael Niedermayer1-145/+47
2012-05-05swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2Michael Niedermayer2-0/+182
2012-05-05swr: change simd len argument to be in samples instead of dst bytes.Michael Niedermayer2-1/+7
2012-05-03swr: add ff_int32_to_float_a_avxMichael Niedermayer2-3/+15
2012-04-29swr: int32_to_int16_mmx/sseMichael Niedermayer2-1/+36
2012-04-29swr: float_to_int16_sse2()Michael Niedermayer2-0/+36
2012-04-29swr: float_to_int32_sse2()Michael Niedermayer2-0/+40
2012-04-28swr: add int16_to_float_sse2()Michael Niedermayer2-0/+39
2012-04-28swr: add int32_to_float_sse2Michael Niedermayer2-0/+51
2012-04-28swr: int16->int32: use the old index negate trick to avoid 2 addsMichael Niedermayer1-11/+13
2012-04-28swr: more correct cglobal parameters to int16->int32Michael Niedermayer1-1/+1
2012-04-28swr: seperate functions for aligned & unalignedMichael Niedermayer2-8/+18
2012-04-28swr: add int16_to_int32_mmx/sseMichael Niedermayer6-2/+127