log libmpcodecs/vf_fspp.c @ 27631:42b15a81b468

age author description
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
Wed, 30 Jan 2008 18:31:45 +0000 reimar Simplify: use DECLARE_ASM_CONST
Sat, 05 Jan 2008 10:42:39 +0000 lorenm fix artifacts in -vf fspp. regression in r23476.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Fri, 09 Nov 2007 17:17:48 +0000 diego Add missing header file, fixes the warnings:
Tue, 30 Oct 2007 15:27:13 +0000 diego Remove commented-out and unused fmt_list array.
Tue, 05 Jun 2007 15:09:49 +0000 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Mon, 11 Dec 2006 18:50:52 +0000 henry count needs to be even
Wed, 01 Nov 2006 19:52:42 +0000 henry qp height should be in macroblocks, not pixels
Sun, 13 Aug 2006 00:21:14 +0000 diego Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
Mon, 17 Apr 2006 20:20:28 +0000 nicodvb removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it)