aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_sdl.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\
| * Use standard license headers with standard formatting.Gravatar diego2008-05-14
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
|/
* Fix nonsensical license header, mpeg2dec is not GNU Make.Gravatar diego2008-04-09
* Use __AMIGAOS4__ instead of AMIGA, like everywhere else.Gravatar diego2008-03-15
* Consistently use __APPLE__ instead of MACOSX as preprocessor condition.Gravatar diego2008-03-15
* #include config.h before all other headers.Gravatar diego2008-03-14
* Remove changelog from file header, we have revision control for this.Gravatar diego2008-01-06
* Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.Gravatar diego2007-12-16
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* movie player for Linux --> movie playerGravatar diego2007-10-30
* A missing break statement caused SDLK_PLUS to be triggered twice on one press.Gravatar diego2007-10-22
* cosmetics: typoGravatar diego2007-10-11
* Avoid vo_sdl void * arithmeticGravatar reimar2007-06-24
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Code cleanup: don't include a .c file in mplayer.c and fix a fewGravatar rathann2007-03-29
* Move code to ignore mouse wheel "down" events to fifo.c (needed becauseGravatar reimar2007-01-21
* Amiga OS 4 supportGravatar diego2006-12-23
* Use MOUSE_BTN0 instead of MOUSE_BASE for consistency with other vo drivers.Gravatar diego2006-10-12
* disable double buffer in vo_sdl on macosx. fix flicker issue.Gravatar nplourde2006-08-18
* Rename some misspelled and misnamed messages.Gravatar diego2006-04-28
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...Gravatar reynaldo2006-04-24
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* - move our setenv() fallback implementation to osdepGravatar al2005-12-26
* libvo input cleanup: remove the dependency on libinput,Gravatar albeu2005-11-02
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* 10l Don't set SDL to X11 by default.Gravatar ivo2005-03-01
* Remove -noxv and -forcexv command line options and replace them byGravatar ivo2005-03-01
* avoid using vo_subdeviceGravatar alex2005-01-22
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* fix for xscreensaver disablingGravatar reimar2004-07-09
* asyncblit slows down on UP systems, regarding to the SDL docs, noticed by Joh...Gravatar alex2004-06-26
* SDL_HWACCEL is a readonly flag according to DOCS, noticed by John PhilipGravatar alex2004-06-26
* Unify the config.h #include, use "config.h" instead of "../config.h"Gravatar diego2004-06-25
* Cygwin provides setenv. Fixes compilation on Cygwin.Gravatar diego2004-03-15
* fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net>Gravatar faust32004-03-13
* Support binding F11 and F12 keys to commands.Gravatar diego2004-01-16
* MPlayer is now GPL, URL updated.Gravatar diego2004-01-05
* many small typo and grammar fixesGravatar gabucino2003-10-04
* 100l to meGravatar alex2003-09-26
* initial MorphOS/Amiga (GeekGadgets) supportGravatar alex2003-09-26
* IRIX support by Timo Kanera <timo@kanera.de>Gravatar alex2003-09-07
* -nomouseinput support for vo_sdlGravatar alex2003-09-01
* start in windowed mode using Quartz, but no X server started. Ported from fin...Gravatar alex2003-07-27
* keypad and function (f1-f10) suppport (currently only vo_sdl and the terminal...Gravatar alex2003-04-09
* pass correct key for ESCAPE, bug noticed by Vladimir Mosgalin <mosgalin@VM101...Gravatar alex2003-03-23
* linux->osdepGravatar arpi2003-02-09
* 10l, init priv->X at right placeGravatar atmos42003-01-13