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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-30Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer
2012-05-29x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles
2012-04-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-25Add libavresampleJustin Ruggles
2012-04-20Fix compilation with NASM.Reimar Döffinger
2012-04-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-19Remove .rodata alignment kludge for Mach-O if a recent enough yasm is used.Nico Weber
2012-04-19x86inc: support AVX abstraction for 2-operand instructionsLoren Merritt
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-12build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun
2012-04-11x86inc improvements for 64-bitHenrik Gramner
2012-03-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-15x86inc: add *mp named argument support to DEFINE_ARGS.Ronald S. Bultje
2012-03-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-04x86inc: don't "bake" stack_offset in named arguments.Loren Merritt
2012-02-12Detect and check for CMOV.Reimar Döffinger
2012-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-08x86inc: support yasm -f win64 flag also.Haruhiko Yamagata
2012-02-08x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner
2012-02-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-03win64: add a XMM clobber test configure option.Ronald S. Bultje
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27x86inc.asm: fix typo.Ronald S. Bultje
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2012-01-11x86inc: remove duplicate movlhpsMichael Niedermayer
2012-01-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-09mpegaudiodec: optimized iMDCT transformVitor Sessak
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-12x86: bswap: remove test for bswap instructionMans Rullgard
2011-12-12bswap: make generic implementation more compiler-friendlyMans Rullgard
2011-12-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-08x86 cpuid: set vendor union members separatelySean McGovern
2011-11-28x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak
2011-11-28x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak
2011-11-20Fix compilation with YASM.Reimar Döffinger
2011-11-20HACK: fix compilation with NASM.Reimar Döffinger
2011-11-08mpegaudiodec: add SSE-optimized imdct36()Vitor Sessak
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-07x86inc: use sse versions of common macros instead of sse2 when applicableJustin Ruggles
2011-11-06Update x86inc.asm to latest x264 version, and add AVX symmetry.Loren Merritt
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-27x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser
2011-09-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-03cpu detection: avoid a signed overflowSean McGovern
2011-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer