summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-27
|\
| * dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-26
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-24
|\|
| * Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-22
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje2011-02-19
| * dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-17
| * Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
| * Implement a SIMD version of emulated_edge_mc() for x86.Ronald S. Bultje2011-01-31
| * cosmetics: indentationJustin Ruggles2011-01-31
| * Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
| * Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-22
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-22
* | dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje2011-02-20
* | dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-18
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-04
* | Implement a SIMD version of emulated_edge_mc() for x86.Ronald S. Bultje2011-02-02
* | cosmetics: indentationJustin Ruggles2011-02-02
* | Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-02
* | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-23
|/
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-18
* x86: remove VLA in ac3_downmix_sseMans Rullgard2011-01-18
* Fix ff_pw_3 alignment.Ronald S. Bultje2011-01-14
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-14
* For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytesRonald S. Bultje2010-12-24
* In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier2010-12-06
* 10l, add ff_pw_1 to dsputil_mmx for yadif sse2Baptiste Coudurier2010-12-04
* dsputil: Use explicit movzbl instead of movzxİsmail Dönmez2010-11-01
* xmm_clobbers: list xmm registers first in clobber listRamiro Polla2010-10-31
* dsputil_mmx: add xmm registers to clobber listRamiro Polla2010-10-31
* dsputil_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-10-31
* MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intraRonald S. Bultje2010-10-05
* Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor speedEli Friedman2010-09-29
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* 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
* Fix compilation failure if yasm is disabled (missing vp3 symbols).Ronald S. Bultje2010-08-30
* Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje2010-08-30
* Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje2010-08-30
* Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje2010-08-30
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-25
* Remove global mm_flags variableMåns Rullgård2010-08-24
* H.264: SSE2/SSSE3 weighted prediction asmEli Friedman2010-08-05
* Move cavs dsp functions to their own structMåns Rullgård2010-08-03
* relicense h264 deblock sse2 to lgplLoren Merritt2010-07-22
* Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.cDavid Conrad2010-07-21
* VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16)Ronald S. Bultje2010-07-20
* VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.Ronald S. Bultje2010-07-15
* Make ff_pw_4 128 bitsDavid Conrad2010-07-11