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
2013-01-19Merge commit 'd633d12b2cc999cee3ac25bf9a810fe7ff03726d'Michael Niedermayer
2013-01-19Merge commit 'ef5d41a5534b65f03d02f2e11a503ab8416bfc3b'Michael Niedermayer
2013-01-19x86inc: Add cvisible macro for C functions with public prefixDiego Biurrun
2013-01-18x86inc: Rename "program_name" to "private_prefix"Diego Biurrun
2012-12-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-19lavc: merge latest x86inc.asm fixes with x264Ronald S. Bultje
2012-12-14Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f'Michael Niedermayer
2012-12-14x86inc: fully concatenate tokens to fix macro expansion for nasmJanne Grunau
2012-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-12x86inc: fix stack alignment on win64Ronald S. Bultje
2012-12-12x86inc: support stack mem allocation and re-alignment in PROLOGUE.Ronald S. Bultje
2012-12-12x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje
2012-12-06Merge commit 'b519298a1578e0c895d53d4b4ed8867b1c031a56'Michael Niedermayer
2012-12-05x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles
2012-11-12Merge commit '802713c4e7b41bc2deed754d78649945c3442063'Michael Niedermayer
2012-11-11x86inc: Set program_name outside of x86inc.asmDiego Biurrun
2012-11-03Merge commit '9ce02e14f01de50fcc6f7f459544b140be66d615'Michael Niedermayer
2012-11-02x86inc: Only define program_name if the macro is unsetDiego Biurrun
2012-10-30Remove INIT_AVX from x86inc.asm.Ronald S. Bultje
2012-08-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-26vf_hqdn3d: x86 asmLoren Merritt
2012-08-08x86inc.asm: remove redundant ifdef __YASM_VER__Michael Niedermayer
2012-08-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-07x86: fix build with nasm 2.08Mans Rullgard
2012-08-07x86: use nop cpu directives only if supportedMans Rullgard
2012-08-07x86: fix rNmp macros with nasmMans Rullgard
2012-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-03x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28x86inc: clip num_args to 7 on x86-32.Loren Merritt
2012-07-28x86inc: sync to latest version from x264.Ronald S. Bultje
2012-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-27x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles
2012-07-27x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje
2012-07-08x86inc: put basicnop under ifdef to prevent compile failure.Clément Bœsch
2012-07-07x86inc: try to put amdnop under ifdef to prevent compile failureMichael Niedermayer
2012-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-05x86inc: modify ALIGN to not generate long nops on i586Loren Merritt
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-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-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-08x86inc: support yasm -f win64 flag also.Haruhiko Yamagata