summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx.c
Commit message (Expand)AuthorAge
* dsputil: remove disabled codeDiego Biurrun2011-07-18
* dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard2011-07-10
* H.264: Add x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-08
* YASM: Shut up unused variable compiler warning with --disable-yasm.Daniel Kang2011-07-04
* Fix build with --disable-yasm.Daniel Kang2011-07-03
* H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-03
* ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles2011-07-01
* configure: Drop check for availability of ten assembler operands.Diego Biurrun2011-06-28
* Fix build if yasm is not available.Ronald S. Bultje2011-06-18
* H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang2011-06-18
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser2011-05-10
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-26
* 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
* 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