]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/dsputil_mmx.c
build: conditionally compile x86 H.264 chroma optimizations
[ffmpeg] / libavcodec / x86 / dsputil_mmx.c
2011-12-14 Diego Biurrunbuild: conditionally compile x86 H.264 chroma optimizations
2011-11-22 Justin Rugglesdsputil: use movups instead of movdqu in ff_emu_edge_co...
2011-11-11 Justin Rugglestwinvq: add SSE/AVX optimized sum/difference stereo...
2011-11-07 Justin Rugglesdsputil: use cpuflags in x86 versions of vector_clip_in...
2011-10-26 Daniel KangH.264: Cometics to dsputil_mmx.c
2011-10-11 Ronald S. Bultjeprores: idct sse2/sse4 optimizations.
2011-08-15 Alex Conversedsputil_mmx: Honor HAVE_AMD3DNOW
2011-08-11 Kostya ShishkovMove RV3/4-specific DSP functions into their own context
2011-07-29 Jason Garrett-GlaserH.264: tweak some other x86 asm for Atom
2011-07-21 Mans Rullgarddsputil: update per-arch init funcs for non-h264 high...
2011-07-20 Mans Rullgardsimple_idct: add 10-bit version
2011-07-18 Diego Biurrundsputil: remove disabled code
2011-07-10 Mans Rullgarddsputil: remove ff_emulated_edge_mc macro used in one...
2011-07-08 Daniel KangH.264: Add x86 assembly for 10-bit H.264 predict functions
2011-07-04 Daniel KangYASM: Shut up unused variable compiler warning with...
2011-07-04 Daniel KangFix build with --disable-yasm.
2011-07-03 Daniel KangH.264: Add x86 assembly for 10-bit H.264 qpel functions.
2011-07-01 Justin Rugglesac3enc: add int32_t array clipping function to DSPUtil...
2011-06-28 Diego Biurrunconfigure: Drop check for availability of ten assembler...
2011-06-18 Ronald S. BultjeFix build if yasm is not available.
2011-06-18 Daniel KangH.264: Add x86 assembly for 10-bit MC Chroma H.264...
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-05-11 Jason Garrett-GlaserPort x86 10-bit H.264 deblock asm from x264
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-03-26 Alexander Strangedsputil: allow to skip drawing of top/bottom edges.
2011-03-23 Justin RugglesAdd apply_window_int16() to DSPContext with x86-optimiz...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-19 Ronald S. Bultjedsputil_mmx.c: remove ff_vector128.
2011-02-17 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-02-01 Ronald S. BultjeImplement a SIMD version of emulated_edge_mc() for...
2011-01-31 Justin Rugglescosmetics: indentation
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-22 Justin RugglesChange DSPContext.vector_fmul() from dst=dst*src to...
2011-01-18 Mans RullgardReplace ASMALIGN() with .p2align
2011-01-18 Mans Rullgardx86: remove VLA in ac3_downmix_sse
2011-01-14 Ronald S. BultjeFix ff_pw_3 alignment.
2011-01-14 Jason Garrett-GlaserH.264: split luma dc idct out and implement MMX/SSE2...
2010-12-24 Ronald S. BultjeFor rounding in chroma MC SSSE3, use 16-byte pw_3/4...
2010-12-06 Baptiste CoudurierIn yadif filter, declare asm constants directly to...
2010-12-04 Baptiste Coudurier10l, add ff_pw_1 to dsputil_mmx for yadif sse2
2010-11-01 İsmail Dönmezdsputil: Use explicit movzbl instead of movzx
2010-10-31 Ramiro Pollaxmm_clobbers: list xmm registers first in clobber list
2010-10-31 Ramiro Polladsputil_mmx: add xmm registers to clobber list
2010-10-31 Ramiro Polladsputil_mmx: prefer xmm registers below xmm6 when they...
2010-10-05 Ronald S. BultjeMMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16...
2010-09-29 Eli FriedmanUse sse2 variant of put_pixels16() for no_rnd also...
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-09-03 Ronald S. BultjePort latest x264 deblock asm (before they moved to...
2010-09-01 Ronald S. BultjeSplit h264dsp_mmx.c (which was #included in dsputil_mmx...
2010-08-30 Ronald S. BultjeFix compilation failure if yasm is disabled (missing...
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-30 Ronald S. BultjePut ff_ prefix on non-static {put_signed,put,add}_pixel...
2010-08-25 Ronald S. BultjeMove vp6_filter_diag4() from DSPContext to VP56DSPContext.
2010-08-24 Måns RullgårdRemove global mm_flags variable
2010-08-05 Eli FriedmanH.264: SSE2/SSSE3 weighted prediction asm
2010-08-03 Måns RullgårdMove cavs dsp functions to their own struct
2010-07-22 Loren Merrittrelicense h264 deblock sse2 to lgpl
2010-07-21 David ConradMove ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.c
2010-07-20 Ronald S. BultjeVP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both...
2010-07-15 Ronald S. BultjeVP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.
2010-07-11 David ConradMake ff_pw_4 128 bits
2010-07-03 Ronald S. BultjeSimple H/V loopfilter for VP8 in MMX, MMX2 and SSE2...
2010-06-27 Eli FriedmanAdd const to some pointer parameters.
2010-06-25 Jason Garrett-Glaser16x16 and 8x8c x86 SIMD intra pred functions for VP8...
2010-06-04 David ConradAdd bitexact versions of put_no_rnd_pixels8 _x2 and...
2010-04-17 David Conradvp3: DC-only IDCT
2010-03-16 Måns RullgårdMove H264 dsputil functions into their own struct
2010-03-14 Måns RullgårdSeparate DWT from snow and dsputil
2010-03-06 Måns Rullgårdx86: move function prototypes to header files
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-02-10 David ConradEnable SSE2 (put|avg)_pixels_16_sse2
2010-01-22 Alex ConverseImplement an sse version of scalarproduct_float().
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-04 Gwenole BeauchesneFix XvMC. XvMCCreateBlocks() may not allocate 16-byte...
2009-12-30 Diego BiurrunGet rid of pointless CONFIG_ANY_H263 preprocessor defin...
2009-12-05 Loren Merrittr20739 broke compilation on systems without yasm
2009-12-05 Loren Merrittrefactor and optimize scalarproduct
2009-12-03 Loren Merrittport ape dsp functions from sse2 to mmx
2009-10-18 Loren Merritthuffyuv: add some const qualifiers
2009-10-18 Loren Merrittsimd add_hfyu_left_prediction
2009-09-27 Måns Rullgårdcosmetics: fix indentation after previous commit
2009-09-27 Måns RullgårdDrop unused args from vector_fmul_add_add, simpify...
2009-08-27 Vitor SessakMark "i" parameter of vector_clipf_sse() as early-clobber
2009-08-27 Vitor SessakMark parameter src of vector_clipf() as const
2009-08-27 Vitor SessakSSE optimized vector_clipf(). 10% faster TwinVQ decoding.
2009-07-29 Diego BiurrunDo not check for both CONFIG_VC1_DECODER and CONFIG_WMV...
2009-07-22 Diego BiurrunDo not redundantly check for both CONFIG_THEORA_DECODER...
2009-07-17 Carl Eugen HoyosIcc 11.1 still does not align the stack pointer, disabl...
2009-06-16 Jason Garrett-GlaserSSE version of clear_blocks
2009-04-15 David Conradavg_ pixel functions need to use (dst+pix+1)>>1 to...
2009-04-15 David ConradVC1: extend MMX qpel MC to include MMX2 avg qpel
2009-04-14 David ConradVC1: add and use avg_no_rnd chroma MC functions
2009-04-14 David ConradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-04-04 Stefano SabatiniRename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity...
2009-04-03 Reimar DöffingerMark line_skip3 asm argument as output-only instead...
next