log libmpcodecs/vf_cropdetect.c @ 31789:ec31654440af

age author description
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, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Tue, 26 Jan 2010 18:15:58 +0000 reimar Add an option to cropdetect to periodically reset the detected area.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Sun, 27 May 2007 20:36:04 +0000 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
Sun, 18 Jun 2006 10:59:23 +0000 lucabe Software Scaler headers usage cleanup
Fri, 31 Mar 2006 00:15:47 +0000 reynaldo Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
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.
Tue, 26 Jul 2005 12:14:33 +0000 reimar restrict to YV12 since the default limit does not work well for anything else.
Tue, 25 Jan 2005 10:07:14 +0000 reimar x1 and y1 give last used position, must be < width/height
Thu, 02 Sep 2004 20:08:32 +0000 reimar missing initialization of round
Mon, 30 Aug 2004 20:39:32 +0000 reimar Adds rounding parameter for width and height values returned.