summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx.h
Commit message (Expand)AuthorAge
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-12
* x86: dsputil: Split inline assembly from init codeDiego Biurrun2013-05-12
* x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun2013-05-12
* x86: dsputil: Move TRANSPOSE4 macro to the only place it is usedDiego Biurrun2013-05-08
* x86: dsputil: Move constant declarations into separate headerDiego Biurrun2013-05-08
* x86: dsputil: Move ff_pd assembly constants to the only place they are usedDiego Biurrun2013-05-08
* x86: dsputil: Remove unused ff_pb_3F constantDiego Biurrun2013-05-07
* x86: dsputil: Remove unused MOVQ_BONE macroDiego Biurrun2013-05-07
* x86: dsputil: Move rv40-specific functions where they belongDiego Biurrun2013-05-07
* x86: dsputil hpeldsp: Move shared template functions into separate objectDiego Biurrun2013-05-07
* x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.cDiego Biurrun2013-05-06
* x86: dsputil: Move cavs and vc1-specific functions where they belongDiego Biurrun2013-05-02
* x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.cDiego Biurrun2013-05-02
* x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.cDiego Biurrun2013-05-02
* x86: Move duplicated put_pixels{8|16}_mmx functions into their own fileDiego Biurrun2013-05-02
* x86: Factorize duplicated inline assembly snippetsMartin Storsjö2013-04-23
* x86: cavs: Put mmx-specific code into its own init functionDiego Biurrun2013-04-22
* x86: Move constants to the only place where they are usedRonald S. Bultje2013-04-15
* x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun2013-04-12
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-10
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-12
* x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-26
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje2013-01-22
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* x86: Remove some leftover declarations for non-existent functionsDiego Biurrun2012-09-13
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* 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
* rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MCChristophe Gisquet2012-05-10
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-17
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-21
* Fix compilation on x86-32 with --disable-optimizations,Daniel Kang2011-01-03
* For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytesRonald S. Bultje2010-12-24
* Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje2010-09-03
* Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje2010-09-01
* Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje2010-08-30
* Move cavs dsp functions to their own structMåns Rullgård2010-08-03
* Convert deinterlacing MMX code to YASMVitor Sessak2010-07-31
* Add header declarations for mmx/sse constants missing themDavid Conrad2010-07-21
* VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.Ronald S. Bultje2010-07-15
* Make ff_pw_4 128 bitsDavid Conrad2010-07-11
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-25
* Separate DWT from snow and dsputilMåns Rullgård2010-03-14
* x86: move function prototypes to header filesMåns Rullgård2010-03-06
* Move declarations of some mmx functions to dsputil_mmx.hMåns Rullgård2009-08-29
* convert ff_pw_64 into an xmm_reg for future use in vp6 sse codeAurelien Jacobs2009-02-12