log libvo/vo_sdl.c @ 18234:a107276371a8

age author description
Mon, 24 Apr 2006 04:23:53 +0000 reynaldo Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Mon, 26 Dec 2005 03:16:48 +0000 al - move our setenv() fallback implementation to osdep
Wed, 02 Nov 2005 21:50:55 +0000 albeu libvo input cleanup: remove the dependency on libinput,
Fri, 05 Aug 2005 01:24:37 +0000 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
Mon, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Tue, 01 Mar 2005 19:59:20 +0000 ivo 10l Don't set SDL to X11 by default.
Tue, 01 Mar 2005 03:51:48 +0000 ivo Remove -noxv and -forcexv command line options and replace them by
Sat, 22 Jan 2005 18:05:07 +0000 alex avoid using vo_subdevice
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Fri, 09 Jul 2004 18:59:55 +0000 reimar fix for xscreensaver disabling
Sat, 26 Jun 2004 11:16:55 +0000 alex asyncblit slows down on UP systems, regarding to the SDL docs, noticed by John Phillip
Sat, 26 Jun 2004 10:55:16 +0000 alex SDL_HWACCEL is a readonly flag according to DOCS, noticed by John Philip
Fri, 25 Jun 2004 16:58:45 +0000 diego Unify the config.h #include, use "config.h" instead of "../config.h"
Mon, 15 Mar 2004 05:07:46 +0000 diego Cygwin provides setenv. Fixes compilation on Cygwin.
Sat, 13 Mar 2004 16:25:08 +0000 faust3 fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net>
Fri, 16 Jan 2004 17:31:38 +0000 diego Support binding F11 and F12 keys to commands.
Mon, 05 Jan 2004 22:02:45 +0000 diego MPlayer is now GPL, URL updated.
Sat, 04 Oct 2003 17:29:08 +0000 gabucino many small typo and grammar fixes
Fri, 26 Sep 2003 19:10:27 +0000 alex 100l to me
Fri, 26 Sep 2003 18:08:10 +0000 alex initial MorphOS/Amiga (GeekGadgets) support
Sun, 07 Sep 2003 18:15:47 +0000 alex IRIX support by Timo Kanera <timo@kanera.de>
Mon, 01 Sep 2003 18:24:27 +0000 alex -nomouseinput support for vo_sdl
Sun, 27 Jul 2003 21:55:54 +0000 alex start in windowed mode using Quartz, but no X server started. Ported from fink.sf.net
Wed, 09 Apr 2003 17:05:39 +0000 alex keypad and function (f1-f10) suppport (currently only vo_sdl and the terminal input code supports it). Patch by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>
Sun, 23 Mar 2003 17:35:26 +0000 alex pass correct key for ESCAPE, bug noticed by Vladimir Mosgalin <mosgalin@VM10124.spb.edu> and moved SDL_ShowCursor from the check_keys() to uninit() (by me)
Sun, 09 Feb 2003 20:18:23 +0000 arpi linux->osdep
Mon, 13 Jan 2003 01:20:21 +0000 atmos4 10l, init priv->X at right place
Wed, 08 Jan 2003 14:55:56 +0000 arpi - init & check SDL availability at preinit() (fixes -vo sdl,mga)
Thu, 21 Nov 2002 22:52:54 +0000 atmos4 Add Quartz (OS X GUI) to SDL window-capable list, patch by Tomas Hurka <tom at hukatronic.cz>