summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
...
* x86: h264_intrapred: port to cpuflag macrosDiego Biurrun2012-07-05
* vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch tooMartin Storsjö2012-07-05
* vp8: loopfilter >=sse2 functions need aligned stack on x86-32.Martin Storsjö2012-07-04
* dsputilenc: group yasm and inline asm function pointer assignment.Ronald S. Bultje2012-07-04
* dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section.Ronald S. Bultje2012-06-30
* x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*Ronald S. Bultje2012-06-30
* x86: vc1: fix and enable optimised loop filterMans Rullgard2012-06-30
* x86: fft: replace call to memcpy by a loopChristophe Gisquet2012-06-27
* x86: fft: elf64: fix PIC buildMans Rullgard2012-06-25
* x86: fft: win64: fix stack alignment for memcpy() callMans Rullgard2012-06-25
* x86: fft: convert sse inline asm to yasmMans Rullgard2012-06-25
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-25
* h264: use asm cabac reader under a generic conditionMans Rullgard2012-06-23
* x86: Only use optimizations with cmov if the CPU supports the instructionDiego Biurrun2012-06-23
* x86: remove unused inline asm macros from dsputil_mmx.hMans Rullgard2012-06-23
* x86: move some inline asm macros to the only places they are usedMans Rullgard2012-06-23
* cosmetics: do not use full path for local headersDiego Biurrun2012-06-22
* dwt: remove variable-length arraysRonald S. Bultje2012-06-17
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* x86: use new schema for ASM macrosVitor Sessak2012-05-29
* x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.Justin Ruggles2012-05-22
* Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-21
* x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions.Michael Kostylev2012-05-15
* ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16Justin Ruggles2012-05-15
* x86: use more standard construct for setting ASM functions in FFT codeVitor Sessak2012-05-14
* x86: vc1: drop MMX loop filter implementation, which uses MMX2 instructions.Michael Kostylev2012-05-12
* rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MCChristophe Gisquet2012-05-10
* snowdsp: explicitily state instruction size.Ronald S. Bultje2012-05-02
* dsputil x86: revert a test back to its previous valueChristophe GISQUET2012-04-28
* rv34dsp x86: implement MMX2 inverse transformChristophe Gisquet2012-04-28
* h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger2012-04-28
* h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-28
* h264: (trivial) remove unneeded macro argument in x86/cabac.hRoland Scheidegger2012-04-28
* Remove lowres video decodingMans Rullgard2012-04-21
* avcodec: remove AVCodecContext.dsp_maskMans Rullgard2012-04-21
* h264: use proper PROLOGUE statement for a function using 8 registers.Ronald S. Bultje2012-04-16
* dsputil: fix optimized emu_edge function on Win64.Ronald S. Bultje2012-04-13
* ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and SSEJustin Ruggles2012-04-12
* h264: fix 10bit biweight functions after recent x86inc.asm fixes.Ronald S. Bultje2012-04-12
* build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun2012-04-12
* x86inc improvements for 64-bitHenrik Gramner2012-04-11
* rv40dsp x86: use only one register, for both increment and loop counterChristophe GISQUET2012-04-10
* rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-10
* dsputil x86: use SSE float instruction instead of SSE2 integer equivalentChristophe GISQUET2012-04-04
* dsputil x86: remove deprecated parameter from scalarproduct_int16 prototypeChristophe GISQUET2012-04-04
* vp8dsp x86: perform rounding shift with a single instructionChristophe GISQUET2012-04-04
* cabac: add overread protection to BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-28
* cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-28
* cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().Ronald S. Bultje2012-03-28
* cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-28