log libmpcodecs/vf_pullup.c @ 37171:29802bb119f6

age author description
Fri, 05 Oct 2012 08:24:13 +0000 cehoyos Be more verbose if the pullup filter fails on initialisation.
Fri, 14 Jan 2011 22:10:21 +0000 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
Sun, 21 Feb 2010 15:48:03 +0000 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
Sun, 21 Feb 2010 13:40:49 +0000 diego Rename open() vf initialization function to vf_open().
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 13 Feb 2008 19:21:39 +0000 cehoyos Fix typo.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Fri, 09 Nov 2007 12:52:50 +0000 rfelker const fix
Fri, 09 Nov 2007 12:51:43 +0000 rfelker ack, can't believe i wrote this crap with void pointer arithmetic
Wed, 26 Sep 2007 22:48:59 +0000 diego Disable buggy unused function via #if 0, blessed by Rich.
Thu, 28 Jun 2007 11:24:12 +0000 reimar Get rid of my_memcpy_pic code duplication in many filters.
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
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)
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Fri, 01 Apr 2005 16:24:46 +0000 rfelker 1l! mplayer's verbose variable is not a flag but a signed number
Sun, 20 Mar 2005 20:37:44 +0000 rfelker don't buffer more future context that we need
Sun, 20 Mar 2005 20:03:41 +0000 rfelker direct rendering support drastically improves speed, but it's buggy. :( disabled for now...
Thu, 17 Mar 2005 00:43:55 +0000 rfelker 1000l to me: could break a/v sync and eventually cause buffer exhaustion on soft-telecined input that's ugly
Mon, 06 Sep 2004 21:25:59 +0000 rfelker pullup docs + new feature for slow cpus :)
Thu, 10 Jun 2004 05:20:50 +0000 rfelker configurable 'junk' borders for pullup
Thu, 10 Jun 2004 05:06:34 +0000 rfelker old changes in my local tree i forgot to commit - minor fixes
Thu, 11 Dec 2003 16:07:14 +0000 rfelker pass quantizer tables through (averaging values when fields come from
Thu, 11 Dec 2003 07:52:57 +0000 rfelker simplified frame decision logic and reduced the occurrance of length=1
Sun, 28 Sep 2003 03:37:42 +0000 rfelker support for selecting which plane to use for metrics in the pullup
Mon, 01 Sep 2003 02:54:06 +0000 rfelker direct render frames whose fields are not in a common buffer, rather
Sun, 31 Aug 2003 19:56:13 +0000 rfelker tweaks and cleanup
Mon, 18 Aug 2003 15:24:08 +0000 rfelker pullup -- third generation inverse telecine engine. the backend