log libmpcodecs/vf_fspp.c @ 27754:08d18fe9da52

age author description
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
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)
Sat, 15 Apr 2006 20:46:54 +0000 nplourde add support for intel mac. mp3lib is not fixed yet.
Tue, 21 Mar 2006 21:26:42 +0000 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
Tue, 31 Jan 2006 23:36:12 +0000 diego Move conditional compilation out of the code and into the build system.
Fri, 13 Jan 2006 00:23:32 +0000 diego Update licensing information: The FSF changed postal address.
Mon, 19 Dec 2005 18:04:37 +0000 henry reverse the H264 hack
Sun, 18 Dec 2005 18:11:26 +0000 henry negative quality values allow postproc regardless of input
Sun, 18 Dec 2005 13:35:48 +0000 henry do not postprocess H264
Wed, 07 Dec 2005 20:04:16 +0000 henry prevent flicker on b-frames, trivial port from vf_spp
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Wed, 20 Jul 2005 01:22:24 +0000 iive use stored dimensions instead of visible one when (vf_)get_image is called
Sun, 05 Jun 2005 18:25:49 +0000 henry sanity checks for options; treat quality > 5 as 5, not 4
Sat, 04 Jun 2005 16:41:53 +0000 henry x86-64 fixes by Reimar
Sat, 04 Jun 2005 12:41:19 +0000 henry disable mmx code for x86-64
Sat, 04 Jun 2005 07:58:40 +0000 henry move unchanged registers back to input spec
Sat, 04 Jun 2005 07:05:02 +0000 henry faster spp filter by Nikolaj Poroshin <porosh3 at psu ru>