log libvo/vo_sdl.c @ 22726:c07c6ed4902d

age author description
2007-01-21 reimar Move code to ignore mouse wheel "down" events to fifo.c (needed because
2006-12-23 diego Amiga OS 4 support
2006-10-12 diego Use MOUSE_BTN0 instead of MOUSE_BASE for consistency with other vo drivers.
2006-08-18 nplourde disable double buffer in vo_sdl on macosx. fix flicker issue.
2006-04-28 diego Rename some misspelled and misnamed messages.
2006-04-24 reynaldo Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
2006-03-24 diego Convert all if(verbose>X) to mp_msg_test calls.
2005-12-26 al - move our setenv() fallback implementation to osdep
2005-11-02 albeu libvo input cleanup: remove the dependency on libinput,
2005-08-05 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
2005-04-18 henry replace VO and VF numeric flags with #defined identifiers
2005-03-01 ivo 10l Don't set SDL to X11 by default.
2005-03-01 ivo Remove -noxv and -forcexv command line options and replace them by
2005-01-22 alex avoid using vo_subdevice
2004-10-28 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
2004-07-09 reimar fix for xscreensaver disabling
2004-06-26 alex asyncblit slows down on UP systems, regarding to the SDL docs, noticed by John Phillip
2004-06-26 alex SDL_HWACCEL is a readonly flag according to DOCS, noticed by John Philip
2004-06-25 diego Unify the config.h #include, use "config.h" instead of "../config.h"
2004-03-15 diego Cygwin provides setenv. Fixes compilation on Cygwin.
2004-03-13 faust3 fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net>
2004-01-16 diego Support binding F11 and F12 keys to commands.
2004-01-05 diego MPlayer is now GPL, URL updated.
2003-10-04 gabucino many small typo and grammar fixes
2003-09-26 alex 100l to me
2003-09-26 alex initial MorphOS/Amiga (GeekGadgets) support
2003-09-07 alex IRIX support by Timo Kanera <timo@kanera.de>
2003-09-01 alex -nomouseinput support for vo_sdl
2003-07-27 alex start in windowed mode using Quartz, but no X server started. Ported from fink.sf.net
2003-04-09 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>
2003-03-23 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)
2003-02-09 arpi linux->osdep
2003-01-13 atmos4 10l, init priv->X at right place
2003-01-08 arpi - init & check SDL availability at preinit() (fixes -vo sdl,mga)
2002-11-21 atmos4 Add Quartz (OS X GUI) to SDL window-capable list, patch by Tomas Hurka <tom at hukatronic.cz>
2002-11-11 henry fixed mode switching on Mac
2002-11-11 alex removed get_info, using the same sheme as in libmpcodecs instead
2002-11-06 arpi *HUGE* set of compiler warning fixes, unused variables removal
2002-11-02 henry fix for fs modes on widescreen displays
2002-10-09 arpi for() -> memcpy_pic()
2002-08-31 atmos4 Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove unused envp.
2002-08-28 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
2002-08-28 alex removed old input code
2002-08-09 arpi HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>
2002-06-16 atmos4 Streamline enter-key behaviour suggested by Christian Ohm and disable I420/IYUV because
2002-04-29 ksorim Use new style query_formats flags. Fixes bug with flip.
2002-04-25 atmos4 Fix keypad volume control.
2002-04-13 arpi mp_image.h and img_format.h moved to libmpcodecs
2002-04-01 atmos4 Fix I420 handling, though still don't know why divx4 codec queries for I420 not YUY2!
2002-03-29 atmos4 eeh, really remove keybinding for w/s for volume control. =)
2002-03-29 atmos4 Remove alternative volume control binding that clash with libdvdnav support.
2002-03-26 iive fixed green lines caused by missing rounding to 2
2002-03-24 ksorim Two fixes:
2002-03-23 ksorim Fix swapped uv planes when playing yv12 data with direct rendering
2002-03-23 ksorim Fixes crash which occured when it wasn't possible to connect to the display
2002-03-22 ksorim Fix for OSD when width != pitch
2002-03-21 ksorim This will hopefully fix
2002-03-21 ksorim Fix crash when playing multiple files. The bug was triggered when the first file
2002-03-21 ksorim Fix crash when SDL had to do rgb -> rgb conversion. Removed some code
2002-03-12 atmos4 sdl dr support