log i386/dsputil_mmx.c @ 6512:33ac9c5524cc libavcodec

age author description
Thu, 20 Mar 2008 14:09:31 +0000 michael remove unused temp libavcodec
Tue, 04 Mar 2008 00:07:41 +0000 aurel move draw_edges() into dsputil libavcodec
Mon, 25 Feb 2008 23:14:22 +0000 aurel split encoding part of dsputil_mmx into its own file libavcodec
Sun, 24 Feb 2008 14:46:22 +0000 reimar __asm __volatile -> asm volatile, improves code consistency and works libavcodec
Thu, 21 Feb 2008 07:10:46 +0000 lorenm simd and unroll png_filter_row libavcodec
Wed, 06 Feb 2008 12:32:31 +0000 lorenm sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3. libavcodec
Wed, 06 Feb 2008 04:44:21 +0000 lorenm put loop counter in a register if possible. makes some of the qpel functions 3% faster. libavcodec
Wed, 06 Feb 2008 03:51:53 +0000 lorenm constant was excessively aligned libavcodec
Tue, 05 Feb 2008 11:22:55 +0000 lorenm ssse3 h264 motion compensation. libavcodec
Tue, 05 Feb 2008 01:16:48 +0000 lorenm clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code. libavcodec
Mon, 04 Feb 2008 16:20:46 +0000 lorenm reduce code duplication libavcodec
Sun, 03 Feb 2008 17:04:33 +0000 lorenm avg_pixels4_mmx2 libavcodec
Sun, 03 Feb 2008 16:19:37 +0000 lorenm use mmx2/3dnow avg functions in avg_qpel*_mc00 libavcodec
Sun, 03 Feb 2008 07:05:11 +0000 lorenm ff_h264_idct8_add_sse2. libavcodec
Wed, 30 Jan 2008 23:54:59 +0000 bcoudurier add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest parentheses around arithmetic in operand of | libavcodec
Wed, 30 Jan 2008 23:52:42 +0000 bcoudurier fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment from incompatible pointer type libavcodec
Sun, 27 Jan 2008 14:46:56 +0000 reimar Use DECLARE_ALIGNED libavcodec
Fri, 11 Jan 2008 08:29:58 +0000 diego Factorize some duplicated code from CAVS and H.264 into a common file. libavcodec
Fri, 21 Dec 2007 23:11:22 +0000 gpoirier add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding. libavcodec
Fri, 21 Dec 2007 12:38:41 +0000 diego Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. libavcodec
Sun, 16 Dec 2007 22:20:47 +0000 aurel move FLAC mmx dsp to its own file libavcodec
Tue, 11 Dec 2007 18:47:04 +0000 diego typo/clarification libavcodec
Sat, 01 Dec 2007 22:21:04 +0000 vitor spelling libavcodec
Tue, 27 Nov 2007 22:57:26 +0000 aurel remove some unused ff_p* vars from dsputil libavcodec
Tue, 27 Nov 2007 22:56:15 +0000 aurel remove useless #ifdef around extern declaration libavcodec
Tue, 27 Nov 2007 22:54:46 +0000 aurel cosmetics: indentation libavcodec
Tue, 27 Nov 2007 22:54:18 +0000 aurel convert some #ifdef CONFIG_ to if(ENABLE_ libavcodec
Tue, 27 Nov 2007 22:42:55 +0000 aurel build vc1dsp_mmx.c in its own compilation unit libavcodec
Tue, 27 Nov 2007 22:36:15 +0000 aurel use ff_ prefix for extern vars libavcodec
Tue, 27 Nov 2007 22:23:34 +0000 aurel make ff_p* vars extern so that they can be used in various *_mmx.c files libavcodec