log libmpcodecs/vf_crop.c @ 10161:a339c588ddcd

age author description
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