Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-15swr: compile mmx2 s16p functions only on x86-32.Ronald S. Bultje
2014-06-15swr: add prototypes for resample dsp functionsJames Almer
2014-06-15swr: remove obsolete function prototypes.Ronald S. Bultje
2014-06-14swr: split out DSP functions.Ronald S. Bultje
2014-05-16swresample: add swri_resample_float_avxJames Almer
2014-05-07inline asm: fix arrays as named constraints.Matt Oliver
2014-05-07swresample/resample: add missing xmm clobbersJames Almer
2014-04-25swresample: add swri_resample_double_sse2James Almer
2014-03-24swresample/resample: sse float linear interpolationJames Almer
2014-03-24swresample/resample: mmx2/sse2 int16 linear interpolationJames Almer
2014-03-20swresample: add swri_resample_float_sseJames Almer
2014-03-19Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver
2014-03-18swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2James Almer
2014-01-18swresample: Add arm&x86 clobber testsMartin Storsjö
2013-12-31Avoid using empty macro arguments.Reimar Döffinger
2013-10-08x86: Fix compilation with nasm on PPC & OS/2Ronald S. Bultje
2013-06-18swresample/x86/audio_convert: add emms to CONVMichael Niedermayer
2013-06-05swr: add native_simd_oneMichael Niedermayer
2012-10-31Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer
2012-09-09swr: add av_cold to init/free functionsMichael Niedermayer
2012-09-01Fix compilation with yasm-0.6.2.Carl Eugen Hoyos
2012-08-31Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-07swr/x86: 16bit integer mix functions need SSE2 not SSEMichael Niedermayer
2012-07-05swr/x86: 10l, missed some SSE2 instructions in code marked as SSE.Michael Niedermayer
2012-06-30swr: fix make checkheaders.Clément Bœsch
2012-06-30swr: small align cosmetic.Clément Bœsch
2012-06-30swr: use __asm__ instead of __asm.Clément Bœsch
2012-06-28swr: MMX2 & SSSE3 int16 resample coreMichael Niedermayer
2012-06-13swr: fix 10l use of uninitialized dataMichael Niedermayer
2012-06-12swr: mix_2_1_int16_mmx/sseMichael Niedermayer
2012-06-12swr: mix_1_1_int16_sseMichael Niedermayer
2012-06-12swr: mix_1_1 int16 MMXMichael Niedermayer
2012-06-12swr: mix_2_1_float SSE/AVXMichael Niedermayer
2012-06-12swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael Niedermayer
2012-05-13libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and ff_pack_6ch_floa...Michael Niedermayer
2012-05-13libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and ff_pack_6ch_int3...Michael Niedermayer
2012-05-13libswresample: make NOP_N macro less picky on its parametersMichael Niedermayer
2012-05-13libswresample: Change FLOAT_TO_INT32_N to need 1 register lessMichael Niedermayer
2012-05-13libswresample-simd: rename 6ch pack to what it isMichael Niedermayer
2012-05-13libswresample-simd: make the converter registers parametersMichael Niedermayer
2012-05-13libswresample: cosmeticsMichael Niedermayer
2012-05-13libswresample: unaligned AVX/SSE4 float and int32 6ch packMichael Niedermayer
2012-05-13libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing function.Justin Ruggles
2012-05-06swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3Michael Niedermayer
2012-05-06swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD f...Michael Niedermayer
2012-05-06swr-x86-simd: create prototypes with macros, this is simpler.Michael Niedermayer
2012-05-06swr-x86-SIMD: 3 instructions less for stereo planar->packed s32/flt->s16Michael Niedermayer
2012-05-05swr: replace the remaining 2 audio convert SIMD macros by the new onesMichael Niedermayer
2012-05-05swr: fix internal asm labelsMichael Niedermayer