]> git.sesse.net Git - ffmpeg/history - libavutil/x86
pixfmt: support more yuva formats
[ffmpeg] / libavutil / x86 /
2012-10-29 Ronald S. BultjeRemove INIT_AVX from x86inc.asm.
2012-10-04 Diego Biurrunx86: get_cpu_flags: add necessary ifdefs around functio...
2012-10-04 Diego Biurrunx86: Drop CPU detection intrinsics
2012-10-04 Diego Biurrunx86: Add YASM implementations of cpuid and xgetbv from...
2012-10-04 Diego Biurrunx86: cpu: Break out test for cpuid capabilities into...
2012-10-04 Diego Biurrunx86: ff_get_cpu_flags_x86(): Avoid a pointless variable...
2012-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-09-07 Justin Rugglesx86: float_dsp: fix ff_vector_fmac_scalar_avx() on...
2012-09-03 Diego Biurrunx86: Add convenience macros to check for CPU extensions...
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Diego Biurrunx86: cosmetics: Comment some #endifs for better readability
2012-08-26 Loren Merrittvf_hqdn3d: x86 asm
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16 to fltp conversion
2012-08-22 Mans Rullgardx86: remove FASTDIV inline asm
2012-08-16 Martin StorsjöAdd more missing includes after removing the implicit...
2012-08-15 Martin StorsjöAdd some more missing includes after removing the impli...
2012-08-08 Mans Rullgardx86: move MANGLE() and related macros to libavutil...
2012-08-08 Mans Rullgardx86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
2012-08-07 Mans Rullgardx86: fix build with nasm 2.08
2012-08-07 Mans Rullgardx86: use nop cpu directives only if supported
2012-08-07 Mans Rullgardx86: fix rNmp macros with nasm
2012-08-07 Mans Rullgardx86: add colons after labels
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-08-03 Diego Biurrunx86: Use consistent 3dnowext function and macro name...
2012-07-28 Loren Merrittx86inc: clip num_args to 7 on x86-32.
2012-07-28 Ronald S. Bultjex86inc: sync to latest version from x264.
2012-07-27 Justin Rugglesx86: add support for fmaddps fma4 instruction with...
2012-07-26 Ronald S. Bultjex86inc: automatically insert vzeroupper for YMM functions.
2012-07-22 Jason Garrett-Glaserdsputil: x86: add SHUFFLE_MASK_W macro
2012-07-10 Ronald S. Bultjex86/cpu: implement get/set_eflags using intrinsics
2012-07-10 Ronald S. Bultjex86/cpu: implement support for cpuid through intrinsics
2012-07-10 Ronald S. Bultjex86/cpu: implement support for xgetbv through intrinsics
2012-07-07 Ronald S. Bultjex86/timer: implement an intrinsic-based version for...
2012-07-05 Loren Merrittx86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros
2012-07-05 Loren Merrittx86inc: modify ALIGN to not generate long nops on i586
2012-07-01 Mans Rullgardx86: cpu: clean up check for cpuid instruction support
2012-06-25 Mans Rullgardx86: cpu: whitespace (mostly) cosmetics
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