log libmpcodecs/vf_remove_logo.c @ 37195:ac6c37d85d65 default tip

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.