]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/Makefile
png: add support for bpp>4 to paeth x86 SIMD code.
[ffmpeg] / libavcodec / x86 / Makefile
2012-01-30 Ronald S. Bultjepng: convert DSP functions to yasm.
2012-01-29 Ronald S. Bultjepng: move DSP functions to their own DSP context.
2012-01-12 Christophe GISQUETrv34: DC-only inverse transform
2012-01-09 Vitor Sessakmpegaudiodec: optimized iMDCT transform
2011-12-19 Diego Biurrunx86: conditionally compile dnxhd encoder optimizations
2011-12-14 Diego Biurrunbuild: conditionally compile x86 H.264 chroma optimizations
2011-10-11 Ronald S. Bultjeprores: idct sse2/sse4 optimizations.
2011-08-11 Kostya ShishkovMove RV3/4-specific DSP functions into their own context
2011-07-03 Daniel KangH.264: Add x86 assembly for 10-bit H.264 qpel functions.
2011-06-21 Daniel Kangh264: Add x86 assembly for 10-bit weight/biweight H...
2011-06-18 Daniel KangH.264: Add x86 assembly for 10-bit MC Chroma H.264...
2011-06-05 Daniel KangAdd x86 assembly for some 10-bit H.264 intra predict...
2011-05-31 Daniel KangAdd IDCT functions for 10-bit H.264.
2011-05-21 Vitor Sessakdct32: port SSE 32-point DCT to YASM
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