aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_sdl.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r31097Gravatar Uoti Urpala2010-04-26
|\
| * Set vo_dwidth/vo_dheight for mouse movements work at least in windowed mode.Gravatar reimar2010-04-25
| * Share SDL initialization code.Gravatar reimar2010-04-25
| * Add sdl_common file and use it to share the input handling between -vo glGravatar reimar2010-04-25
| * Remove code to work around bugs in ancient libSDL versions, the code has beenGravatar reimar2010-04-24
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30185Gravatar Uoti Urpala2010-01-08
|\|
| * Fixup SDL configure check:Gravatar reimar2010-01-03
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Remove obsolete extra elements from opt_t struct initialization.Gravatar diego2009-03-15
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Make data related to suboption parsing const in libvoGravatar reimar2009-03-07
* | Merge svn changes up to r28348Gravatar Uoti Urpala2009-01-23
|\|
| * cosmetics: Remove pointless period after copyright statement non-sentences.Gravatar diego2009-01-19
* | Merge svn changes up to r28065Gravatar Uoti Urpala2008-12-02
|\|
| * Remove a lot of completely pointless mp_msg_test calls.Gravatar reimar2008-12-01
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Replace numeric constants by their defines.Gravatar cehoyos2008-10-09
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Change a bunch of X11-specific preprocessor directives.Gravatar diego2008-08-04
* | 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