summaryrefslogtreecommitdiff
path: root/libavutil/x86
Commit message (Expand)AuthorAgeFilesLines
* x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner2015-10-011-2/+3
* avutil/attributes: add AV_GCC_VERSION_AT_MOSTJames Almer2015-09-181-4/+4
* x86: port PSIGNW to cpuflagsJames Almer2015-09-111-5/+5
* avutil/x86/asm: rename REG_SP to REG_spGanesh Ajjanagadde2015-08-221-2/+3
* x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov2015-08-051-1/+3
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-042-13/+1
* x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-041-22/+40
* x86: move XOP emulation code back to x86incJames Almer2015-08-032-19/+16
* x86inc: Various minor backports from x264Henrik Gramner2015-08-031-11/+21
* x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner2015-08-031-9/+11
* x86/float_dsp: add missing colon to labelsJames Almer2015-07-261-1/+1
* avutil/x86/bswap: force inline asm versions with ICCJames Almer2015-07-181-1/+1
* Merge commit 'd1a6cb195f610978ba5d2351e60f938f7f261d59'Michael Niedermayer2015-07-091-1/+6
|\
| * x86: Serialize rdtsc in read_time()Henrik Gramner2015-07-091-1/+6
| * x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-312-2/+2
* | avutil/x86/intmath: add missing check for inline assemblyJames Almer2015-06-271-1/+1
* | avutil/x86/intmath: use bzhi gcc builtin in av_mod_uintp2()James Almer2015-06-271-0/+7
* | x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-06-012-3/+3
* | Merge commit 'cae39851201b7781f1262e1c23627b45e6e80bb4'Michael Niedermayer2015-05-311-0/+18
|\ \ | |/
| * x86: Add helper macros to check for slow cpuflagsJames Almer2015-05-311-0/+18
| * x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-311-3/+14
| * x86inc: Clear __SECT__Timothy Gu2015-05-281-1/+5
| * v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-051-0/+5
| * x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner2014-09-091-19/+22
| * x86inc: Free up variable name "n" in global namespaceLoren Merritt2014-09-091-9/+9
| * x86inc: Make ym# behave the same way as xm#Henrik Gramner2014-09-091-4/+4
* | x86inc: Clear __SECT__Timothy Gu2015-05-281-1/+5
* | x86/cpu: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-271-3/+14
* | avutil/x86/Makefile: fix conditional x86/emms.o buildMichael Niedermayer2015-04-091-2/+2
* | avutil/x86/Makefile: Make building and linking of emms.c conditionalRonald S. Bultje2015-04-081-1/+3
* | libavutil: add bmi2 optimized av_mod_uintp2James Almer2015-03-201-2/+22
* | pixelutils: Comment on (lack of) sad_8x8_sse2Peter Cordes2015-03-041-0/+6
* | libavutil: add x86 optimized av_popcountJames Almer2015-02-251-0/+38
* | x86inc: Correctly warn on use of SSE2 instructions in SSE functionsChristophe Gisquet2015-02-171-2/+4
* | x86: lavu/x264asm: fix ymm register instantiationChristophe Gisquet2015-02-041-1/+1
* | lavu/x86/x86inc: deprecate INIT_AVXJames Darnley2015-02-021-8/+0
* | x264asm: warn when inappropriate instruction used in function with specified ...Anton Mitrofanov2015-02-021-286/+295
* | x86/swr: add SSE2/AVX pack_8ch functionsJames Almer2014-12-301-0/+37
* | v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-11-261-0/+5
* | avutil/lls: Make unchanged function arguments constMichael Niedermayer2014-09-281-3/+3
* | avutil/x86/cpu: fix cpuid sub-leaf selectionlvqcl2014-09-271-1/+1
* | x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner2014-09-051-19/+22
* | x86inc: Make ym# behave the same way as xm#Henrik Gramner2014-09-051-4/+4
* | x86inc: free up variable name "n" in global namespaceLoren Merritt2014-09-051-9/+9
* | avutil/pixelutils: faster pixelutils_sad_16x16Clément Bœsch2014-08-231-5/+11
* | avutil/pixelutils: faster pixelutils_sad_[au]_16x16Clément Bœsch2014-08-231-5/+9
* | drop LLS1, rename LLS2 to LLSMichael Niedermayer2014-08-092-9/+9
* | avutil: add pixelutils APIClément Bœsch2014-08-054-0/+243
* | x86/hevc_deblock: improve 8bit transpose store macrosJames Almer2014-08-031-0/+9
* | x86/hevc_idct: replace old and unused idct functionsJames Almer2014-07-261-1/+3