log i386/dsputil_h264_template_mmx.c @ 8031:eebc7209c47f libavcodec

age author description
Thu, 16 Oct 2008 13:34:09 +0000 flameeyes Convert asm keyword into __asm__. libavcodec
Thu, 08 May 2008 21:11:24 +0000 ramiro Do not misuse long as the size of a register in x86. libavcodec
Tue, 01 Apr 2008 04:51:28 +0000 lorenm h264 chroma mc ssse3 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
Sun, 03 Feb 2008 07:05:11 +0000 lorenm ff_h264_idct8_add_sse2. 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
Sat, 16 Jun 2007 14:51:57 +0000 mru correct type for {put,avg}_h264_chroma_mc2_mmx2 libavcodec
Fri, 23 Feb 2007 15:44:56 +0000 michael reorder a few more paddws to reduce dependancy chains libavcodec
Fri, 23 Feb 2007 15:28:35 +0000 michael reorder paddws to reduce dependancy chain libavcodec
Fri, 23 Feb 2007 15:03:30 +0000 michael shortening dependancy chain in chroma mc2 libavcodec
Fri, 23 Feb 2007 14:29:59 +0000 michael remove now wrong comment libavcodec
Fri, 23 Feb 2007 14:29:13 +0000 michael fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr) libavcodec
Thu, 22 Feb 2007 00:04:36 +0000 michael gcc 2.95 fix libavcodec
Sun, 18 Feb 2007 20:00:05 +0000 mru fix for x86-64 libavcodec
Sat, 17 Feb 2007 23:43:02 +0000 michael rewrite H264_CHROMA_MC4_TMPL (20% faster) libavcodec
Sat, 10 Feb 2007 13:33:08 +0000 reimar Minor AMD64 compilation fix libavcodec
Sat, 10 Feb 2007 03:56:49 +0000 michael maybe fix x86_64 (untested) libavcodec
Fri, 09 Feb 2007 12:37:38 +0000 michael factor out common subexprssion (gcc of course is too stupid to do this ...) libavcodec
Fri, 09 Feb 2007 12:24:22 +0000 michael merge asm fragments in H264_CHROMA_MC2_TMPL() libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Sat, 25 Mar 2006 08:41:14 +0000 lorenm simplified and slightly faster h264_chroma_mc8_mmx libavcodec
Wed, 22 Mar 2006 22:08:28 +0000 lorenm 10l libavcodec
Wed, 22 Mar 2006 22:05:00 +0000 lorenm added mmx implementation of h264_chroma_mc2 libavcodec
Sun, 05 Feb 2006 13:35:17 +0000 diego MSVC-compatible __align8/__align16 declaration libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 27 Oct 2005 06:45:29 +0000 lorenm faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx. libavcodec
Thu, 02 Jun 2005 20:45:35 +0000 lorenm sort H.264 mmx dsp functions into their own file libavcodec
Wed, 25 May 2005 08:05:41 +0000 hzoli MMX code for (put|avg)_h264_chroma_mc8 libavcodec