log libmpcodecs/vf_fspp.c @ 28327:c39a1fd7d45c

age author description
Sun, 25 Jan 2009 21:59:08 +0000 diego Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
Fri, 16 Jan 2009 09:21:21 +0000 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Tue, 13 May 2008 10:16:20 +0000 diego Use standard license headers.
Sun, 24 Feb 2008 11:39:35 +0000 reimar Do not use a global temps variable, this is ugly and does not compile with ICC.
Sun, 24 Feb 2008 11:19:55 +0000 reimar Get rid of pointless and confusing comments
Wed, 30 Jan 2008 18:33:51 +0000 reimar mark constants as such