]> git.sesse.net Git - ffmpeg/history - libavutil/x86
float_dsp: fix errors in documentation
[ffmpeg] / libavutil / x86 /
2014-02-23 James Almerx86: add detection for Bit Manipulation Instruction...
2014-02-23 James Almerx86: add detection for FMA3 instruction set
2014-02-23 James Almerx86: add missing XOP checks and macros
2014-02-20 Christophe Gisquetx86: float dsp: unroll SSE versions
2014-01-26 Loren Merrittx86inc: Speed up assembling with Yasm
2013-10-25 Kieran Kunhyalibavutil: x86: Add AVX2 capable CPU detection.
2013-10-14 Jason Garrett-Glaserx86: more AVX2 framework
2013-10-14 Jason Garrett-Glaserx86inc: FMA3/4 Support
2013-10-14 Derek Buitenhuisx86inc: Remove our FMA4 support
2013-10-14 Henrik Gramnerx86inc: Use VEX-encoded instructions in AVX functions
2013-10-09 Henrik Gramnerx86inc: Remove .rodata kludges
2013-10-07 Henrik Gramnerx86inc: remove misaligned cpu flag
2013-10-07 Jason Garrett-Glaserx86inc: various minor backports from x264
2013-10-07 Derek Buitenhuisx86inc: Check for __OUTPUT_FORMAT__ having a value...
2013-10-07 Henrik Gramnerx86inc: Utilize the shadow space on 64-bit Windows
2013-10-07 Loren Merrittx86inc: create xm# and ym#, analagous to m#
2013-10-07 Loren Merrittx86inc: fix some corner cases of SWAP
2013-10-07 Henrik Gramnerx86inc: Use SSE instead of SSE2 for copying data
2013-10-07 Henrik Gramnerx86inc: Set ELF hidden visibility for global constants
2013-10-07 Loren Merrittx86inc: activate REP_RET automatically
2013-09-21 Alex Smithavutil: Fix compilation with inline asm disabled on...
2013-08-29 Diego Biurrunx86: Add and use more convenience macros to check CPU...
2013-08-28 Diego Biurrunavutil: Refactor CPU extension availability macros
2013-08-28 Diego Biurrunavutil: Move internal CPU detection function declaratio...
2013-07-17 Diego BiurrunConsistently use "cpu_flags" as variable/parameter...
2013-07-02 Loren Merrittlls/x86: use 3-operator vaddpd in ADDPD_MEM
2013-06-30 Loren Merrittx86: lpc: fix a segfault in av_evaluate_lls_sse2()
2013-06-29 Loren Merrittx86: lpc: simd av_evaluate_lls
2013-06-29 Loren Merrittx86: lpc: simd av_update_lls
2013-05-04 Diego Biurrunavutil: Add av_cold attributes to init functions missin...
2013-05-03 Christophe Gisquetx86: float dsp: butterflies_float SSE
2013-04-10 Ronald S. Bultjedsputil: Make dsputil selectable
2013-04-09 Christophe Gisquetx86inc: Fix number of operands for cmp* instructions
2013-03-27 Diego Biurruncosmetics: Remove unnecessary extern keywords from...
2013-02-19 Ronald S. Bultjex86: Use simple nop codes for <= sse (rather than ...
2013-02-14 Diego Biurrunavutil: Ensure that emms_c is always defined, even...
2013-02-14 Diego Biurrunavutil: Move emms code to x86-specific header
2013-01-22 Ronald S. Bultjefloatdsp: move scalarproduct_float from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_add from dsputil to avfloatdsp.
2013-01-18 Martin Storsjöx86: Add a Yasm-based emms() replacement
2013-01-18 Diego Biurrunx86inc: Add cvisible macro for C functions with public...
2013-01-18 Diego Biurrunx86inc: Rename "program_name" to "private_prefix"
2013-01-17 Martin Storsjöfloat_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmu...
2013-01-16 Justin Ruggleslavc: Move vector_fmul_window to AVFloatDSPContext
2013-01-15 Diego Biurrunx86: Add PAVGB macro to abstract pavgb/pavgusb instruct...
2013-01-15 Diego Biurrunx86: ABSB2: port to cpuflags
2013-01-15 Diego Biurrunx86: ABSB: port to cpuflags
2013-01-14 Diego Biurrunx86: ABS2: port to cpuflags
2013-01-06 Diego Biurrunx86: ABS1: port to cpuflags
2012-12-19 Ronald S. Bultjelavc: merge latest x86inc.asm fixes with x264
2012-12-13 Janne Grunaux86inc: fully concatenate tokens to fix macro expansion...
2012-12-12 Ronald S. Bultjex86inc: fix stack alignment on win64
2012-12-12 Ronald S. Bultjex86inc: support stack mem allocation and re-alignment...
2012-12-08 Justin Rugglesx86: float_dsp: fix loading of the len parameter on...
2012-12-06 Justin Rugglesx86: float_dsp: fix compilation of ff_vector_dmul_scala...
2012-12-05 Justin Rugglesx86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume...
2012-12-05 Justin Rugglesfloat_dsp: add vector_dmul_scalar() to multiply a vecto...
2012-11-27 Diego Biurrunx86: cpu: Drop unused HAVE_RWEFLAGS condition
2012-11-26 Justin Rugglesx86: float_dsp: add SSE version of vector_fmul_scalar()
2012-11-18 Diego Biurrunx86: SPLATD: port to cpuflags
2012-11-13 Diego Biurrunx86: mmx2 ---> mmxext in asm constructs
2012-11-11 Diego Biurrunbuild: Drop AVX assembly ifdefs
2012-11-11 Diego Biurrunx86inc: Set program_name outside of x86inc.asm
2012-11-09 Diego Biurrunx86: PALIGNR: port to cpuflags
2012-11-05 Diego Biurrunx86: PABSW: port to cpuflags
2012-11-02 Diego Biurrunx86: Refactor PSWAPD fallback implementations and port...
2012-11-02 Diego Biurrunx86: PMINUB: port to cpuflags
2012-11-02 Diego Biurrunx86util: Add cpuflags_mmxext alias for cpuflags_mmx2
2012-11-02 Diego Biurrunx86inc: Only define program_name if the macro is unset
2012-10-31 Dave Yeox86: Fix assembly with NASM
2012-10-31 Diego Biurrunx86: MMX2 ---> MMXEXT in macro names
2012-10-30 Diego Biurrunx86: include x86inc.asm in x86util.asm
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...
next