log libmpcodecs/vf_vo.c @ 10185:d927b21b57c1

age author description
Sat, 03 May 2003 05:59:29 +0000 rfelker sort of a hack, but at least this lets the framerate-increasing
Sat, 15 Mar 2003 18:01:02 +0000 albeu Add the new -vf option wich is the same as vop in reverse order.
Mon, 10 Mar 2003 00:03:46 +0000 albeu Pass start slice to the vo it make dr + slice implemantation easier
Mon, 11 Nov 2002 15:22:10 +0000 alex removed get_info, using the same sheme as in libmpcodecs instead
Sun, 13 Oct 2002 21:58:55 +0000 arpi compiler warning fixes
Wed, 09 Oct 2002 22:32:04 +0000 arpi support for VFCAP_ACCEPT_STRIDE in vo drivers
Tue, 10 Sep 2002 22:18:32 +0000 arpi changing return type of put_image void->int
Sun, 01 Sep 2002 14:30:55 +0000 arpi warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
Wed, 28 Aug 2002 21:55:44 +0000 alex 10l fix
Sun, 28 Jul 2002 21:30:09 +0000 arpi ... removed from vf's control(), sing struct for equalizer. based on patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
Thu, 25 Jul 2002 13:12:23 +0000 alex eq reworked
Wed, 24 Jul 2002 18:14:21 +0000 alex equalizer reworked
Sun, 26 May 2002 15:55:29 +0000 alex report error if bad dimensions requested (<=0)
Thu, 23 May 2002 14:07:11 +0000 alex 10l
Mon, 20 May 2002 03:25:26 +0000 arpi big cosmetics patch, cleanup of messages printed by mplayer and libs.
Fri, 26 Apr 2002 23:18:06 +0000 arpi osd crash fixed
Mon, 15 Apr 2002 22:41:28 +0000 arpi OSD handled by vf control()
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
Thu, 11 Apr 2002 11:03:16 +0000 arpi print VO info
Sun, 07 Apr 2002 17:42:31 +0000 arpi vf control codes added, autoq support
Sun, 07 Apr 2002 02:12:15 +0000 arpi vo_config_count now counts calls to vo->config()
Sat, 06 Apr 2002 22:46:20 +0000 arpi vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinen
Sat, 06 Apr 2002 22:05:01 +0000 arpi video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch