log libmpcodecs/vf_delogo.c @ 37174:6c941fe7fc3e

age author description
Mon, 17 Sep 2012 20:30:07 +0000 reimar For consistency clear mpi->priv after it was used.
Mon, 17 Sep 2012 19:50:29 +0000 reimar Fix delogo filter with numbered mpi.
Tue, 24 May 2011 19:28:24 +0000 cigaes LINE_MAX seems to be missing from mingw32.
Mon, 23 May 2011 16:32:14 +0000 cigaes vf_delogo: allow to change the rectangle based on the time
Fri, 14 Jan 2011 22:10:21 +0000 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
Fri, 26 Feb 2010 19:56:03 +0000 diego Mark all fmt_list arrays as const.
Fri, 26 Feb 2010 17:21:06 +0000 diego Mark vf_opts/vf_opts_fields structures as const.
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().
Sun, 22 Nov 2009 13:25:07 +0000 reimar Remove unused variable.
Sat, 21 Nov 2009 19:50:33 +0000 reimar Remove unreachable parsing code: for filters that use the option parser,
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Thu, 02 Apr 2009 09:20:48 +0000 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Tue, 13 May 2008 10:16:20 +0000 diego Use standard license headers.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Sun, 28 Jan 2007 16:48:01 +0000 reimar Mark m_struct_t defaults as const
Sat, 04 Nov 2006 10:21:52 +0000 henry changed email address
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, 13 Jan 2006 00:23:32 +0000 diego Update licensing information: The FSF changed postal address.
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Mon, 06 Oct 2003 18:11:38 +0000 nexus bug found by Alexander Stege
Fri, 05 Sep 2003 16:04:40 +0000 alex added new config system support and fixed some bugs (altought sanity checks are needed in delogo as it segfaults easily with w/h out of range)
Fri, 05 Sep 2003 10:42:13 +0000 henry DR, 10l fixes
Wed, 03 Sep 2003 22:44:28 +0000 henry simple logo remover