summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* x86/dsputilenc: make the SUM_ABS_DCTELEM macro more readableJames Almer2014-05-25
* x86/dsputilenc: port sum_abs_dctelem functions to yasmJames Almer2014-05-24
* x86: hpeldsp: implement SSSE3 version of _xy2Christophe Gisquet2014-05-24
* x86: hpeldsp: implement SSE2 put_pixels16_xy2Christophe Gisquet2014-05-24
* x86: hpeldsp: implement SSE2 versionsChristophe Gisquet2014-05-24
* x86/hevc_deblock: improve chroma functions register allocationJames Almer2014-05-24
* x86/dsputil: fix argument declaration in vector_clipfJames Almer2014-05-23
* x86/dsputil: fix VECTOR_CLIP_INT32 macroJames Almer2014-05-23
* x86/diracdsp: mark all functions as yasmJames Almer2014-05-23
* x86/dsputil: port ff_vector_clipf_sse to yasmJames Almer2014-05-23
* x86: hpeldsp: avg_pixels_xy2 for mmx2&3dnowChristophe Gisquet2014-05-22
* x86: hpeldsp: mark _xy2 versions as approximateChristophe Gisquet2014-05-22
* x86: hpeldsp: kill hpeldsp_mmx.cChristophe Gisquet2014-05-22
* x86/dsputil: port ff_put_signed_pixels_clamped_mmx to yasmJames Almer2014-05-21
* x86/dsputil: port clear_block functions to yasmJames Almer2014-05-21
* avcodec/x86/hpeldsp_init: remove redundant if()Michael Niedermayer2014-05-21
* hpeldsp: fix build without inline asmHendrik Leppkes2014-05-21
* x86: kill fpel_mmx.cChristophe Gisquet2014-05-21
* x86/hevc_deblock: use constants instead of generating values at runtimeJames Almer2014-05-19
* x86/hevc_deblock: remove some duplicated instructionsJames Almer2014-05-18
* x86: hevc_mc: specify coefficients registersChristophe Gisquet2014-05-18
* Fix compilation of libavcodec/x86/hevc_deblock.asm with nasm.Carl Eugen Hoyos2014-05-17
* x86/hevc_deblock: use movhps instead of shuffling valuesJames Almer2014-05-17
* x86/hevc_deblock: fix label namesJames Almer2014-05-17
* x86/hevc_deblock: fix usage of ABS1James Almer2014-05-17
* x86/hevc_deblock: merge movs with other instructionsJames Almer2014-05-17
* avcodec/x86/hevc: updated to use x86util macrosplepere2014-05-16
* avcodec/x86/hevc: added DBF assembly functionsplepere2014-05-16
* avcodec/x86/dsputil_mmx: Fix build with clang-usanMichael Niedermayer2014-05-15
* x86: sbrdsp: implement SSE qmf_deint_negChristophe Gisquet2014-05-15
* hevcdsp: correctly indicate that hevc_put_hevc_bi_epel_h uses 9 GPRsHendrik Leppkes2014-05-12
* hevcdsp: include stddef.h for ptrdiff_t definitionJames Almer2014-05-10
* hevcdsp: add missing header includeJames Almer2014-05-10
* avcodec/x86/hevcdsp_init: fix build failure with --disable-mmxMichael Niedermayer2014-05-09
* hvcodec/x86/hevcdsp: make macros more modular to support functions that are n...plepere2014-05-09
* inline asm: fix arrays as named constraints.Matt Oliver2014-05-07
* avcodec/x86/hevcdsp_init: fix SSE4 checksMichael Niedermayer2014-05-06
* avcodec/x86/Makefile: remove duplicate lineMichael Niedermayer2014-05-06
* avcodec/x86/hevcdsp_init: fix build on 32bitMichael Niedermayer2014-05-06
* HEVC : added assembly MC functionsplepere2014-05-06
* x86/mpegaudiodsp.c: msvc compilation error without sse/avx_externalMatt Oliver2014-05-06
* avcodec/lossless_videodsp: fix incompatible pointer type warningMichael Niedermayer2014-05-05
* x86/cavdsp: prevent named constraints appearing twice.Matt Oliver2014-05-03
* x86/mpegaudiodsp: define apply_window_mp3 as SSEJames Almer2014-04-25
* vc1dsp: fix build without inline asmHendrik Leppkes2014-04-22
* avcodec/x86/vp9lpf: add a comment above a bunch of SWAP.Clément Bœsch2014-04-20
* avcodec/x86/vp9lpf: merge a few movs with other instructions.Clément Bœsch2014-04-20
* vc1dsp: introduce cases for 8x8 and 16x16Christophe Gisquet2014-04-20
* vp9/x86: simplify FILTER_INIT.Clément Bœsch2014-04-19
* vp9/x86: clarify mixed splatb.Clément Bœsch2014-04-19