summaryrefslogtreecommitdiff
path: root/libavcodec/x86/Makefile
Commit message (Expand)AuthorAge
* H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-03
* h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang2011-06-21
* H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang2011-06-18
* Add x86 assembly for some 10-bit H.264 intra predict functions.Daniel Kang2011-06-06
* Add IDCT functions for 10-bit H.264.Daniel Kang2011-05-31
* dct32: port SSE 32-point DCT to YASMVitor Sessak2011-05-21
* mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard2011-05-19
* Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser2011-05-10
* Add CONFIG_AC3DSP symbol to simplify makefilesMans Rullgard2011-03-12
* Add x86-optimized versions of exponent_min().Justin Ruggles2011-02-10
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Move sse16_sse2() from inline asm to yasm. It is one of the functions causingRonald S. Bultje2010-09-17
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-14
* LGPL SSE2 H.264 iDCTJason Garrett-Glaser2010-09-10
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje2010-09-03
* Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-squareRonald S. Bultje2010-09-01
* Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje2010-09-01
* Fix vertical align.Ronald S. Bultje2010-08-31
* Split intra prediction initialization (i.e. assigning of function pointers)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
* Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This shouldRonald S. Bultje2010-08-25
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-25
* Split h264dsp and h264pred in configure.Jason Garrett-Glaser2010-08-07
* H.264: SSE2/SSSE3 weighted prediction asmEli Friedman2010-08-05
* Convert deinterlacing MMX code to YASMVitor Sessak2010-07-31
* relicense h264 deblock sse2 to lgplLoren Merritt2010-07-22
* MMX/SSE VC1 loop filterDavid Conrad2010-07-11
* Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak2010-07-06
* First shot at VP8 optimizations:Jason Garrett-Glaser2010-06-27
* Make vp8 select h264dsp and use this to pull in mmx intrapredMåns Rullgård2010-06-25
* Fix compilation without --enable-gpl.Carl Eugen Hoyos2010-06-25
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-25
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-24
* Simplify arch-specific object file listsMåns Rullgård2010-03-16
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-16