log libmpcodecs/vf_remove_logo.c @ 37171:29802bb119f6

age author description
Sun, 06 Apr 2014 19:19:07 +0000 reimar vf_remove_logo: sanity-check PGM width/height.
Sun, 06 Apr 2014 19:16:01 +0000 reimar vf_remove_logo: Some more small malloc argument improvements.
Sun, 06 Apr 2014 19:11:24 +0000 reimar vf_remove_logo: remove pointless multiplication, the value is always 1.
Thu, 22 Nov 2012 08:40:47 +0000 upsuper Use the same parameter type with malloc.
Sat, 10 Nov 2012 13:13:29 +0000 reimar Remove useless casts.
Sat, 10 Nov 2012 13:11:49 +0000 reimar Fix resource leaks when loading logo file in vf_remove_logo.
Thu, 11 Aug 2011 17:45:38 +0000 diego doxygen: drop filename from @file directive
Fri, 14 Jan 2011 22:10:21 +0000 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
Sun, 28 Feb 2010 01:06:09 +0000 cehoyos Get rid of many ugly casts.
Sat, 27 Feb 2010 22:32:25 +0000 cehoyos Actually use existing uninit() function in remove_logo filter.
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, 14 Feb 2010 11:09:58 +0000 diego Mark uninit() as static; it is only used within the file.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 05 Jan 2009 11:06:28 +0000 diego Fix two more instances of nonstandard license headers.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Wed, 21 Feb 2007 10:05:46 +0000 diego cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
Fri, 01 Sep 2006 12:11:11 +0000 diego The FSF changed postal address.
Thu, 13 Jul 2006 20:59:18 +0000 reynaldo marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
Sun, 09 Jul 2006 16:01:36 +0000 diego Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
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)
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Sat, 06 Aug 2005 15:43:08 +0000 rathann missing include
Wed, 08 Jun 2005 03:11:53 +0000 rfelker remove_logo filter by yartrebo, committed with fixes for c++ variable declarations