]> git.sesse.net Git - ffmpeg/history - libavutil/x86
x86: place some inline asm under #if HAVE_INLINE_ASM
[ffmpeg] / libavutil / x86 /
2012-06-25 Ronald S. Bultjex86: place some inline asm under #if HAVE_INLINE_ASM
2012-06-23 Diego Biurrunx86: Add CPU flag for the i686 cmov instruction
2012-06-18 Justin Rugglesfloat_dsp: add x86-optimized functions for vector_fmac_...
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-05-29 Vitor Sessakx86: Avoid movs on BUTTERFLYPS when in AVX mode
2012-05-09 Justin Ruggleslavr: replace the SSE version of ff_conv_fltp_to_flt_6c...
2012-04-25 Justin RugglesAdd libavresample
2012-04-19 Loren Merrittx86inc: support AVX abstraction for 2-operand instructions
2012-04-12 Diego Biurrunbuild: Move all arch OBJS declarations into arch subdir...
2012-04-11 Henrik Gramnerx86inc improvements for 64-bit
2012-03-15 Ronald S. Bultjex86inc: add *mp named argument support to DEFINE_ARGS.
2012-03-04 Loren Merrittx86inc: don't "bake" stack_offset in named arguments.
2012-02-08 Haruhiko Yamagatax86inc: support yasm -f win64 flag also.
2012-02-08 Henrik Gramnerx86inc: allow manual use of WIN64_SPILL_XMM.
2012-02-02 Ronald S. Bultjewin64: add a XMM clobber test configure option.
2012-01-27 Ronald S. Bultjex86inc.asm: fix typo.
2012-01-27 Ronald S. Bultjeconfig.asm: change %ifdef directives to %if directives.
2012-01-09 Vitor Sessakmpegaudiodec: optimized iMDCT transform
2011-12-12 Mans Rullgardx86: bswap: remove test for bswap instruction
2011-12-12 Mans Rullgardbswap: make generic implementation more compiler-friendly
2011-12-07 Sean McGovernx86 cpuid: set vendor union members separately
2011-11-27 Vitor Sessakx86inc: Flag shufps as an floating-point instruction...
2011-11-07 Justin Rugglesx86inc: use sse versions of common macros instead of...
2011-11-06 Loren MerrittUpdate x86inc.asm to latest x264 version, and add AVX...
2011-10-21 Justin Rugglesfmtconvert: port int32_to_float_fmul_scalar() x86 inlin...
2011-09-26 Jason Garrett-Glaserx86: XOP/FMA4 CPU detection support
2011-09-03 Sean McGoverncpu detection: avoid a signed overflow
2011-08-18 Ronald S. BultjeMove clipd macros to x86util.asm.
2011-08-12 Ronald S. BultjeMove x86util.asm from libavcodec/ to libavutil/.
2011-08-12 Ronald S. BultjeMove x86inc.asm to libavutil/.
2011-04-23 Jason Garrett-Glaserbswap: use native types for av_bwap16().
2011-03-22 Justin Rugglescosmetics: indentation
2011-03-22 Justin RugglesAdd a CPU flag for the Atom processor.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-20 Mans Rullgardx86: use raw opcode for xgetbv instruction
2011-02-20 Mans Rullgardx86: check for AVX support
2011-02-11 Justin RugglesAdd check for Athlon64 and similar AMD processors with...
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2010-09-09 Måns RullgårdAdd missing #include <string.h> in x86/cpu.c
2010-09-09 Måns RullgårdClean up av_get_cpu_flag()
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2010-03-08 Måns RullgårdAdd lots of missing includes
2010-01-19 Måns RullgårdMove FASTDIV macro to intmath.h
2010-01-18 Alexander StrangeAdd macros for 64- and 128-bit write-combining optimiza...
2009-04-01 Måns RullgårdSplit libavutil/timer.h per architecture
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-10-21 Måns Rullgårdsplit bswap.h into per-arch files