log libvo/vo_fbdev.c @ 10578:b9d289fd8a57

age author description
Tue, 12 Aug 2003 08:24:24 +0000 rfelker 10000l, the old code was slow as hell, copying stuff extra times and
Tue, 12 Aug 2003 06:57:19 +0000 joey Changed all printf into mp_msg
Sun, 13 Jul 2003 23:33:56 +0000 alex removed yv12 support, but left some swscaler support for fast 15 vs 16bpp conversion
Sat, 19 Apr 2003 18:57:16 +0000 rfelker at least it works now, but it's horrible slow and broken. double buffer
Sun, 02 Mar 2003 21:09:15 +0000 attila clean up of -geometry code.
Sun, 12 Jan 2003 17:59:47 +0000 arpi -geometry fix (untested!)
Fri, 03 Jan 2003 20:46:44 +0000 mark Added support for X style -geometry options (adapted from Henk's patch)
Mon, 11 Nov 2002 15:22:10 +0000 alex removed get_info, using the same sheme as in libmpcodecs instead
Wed, 30 Oct 2002 17:51:13 +0000 albeu 10L
Wed, 23 Oct 2002 18:51:19 +0000 arpi 10l
Wed, 23 Oct 2002 16:52:54 +0000 mark Added the -geometry option (supports fbdev and tdfxfb drivers)
Wed, 23 Oct 2002 15:32:40 +0000 arpi If movie height is odd, the picture is placed badly, due to wrong rouding.
Wed, 09 Oct 2002 00:52:15 +0000 arpi preinit() has an arg... use it.
Tue, 17 Sep 2002 09:55:05 +0000 arpi -zoom will be handled by -vop scale
Wed, 28 Aug 2002 21:32:32 +0000 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
Thu, 22 Aug 2002 23:03:51 +0000 arpi General Timing Formula algorithm from a scratch.
Tue, 30 Jul 2002 18:52:57 +0000 arpi - fixed size/aspect for -fs
Mon, 27 May 2002 17:56:52 +0000 alex query_format revised
Mon, 27 May 2002 15:45:02 +0000 alex removed screenshot thingie - it will be moved to video filter layer
Thu, 23 May 2002 15:40:08 +0000 alex applied 64bit patch from Ulrich Hecht <uli at suse dot de>
Mon, 18 Feb 2002 18:37:39 +0000 nick Screenshot on the fly
Sat, 09 Feb 2002 01:21:48 +0000 arpi 10000hl to Holm... control MUST BE static...
Sat, 09 Feb 2002 00:47:26 +0000 arpi query_ stuff replaced by new control() - patch by David Holm
Thu, 31 Jan 2002 10:23:39 +0000 nick Use new tune info
Thu, 31 Jan 2002 09:57:13 +0000 nick new info for tuning
Sun, 27 Jan 2002 18:06:56 +0000 pl did not compile when --disable-vidix was used
Sun, 27 Jan 2002 16:45:48 +0000 nick Use real preinit
Sat, 26 Jan 2002 16:01:26 +0000 nick Extensions for video accelerated architecture
Thu, 17 Jan 2002 01:15:31 +0000 arpi fbdev nocopy option - Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
Wed, 16 Jan 2002 15:22:45 +0000 alex added vidix_start() and vidix_stop() for better runtime-resize support ;)