]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/Makefile
multiple inclusion guard cleanup
[ffmpeg] / libavcodec / x86 / Makefile
2011-05-19 Mans Rullgardmpegaudiodsp: fix x86 and ppc makefiles
2011-05-11 Jason Garrett-GlaserPort x86 10-bit H.264 deblock asm from x264
2011-03-12 Mans RullgardAdd CONFIG_AC3DSP symbol to simplify makefiles
2011-02-10 Justin RugglesAdd x86-optimized versions of exponent_min().
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2010-09-17 Ronald S. BultjeMove sse16_sse2() from inline asm to yasm. It is one...
2010-09-14 Ronald S. BultjeRename h264_idct_sse2.asm to h264_idct.asm; move inline...
2010-09-10 Jason Garrett-GlaserLGPL SSE2 H.264 iDCT
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-03 Ronald S. BultjePort latest x264 deblock asm (before they moved to...
2010-09-01 Ronald S. BultjeRename h264_weight_sse2.asm to h264_weight.asm; add...
2010-09-01 Ronald S. BultjeSplit h264dsp_mmx.c (which was #included in dsputil_mmx...
2010-08-31 Ronald S. BultjeFix vertical align.
2010-08-30 Ronald S. BultjeSplit intra prediction initialization (i.e. assigning...
2010-08-30 Ronald S. BultjeMove H264 chroma MC from inline asm to yasm. This fixes...
2010-08-30 Ronald S. BultjeMove VP3 IDCT functions from inline ASM to YASM. This...
2010-08-25 Ronald S. BultjeMove vp6_filter_diag4() x86 SIMD code from inline ASM...
2010-08-25 Ronald S. BultjeMove vp6_filter_diag4() from DSPContext to VP56DSPContext.
2010-08-07 Jason Garrett-GlaserSplit h264dsp and h264pred in configure.
2010-08-05 Eli FriedmanH.264: SSE2/SSSE3 weighted prediction asm
2010-07-31 Vitor SessakConvert deinterlacing MMX code to YASM
2010-07-22 Loren Merrittrelicense h264 deblock sse2 to lgpl
2010-07-11 David ConradMMX/SSE VC1 loop filter
2010-07-06 Vitor SessakMove SSE optimized 32-point DCT to its own file. Should...
2010-06-27 Jason Garrett-GlaserFirst shot at VP8 optimizations:
2010-06-25 Måns RullgårdMake vp8 select h264dsp and use this to pull in mmx...
2010-06-25 Carl Eugen HoyosFix compilation without --enable-gpl.
2010-06-25 Jason Garrett-Glaser16x16 and 8x8c x86 SIMD intra pred functions for VP8...
2010-06-24 Vitor SessakSSE-optimized MP3 floating point windowing functions
2010-03-16 Måns RullgårdSimplify arch-specific object file lists
2010-03-16 Måns RullgårdMove arch-specific makefile parts into $arch/Makefile