| Commit message (Expand) | Author | Age | Files | Lines |
* | libavutil: x86: Add AVX2 capable CPU detection. | Kieran Kunhya | 2013-10-25 | 2 | -0/+11 |
* | x86: more AVX2 framework | Jason Garrett-Glaser | 2013-10-14 | 1 | -0/+11 |
* | x86inc: FMA3/4 Support | Jason Garrett-Glaser | 2013-10-14 | 2 | -1/+45 |
* | x86inc: Remove our FMA4 support | Derek Buitenhuis | 2013-10-14 | 2 | -11/+16 |
* | x86inc: Use VEX-encoded instructions in AVX functions | Henrik Gramner | 2013-10-14 | 1 | -84/+169 |
* | x86inc: Remove .rodata kludges | Henrik Gramner | 2013-10-09 | 1 | -11/+5 |
* | x86inc: remove misaligned cpu flag | Henrik Gramner | 2013-10-07 | 1 | -5/+4 |
* | x86inc: various minor backports from x264 | Jason Garrett-Glaser | 2013-10-07 | 1 | -4/+3 |
* | x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64" | Derek Buitenhuis | 2013-10-07 | 1 | -0/+2 |
* | x86inc: Utilize the shadow space on 64-bit Windows | Henrik Gramner | 2013-10-07 | 1 | -37/+46 |
* | x86inc: create xm# and ym#, analagous to m# | Loren Merritt | 2013-10-07 | 1 | -1/+25 |
* | x86inc: fix some corner cases of SWAP | Loren Merritt | 2013-10-07 | 1 | -27/+27 |
* | x86inc: Use SSE instead of SSE2 for copying data | Henrik Gramner | 2013-10-07 | 1 | -2/+2 |
* | x86inc: Set ELF hidden visibility for global constants | Henrik Gramner | 2013-10-07 | 1 | -1/+5 |
* | x86inc: activate REP_RET automatically | Loren Merritt | 2013-10-07 | 1 | -5/+31 |
* | avutil: Fix compilation with inline asm disabled on mingw | Alex Smith | 2013-09-22 | 1 | -0/+1 |
* | x86: Add and use more convenience macros to check CPU extension availability | Diego Biurrun | 2013-08-29 | 1 | -0/+13 |
* | avutil: Refactor CPU extension availability macros | Diego Biurrun | 2013-08-28 | 1 | -28/+26 |
* | avutil: Move internal CPU detection function declarations to private header | Diego Biurrun | 2013-08-28 | 1 | -0/+1 |
* | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 1 | -6/+6 |
* | lls/x86: use 3-operator vaddpd in ADDPD_MEM | Loren Merritt | 2013-07-02 | 1 | -1/+1 |
* | x86: lpc: fix a segfault in av_evaluate_lls_sse2() | Loren Merritt | 2013-06-30 | 1 | -1/+1 |
* | x86: lpc: simd av_evaluate_lls | Loren Merritt | 2013-06-29 | 2 | -0/+41 |
* | x86: lpc: simd av_update_lls | Loren Merritt | 2013-06-29 | 3 | -0/+236 |
* | avutil: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | x86: float dsp: butterflies_float SSE | Christophe Gisquet | 2013-05-03 | 2 | -0/+29 |
* | dsputil: Make dsputil selectable | Ronald S. Bultje | 2013-04-10 | 1 | -0/+2 |
* | x86inc: Fix number of operands for cmp* instructions | Christophe Gisquet | 2013-04-09 | 1 | -4/+4 |
* | cosmetics: Remove unnecessary extern keywords from function declarations | Diego Biurrun | 2013-03-27 | 1 | -13/+13 |
* | x86: Use simple nop codes for <= sse (rather than <= mmx) | Ronald S. Bultje | 2013-02-19 | 1 | -1/+1 |
* | avutil: Ensure that emms_c is always defined, even on non-x86 | Diego Biurrun | 2013-02-14 | 1 | -3/+2 |
* | avutil: Move emms code to x86-specific header | Diego Biurrun | 2013-02-14 | 1 | -0/+22 |
* | floatdsp: move scalarproduct_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 2 | -0/+28 |
* | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 2 | -0/+44 |
* | floatdsp: move vector_fmul_add from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 2 | -0/+35 |
* | x86: Add a Yasm-based emms() replacement | Martin Storsjö | 2013-01-18 | 3 | -0/+55 |
* | x86inc: Add cvisible macro for C functions with public prefix | Diego Biurrun | 2013-01-18 | 2 | -14/+29 |
* | x86inc: Rename "program_name" to "private_prefix" | Diego Biurrun | 2013-01-18 | 2 | -6/+6 |
* | float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_window | Martin Storsjö | 2013-01-17 | 1 | -3/+3 |
* | lavc: Move vector_fmul_window to AVFloatDSPContext | Justin Ruggles | 2013-01-16 | 1 | -0/+75 |
* | x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags | Diego Biurrun | 2013-01-15 | 1 | -0/+8 |
* | x86: ABSB2: port to cpuflags | Diego Biurrun | 2013-01-15 | 1 | -8/+6 |
* | x86: ABSB: port to cpuflags | Diego Biurrun | 2013-01-15 | 1 | -6/+5 |
* | x86: ABS2: port to cpuflags | Diego Biurrun | 2013-01-14 | 1 | -16/+13 |
* | x86: ABS1: port to cpuflags | Diego Biurrun | 2013-01-06 | 1 | -12/+9 |
* | lavc: merge latest x86inc.asm fixes with x264 | Ronald S. Bultje | 2012-12-19 | 1 | -13/+20 |
* | x86inc: fully concatenate tokens to fix macro expansion for nasm | Janne Grunau | 2012-12-13 | 1 | -2/+2 |
* | x86inc: fix stack alignment on win64 | Ronald S. Bultje | 2012-12-12 | 1 | -4/+6 |
* | x86inc: support stack mem allocation and re-alignment in PROLOGUE | Ronald S. Bultje | 2012-12-12 | 1 | -36/+149 |
* | x86: float_dsp: fix loading of the len parameter on x86-32 | Justin Ruggles | 2012-12-07 | 1 | -1/+4 |