log x86/dsputil_mmx.c @ 9995:3141f69e3905 libavcodec

age author description
Wed, 29 Jul 2009 09:54:49 +0000 diego Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, libavcodec
Wed, 22 Jul 2009 22:27:10 +0000 diego Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. libavcodec
Fri, 17 Jul 2009 09:07:38 +0000 cehoyos Icc 11.1 still does not align the stack pointer, disable some x264 functions. libavcodec
Tue, 16 Jun 2009 17:33:57 +0000 darkshikari SSE version of clear_blocks libavcodec
Wed, 15 Apr 2009 19:10:16 +0000 conrad avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing libavcodec
Wed, 15 Apr 2009 02:25:42 +0000 conrad VC1: extend MMX qpel MC to include MMX2 avg qpel libavcodec
Tue, 14 Apr 2009 23:56:10 +0000 conrad VC1: add and use avg_no_rnd chroma MC functions libavcodec
Tue, 14 Apr 2009 23:55:39 +0000 conrad Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only libavcodec
Sat, 04 Apr 2009 13:20:53 +0000 stefano Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency libavcodec
Fri, 03 Apr 2009 14:03:49 +0000 reimar Mark line_skip3 asm argument as output-only instead of using av_uninit. libavcodec
Fri, 03 Apr 2009 14:02:34 +0000 reimar Mark put_signed_pixels_clamped_mmx output operands as early-clobber because libavcodec
Fri, 03 Apr 2009 14:01:24 +0000 reimar Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLE libavcodec
Thu, 02 Apr 2009 21:02:42 +0000 alexc Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c. libavcodec
Fri, 13 Feb 2009 00:02:33 +0000 aurel add SSE2 version of vp6_filter_diag libavcodec
Thu, 12 Feb 2009 23:52:52 +0000 aurel add MMX version of vp6_filter_diag libavcodec
Thu, 12 Feb 2009 23:48:07 +0000 aurel convert ff_pw_64 into an xmm_reg for future use in vp6 sse code libavcodec
Wed, 11 Feb 2009 11:16:00 +0000 diego Add check whether the compiler/assembler supports 10 or more operands. libavcodec
Sun, 08 Feb 2009 17:45:30 +0000 lorenm ff_add_hfyu_median_prediction_mmx2 libavcodec
Mon, 26 Jan 2009 03:40:48 +0000 conrad Workaround for gcc 3.4 to align sh properly libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Wed, 14 Jan 2009 17:19:17 +0000 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Mon, 05 Jan 2009 13:57:43 +0000 diego Add missing 'void' keyword to parameterless function declarations. libavcodec
Sun, 04 Jan 2009 01:36:11 +0000 cehoyos Use H264 MMX chroma functions to accelerate RV40 decoding. libavcodec
Sat, 03 Jan 2009 00:46:17 +0000 darkshikari Add x264 SSE2 iDCT functions to H.264 decoder. libavcodec
Sun, 28 Dec 2008 19:40:13 +0000 cehoyos Fix h264 decoding on SSE2 cores with icc compilation. libavcodec
Fri, 26 Dec 2008 00:19:08 +0000 darkshikari Fix compilation without optimization under 64-bit with x264 deblock asm enabled. libavcodec
Mon, 22 Dec 2008 09:12:42 +0000 diego Rename libavcodec/i386/ --> libavcodec/x86/. libavcodec