summaryrefslogtreecommitdiff
path: root/libavutil/x86
Commit message (Expand)AuthorAgeFilesLines
* avutil/x86/emms: Document the emms_c() vs alloc/free relation.Michael Niedermayer2016-10-231-0/+2
* vp9: add 16x16 idct avx2 (8-bit).Ronald S. Bultje2016-07-111-1/+68
* asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron2016-06-272-35/+35
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| * x86: Add ymm_reg structJames Almer2016-01-281-0/+1
| * x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-231-0/+23
| * x86inc: Avoid creating unnecessary local labelsHenrik Gramner2016-01-231-2/+4
| * x86inc: Simplify AUTO_REP_RETHenrik Gramner2016-01-231-4/+2
| * x86inc: Use more consistent indentationHenrik Gramner2016-01-231-67/+67
| * x86inc: Preserve arguments when allocating stack spaceHenrik Gramner2016-01-231-2/+5
| * x86inc: Improve FMA instruction handlingHenrik Gramner2016-01-231-40/+37
| * x86inc: Be more verbose in assertion failuresHenrik Gramner2016-01-231-1/+1
| * x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner2016-01-231-2/+3
| * x86inc: Various minor backports from x264Henrik Gramner2015-08-131-11/+21
| * x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-111-12/+0
| * x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner2015-08-111-9/+11
| * x86inc: Fix instantiation of YMM registersChristophe Gisquet2015-08-111-1/+1
| * x86inc: warn when instructions incompatible with current cpuflags are usedAnton Mitrofanov2015-08-111-288/+299
| * x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-111-22/+40
| * x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov2015-08-111-2/+5
* | lavu/intmath.h: fix compilation with msvc10.Matt Oliver2016-06-131-0/+2
* | x86/showcqt: use three operand format for some instructionsJames Almer2016-06-081-1/+1
* | avutil/x86util: move haddps sse emulation from showcqtJames Almer2016-06-081-0/+11
* | x86inc: Enable AVX emulation in additional casesAnton Mitrofanov2016-04-201-8/+13
* | x86inc: Improve handling of %ifid with multi-token parametersAnton Mitrofanov2016-04-201-2/+2
* | x86inc: Fix AVX emulation of some instructionsAnton Mitrofanov2016-04-201-20/+24
* | x86inc: Fix AVX emulation of scalar float instructionsHenrik Gramner2016-04-201-14/+14
* | x86: use the new helper macros where usefulJames Almer2016-02-142-2/+2
* | x86: add some more helper macros to check for slow cpuflagsJames Almer2016-02-141-0/+4
* | x86/cpu: set avxslow cpuflag on btver2 CPUsJames Almer2016-02-071-6/+4
* | x86/emms: empty the mmx state unconditionally on supported targetsJames Almer2016-02-041-0/+6
* | all: Add missing header guardsTimothy Gu2016-01-281-0/+5
* | x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-211-0/+23
* | x86inc: Avoid creating unnecessary local labelsHenrik Gramner2016-01-211-2/+4
* | x86inc: Simplify AUTO_REP_RETHenrik Gramner2016-01-211-4/+2
* | x86inc: Use more consistent indentationHenrik Gramner2016-01-211-67/+67
* | x86inc: Preserve arguments when allocating stack spaceHenrik Gramner2016-01-211-2/+5
* | x86inc: Improve FMA instruction handlingHenrik Gramner2016-01-211-40/+37
* | x86inc: Be more verbose in assertion failuresHenrik Gramner2016-01-211-1/+1
* | x86/intmath: disable sse av_clip functions when using ICCJames Almer2016-01-211-2/+2
* | x86/fixed_dsp: add ff_butterflies_fixed_sse2James Almer2016-01-163-0/+85
* | lavu/x86/lls: add fma3 optimizations for update_llsGanesh Ajjanagadde2016-01-152-2/+61
* | x86/intmath: add missing early clobber to output operandsJames Almer2016-01-151-2/+2
* | x86/float_dsp: zero extend offset from ff_scalarproduct_float_sseJames Almer2016-01-081-3/+3
* | x86/float_dsp: zero extend len from ff_butterflies_float_sse implicitlyJames Almer2016-01-081-4/+1
* | x86/float_dsp: remove len check from ff_butterflies_float_sseJames Almer2016-01-081-3/+0
* | x86/intmath: add sse optimized av_clipf and av_clipdJames Almer2016-01-071-0/+33
* | avutil/x86/bswap: Remove warning about bswap intrinsics with msvc.Matt Oliver2015-11-231-0/+3
* | avutil/x86/intmath: Fix intrinsic header include when using newer gcc with ol...Matt Oliver2015-11-121-1/+1