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-07-01Update Fiona's name in copyright statements.Diego Biurrun
2014-01-26x86inc: Speed up assembling with YasmLoren Merritt
2013-10-14x86: more AVX2 frameworkJason Garrett-Glaser
2013-10-14x86inc: FMA3/4 SupportJason Garrett-Glaser
2013-10-14x86inc: Remove our FMA4 supportDerek Buitenhuis
2013-10-14x86inc: Use VEX-encoded instructions in AVX functionsHenrik Gramner
2013-10-09x86inc: Remove .rodata kludgesHenrik Gramner
2013-10-07x86inc: remove misaligned cpu flagHenrik Gramner
2013-10-07x86inc: various minor backports from x264Jason Garrett-Glaser
2013-10-07x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64"Derek Buitenhuis
2013-10-07x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner
2013-10-07x86inc: create xm# and ym#, analagous to m#Loren Merritt
2013-10-07x86inc: fix some corner cases of SWAPLoren Merritt
2013-10-07x86inc: Use SSE instead of SSE2 for copying dataHenrik Gramner
2013-10-07x86inc: Set ELF hidden visibility for global constantsHenrik Gramner
2013-10-07x86inc: activate REP_RET automaticallyLoren Merritt
2013-04-10x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet
2013-02-20x86: Use simple nop codes for <= sse (rather than <= mmx)Ronald S. Bultje
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-19lavc: merge latest x86inc.asm fixes with x264Ronald S. Bultje
2012-12-14x86inc: fully concatenate tokens to fix macro expansion for nasmJanne Grunau
2012-12-12x86inc: fix stack alignment on win64Ronald S. Bultje
2012-12-12x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje
2012-12-05x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles
2012-11-11x86inc: Set program_name outside of x86inc.asmDiego Biurrun
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-26vf_hqdn3d: x86 asmLoren Merritt
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-03x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun
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-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-05x86inc: modify ALIGN to not generate long nops on i586Loren Merritt
2012-04-19x86inc: support AVX abstraction for 2-operand instructionsLoren Merritt
2012-04-11x86inc improvements for 64-bitHenrik Gramner
2012-03-15x86inc: add *mp named argument support to DEFINE_ARGS.Ronald S. Bultje
2012-03-04x86inc: don't "bake" stack_offset in named arguments.Loren Merritt
2012-02-08x86inc: support yasm -f win64 flag also.Haruhiko Yamagata
2012-02-08x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner
2012-01-27x86inc.asm: fix typo.Ronald S. Bultje
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2012-01-09mpegaudiodec: optimized iMDCT transformVitor Sessak
2011-11-28x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak
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