aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_sdl.c
Commit message (Expand)AuthorAge
* 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
* - init & check SDL availability at preinit() (fixes -vo sdl,mga)Gravatar arpi2003-01-08
* Add Quartz (OS X GUI) to SDL window-capable list, patch by Tomas Hurka <tom a...Gravatar atmos42002-11-21
* fixed mode switching on MacGravatar henry2002-11-11
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* fix for fs modes on widescreen displaysGravatar henry2002-11-02
* for() -> memcpy_pic()Gravatar arpi2002-10-09
* Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove un...Gravatar atmos42002-08-31
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* removed old input codeGravatar alex2002-08-28
* HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>Gravatar arpi2002-08-09
* Streamline enter-key behaviour suggested by Christian Ohm and disable I420/IY...Gravatar atmos42002-06-16
* Use new style query_formats flags. Fixes bug with flip.Gravatar ksorim2002-04-29
* Fix keypad volume control.Gravatar atmos42002-04-25
* mp_image.h and img_format.h moved to libmpcodecsGravatar arpi2002-04-13
* Fix I420 handling, though still don't know why divx4 codec queries for I420 n...Gravatar atmos42002-04-01
* eeh, really remove keybinding for w/s for volume control. =)Gravatar atmos42002-03-29
* Remove alternative volume control binding that clash with libdvdnav support.Gravatar atmos42002-03-29
* fixed green lines caused by missing rounding to 2Gravatar iive2002-03-26
* Two fixes:Gravatar ksorim2002-03-24
* Fix swapped uv planes when playing yv12 data with direct renderingGravatar ksorim2002-03-23