log libmpcodecs/vf_crop.c @ 36843:1078b8dd7625

age author description
Mon, 22 Feb 2010 09:51:44 +0000 diego Declare externally used variables from vd.c as extern in vd.h.
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.
Fri, 08 Jan 2010 19:21:14 +0000 reimar vf crop: do not generate 0-size slices, they are pointless and also confuse
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.
Fri, 09 Nov 2007 06:58:32 +0000 rfelker begin moving const filter data to .text/.rodata sections
Sun, 28 Jan 2007 16:48:01 +0000 reimar Mark m_struct_t defaults as const
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, 20 May 2003 17:42:33 +0000 rfelker fix segfaults with slices. support slice rendering into a filter even
Wed, 30 Apr 2003 18:24:04 +0000 rfelker 100l in my 100l fix! :(
Mon, 28 Apr 2003 02:23:57 +0000 rfelker at least 100l for me, the last commit was nonsense
Sun, 27 Apr 2003 21:04:00 +0000 rfelker slices support for vf_crop. now cropping black borders should make a
Sat, 15 Mar 2003 20:55:33 +0000 albeu 10L again with the options mins
Sat, 15 Mar 2003 20:45:03 +0000 albeu Support for the new options stuff
Sat, 15 Mar 2003 18:01:02 +0000 albeu Add the new -vf option wich is the same as vop in reverse order.
Tue, 04 Feb 2003 18:53:33 +0000 arpi fixed palette support
Fri, 10 Jan 2003 10:43:01 +0000 rfelker use mp_msg for messages. prolly more filters need to be fixed like this too
Sun, 05 Jan 2003 15:45:55 +0000 arpi ehh.. 10l again
Sun, 05 Jan 2003 15:39:52 +0000 arpi - added x/y rounding for YUV formats (should be moved to mp_image.c|h later)
Tue, 10 Sep 2002 22:18:32 +0000 arpi changing return type of put_image void->int
Sun, 12 May 2002 19:06:15 +0000 arpi keep aspect ratio - based on Fredrik Kuivinen's idea
Sun, 14 Apr 2002 02:07:29 +0000 arpi export width too
Sat, 13 Apr 2002 19:14:34 +0000 arpi mp_image.h and img_format.h moved to libmpcodecs
Thu, 11 Apr 2002 20:56:17 +0000 arpi capabilities support -> automatic insertion of scale, expand, pp
Sat, 06 Apr 2002 22:05:01 +0000 arpi video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch