aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-2/+1
* Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje2010-09-031-1/+1
* Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-squareRonald S. Bultje2010-09-011-1/+1
* Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje2010-09-011-0/+1
* Fix vertical align.Ronald S. Bultje2010-08-311-1/+1
* Split intra prediction initialization (i.e. assigning of function pointers)Ronald S. Bultje2010-08-301-0/+1
* Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje2010-08-301-0/+1
* Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje2010-08-301-9/+6
* Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This shouldRonald S. Bultje2010-08-251-2/+1
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-251-2/+4
* Split h264dsp and h264pred in configure.Jason Garrett-Glaser2010-08-071-1/+2
* H.264: SSE2/SSSE3 weighted prediction asmEli Friedman2010-08-051-0/+1
* Convert deinterlacing MMX code to YASMVitor Sessak2010-07-311-0/+1
* relicense h264 deblock sse2 to lgplLoren Merritt2010-07-221-3/+3
* MMX/SSE VC1 loop filterDavid Conrad2010-07-111-0/+2
* Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak2010-07-061-0/+2
* First shot at VP8 optimizations:Jason Garrett-Glaser2010-06-271-0/+2
* Make vp8 select h264dsp and use this to pull in mmx intrapredMåns Rullgård2010-06-251-3/+1
* Fix compilation without --enable-gpl.Carl Eugen Hoyos2010-06-251-1/+4
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-251-0/+1
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-241-0/+5
* Simplify arch-specific object file listsMåns Rullgård2010-03-161-4/+2
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-161-0/+41