466 Commits (ab827a8349f50a2596ef1e57b54b4436f936bf13)

Author SHA1 Message Date
James Almer d8962ffbd8 avutil/x86util: don't use movss in VBROADCASTSS macro when src and dst args are the same 8 years ago
James Darnley 5336887867 avcodec/h264: sse2, avx h luma mbaff deblock/loop filter 8 years ago
James Darnley 7627df15d4 x86util: import MOVHL macro 8 years ago
James Darnley 9d815b7424 avcodec/x86: deduplicate PASS8ROWS macro 8 years ago
Henrik Gramner cd09e3b349 x86inc: Avoid using eax/rax for storing the stack pointer 8 years ago
Diego Biurrun 99434f4df8 float_dsp: Have implementation match function pointer prototype 8 years ago
Michael Niedermayer 051517648b avutil/x86/emms: Document the emms_c() vs alloc/free relation. 8 years ago
Diego Biurrun 7911186ed6 emms: Give apriv_emms_yasm() a more general name 8 years ago
Diego Biurrun 6be7944ee2 x86: Add missing colons after assembly labels 8 years ago
Alexandra Hájková 07e1f99a1b x86util: Document SBUTTERFLY macro 8 years ago
Anton Khirnov d7bc52bf45 imgutils: add a function for copying image data from GPU mapped memory 8 years ago
Fiona Glaser 8e9cd81d29 x86: cpu: Detect Conroe CPUs and their slow shuffle unit 8 years ago
Diego Biurrun 7d7355aa92 x86: Add SSSE3_SLOW CPU flag and related convenience macros 8 years ago
James Almer fd5e6a095f x86util: Extend SPLATW for avx2 8 years ago
Ronald S. Bultje f0a2b6249b vp9: add 16x16 idct avx2 (8-bit). 8 years ago
Matthieu Bouron 9eb3da2f99 asm: FF_-prefix internal macros used in inline assembly 9 years ago
Matt Oliver 5ca44ebd99 lavu/intmath.h: fix compilation with msvc10. 9 years ago
James Almer 172af20852 x86/showcqt: use three operand format for some instructions 9 years ago
James Almer 99b899483e avutil/x86util: move haddps sse emulation from showcqt 9 years ago
Diego Biurrun 1e9c5bf4c1 asm: FF_-prefix internal macros used in inline assembly 9 years ago
Anton Mitrofanov 2fb1d17a5a x86inc: Enable AVX emulation in additional cases 9 years ago
Anton Mitrofanov 300fb0df84 x86inc: Improve handling of %ifid with multi-token parameters 9 years ago
Anton Mitrofanov 8d02579fae x86inc: Fix AVX emulation of some instructions 9 years ago
Henrik Gramner ba3eb745cc x86inc: Fix AVX emulation of scalar float instructions 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Mitrofanov e428f3b30c x86inc: Enable AVX emulation in additional cases 9 years ago
Anton Mitrofanov 4bd5583ace x86inc: Improve handling of %ifid with multi-token parameters 9 years ago
Anton Mitrofanov 42be240ad6 x86inc: Fix AVX emulation of some instructions 9 years ago
Henrik Gramner 8dd3ee9ddd x86inc: Fix AVX emulation of scalar float instructions 9 years ago
James Almer 70d685a77f x86: use the new helper macros where useful 9 years ago
James Almer 73a4589d4b x86: add some more helper macros to check for slow cpuflags 9 years ago
James Almer be22bd32fe x86/cpu: set avxslow cpuflag on btver2 CPUs 9 years ago
James Almer b3b0ecee15 x86/emms: empty the mmx state unconditionally on supported targets 9 years ago
Timothy Gu 44304ae322 all: Add missing header guards 9 years ago
James Almer b624f0660b x86: Add ymm_reg struct 9 years ago
Geza Lore cc602061ee x86inc: Add debug symbols indicating sizes of compiled functions 9 years ago
Henrik Gramner 002c47798d x86inc: Avoid creating unnecessary local labels 9 years ago
Henrik Gramner fd6ecac38e x86inc: Simplify AUTO_REP_RET 9 years ago
Henrik Gramner 5ca8e195e5 x86inc: Use more consistent indentation 9 years ago
Henrik Gramner 91ed050f42 x86inc: Preserve arguments when allocating stack space 9 years ago
Henrik Gramner 715eb7ca24 x86inc: Improve FMA instruction handling 9 years ago
Henrik Gramner f60f06d989 x86inc: Be more verbose in assertion failures 9 years ago
Henrik Gramner 7adcd4e841 x86inc: Make cpuflag() and notcpuflag() return 0 or 1 9 years ago
Geza Lore d39c229e54 x86inc: Add debug symbols indicating sizes of compiled functions 9 years ago
Henrik Gramner d3662777e0 x86inc: Avoid creating unnecessary local labels 9 years ago
Henrik Gramner 87b587d4fe x86inc: Simplify AUTO_REP_RET 9 years ago
Henrik Gramner 2d60b18cf0 x86inc: Use more consistent indentation 9 years ago
Henrik Gramner dfe771dc5a x86inc: Preserve arguments when allocating stack space 9 years ago
Henrik Gramner b1496008ee x86inc: Improve FMA instruction handling 9 years ago
Henrik Gramner 6cbd0fdf28 x86inc: Be more verbose in assertion failures 9 years ago