summaryrefslogtreecommitdiffstats
path: root/libvo/vo_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-130/+130
* Remove obsolete extra elements from opt_t struct initialization.diego2009-03-151-4/+4
* Make data related to suboption parsing const in libvoreimar2009-03-071-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.diego2009-01-191-1/+1
* Remove a lot of completely pointless mp_msg_test calls.reimar2008-12-011-53/+26
* Replace numeric constants by their defines.cehoyos2008-10-091-1/+1
* Change a bunch of X11-specific preprocessor directives.diego2008-08-041-4/+4
* Use standard license headers with standard formatting.diego2008-05-141-16/+16
* Fix nonsensical license header, mpeg2dec is not GNU Make.diego2008-04-091-1/+1
* Use __AMIGAOS4__ instead of AMIGA, like everywhere else.diego2008-03-151-1/+1
* Consistently use __APPLE__ instead of MACOSX as preprocessor condition.diego2008-03-151-1/+1
* #include config.h before all other headers.diego2008-03-141-1/+1
* Remove changelog from file header, we have revision control for this.diego2008-01-061-46/+0
* Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.diego2007-12-161-1/+1
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* movie player for Linux --> movie playerdiego2007-10-301-2/+1
* A missing break statement caused SDLK_PLUS to be triggered twice on one press.diego2007-10-221-2/+2
* cosmetics: typodiego2007-10-111-2/+2
* Avoid vo_sdl void * arithmeticreimar2007-06-241-2/+2
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-6/+6
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-291-1/+1
* Move code to ignore mouse wheel "down" events to fifo.c (needed becausereimar2007-01-211-3/+0
* Amiga OS 4 supportdiego2006-12-231-0/+1
* Use MOUSE_BTN0 instead of MOUSE_BASE for consistency with other vo drivers.diego2006-10-121-3/+3
* disable double buffer in vo_sdl on macosx. fix flicker issue.nplourde2006-08-181-1/+1
* Rename some misspelled and misnamed messages.diego2006-04-281-1/+2
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...reynaldo2006-04-241-43/+44
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-32/+58
* - move our setenv() fallback implementation to osdepal2005-12-261-16/+0
* libvo input cleanup: remove the dependency on libinput,albeu2005-11-021-1/+1
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-15/+10
* 10l Don't set SDL to X11 by default.ivo2005-03-011-3/+4
* Remove -noxv and -forcexv command line options and replace them byivo2005-03-011-4/+21
* avoid using vo_subdevicealex2005-01-221-1/+1
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-3/+3
* fix for xscreensaver disablingreimar2004-07-091-17/+6
* asyncblit slows down on UP systems, regarding to the SDL docs, noticed by Joh...alex2004-06-261-4/+6
* SDL_HWACCEL is a readonly flag according to DOCS, noticed by John Philipalex2004-06-261-2/+2
* Unify the config.h #include, use "config.h" instead of "../config.h"diego2004-06-251-1/+1
* Cygwin provides setenv. Fixes compilation on Cygwin.diego2004-03-151-1/+1
* fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net>faust32004-03-131-2/+2
* Support binding F11 and F12 keys to commands.diego2004-01-161-0/+2
* MPlayer is now GPL, URL updated.diego2004-01-051-3/+1
* many small typo and grammar fixesgabucino2003-10-041-1/+1
* 100l to mealex2003-09-261-1/+1
* initial MorphOS/Amiga (GeekGadgets) supportalex2003-09-261-6/+8
* IRIX support by Timo Kanera <timo@kanera.de>alex2003-09-071-2/+2
* -nomouseinput support for vo_sdlalex2003-09-011-0/+4
* start in windowed mode using Quartz, but no X server started. Ported from fin...alex2003-07-271-1/+2
* keypad and function (f1-f10) suppport (currently only vo_sdl and the terminal...alex2003-04-091-0/+22
* pass correct key for ESCAPE, bug noticed by Vladimir Mosgalin <mosgalin@VM101...alex2003-03-231-13/+7
* linux->osdeparpi2003-02-091-1/+1
* 10l, init priv->X at right placeatmos42003-01-131-1/+1
* - init & check SDL availability at preinit() (fixes -vo sdl,mga)arpi2003-01-081-52/+63
* Add Quartz (OS X GUI) to SDL window-capable list, patch by Tomas Hurka <tom a...atmos42002-11-211-0/+1
* fixed mode switching on Machenry2002-11-111-0/+16
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-9/+3
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-3/+0
* fix for fs modes on widescreen displayshenry2002-11-021-4/+13
* for() -> memcpy_pic()arpi2002-10-091-38/+12
* Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove un...atmos42002-08-311-0/+23
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+1
* removed old input codealex2002-08-281-38/+3
* HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>arpi2002-08-091-2/+2
* Streamline enter-key behaviour suggested by Christian Ohm and disable I420/IY...atmos42002-06-161-4/+7
* Use new style query_formats flags. Fixes bug with flip.ksorim2002-04-291-2/+4
* Fix keypad volume control.atmos42002-04-251-2/+2
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+0
* Fix I420 handling, though still don't know why divx4 codec queries for I420 n...atmos42002-04-011-14/+45
* eeh, really remove keybinding for w/s for volume control. =)atmos42002-03-291-4/+0
* Remove alternative volume control binding that clash with libdvdnav support.atmos42002-03-291-2/+0
* fixed green lines caused by missing rounding to 2iive2002-03-261-1/+1
* Two fixes:ksorim2002-03-241-17/+2
* Fix swapped uv planes when playing yv12 data with direct renderingksorim2002-03-231-4/+4
* Fixes crash which occured when it wasn't possible to connect to the displayksorim2002-03-231-4/+5
* Fix for OSD when width != pitchksorim2002-03-221-16/+23
* This will hopefully fixksorim2002-03-211-22/+24
* Fix crash when playing multiple files. The bug was triggered when the first fileksorim2002-03-211-38/+14
* Fix crash when SDL had to do rgb -> rgb conversion. Removed some codeksorim2002-03-211-43/+30
* sdl dr supportatmos42002-03-121-1/+43
* add no fs as default for windriversatmos42002-03-031-1/+5
* osd outside movie support for vo_sdl, patch by Fredrik Kuivinenatmos42002-02-221-108/+447
* Fix return value of VOCTRL_FULLSCREENatmos42002-02-211-1/+1
* support for VOCTRL_FULLSCREENatmos42002-02-201-14/+12
* 10000hl to Holm... control MUST BE static...arpi2002-02-091-1/+1
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-2/+6
* Applied patch mouse whell patch from Wojtek Kaniewski <wojtekka@bydg.pdi.net>albeu2002-02-081-4/+53
* Add playlist keys (some missing?!) and add some shift handlers to allow keys ...atmos42002-02-041-4/+12
* Fix multifile playback (sdl was not fully reinitialized).atmos42002-02-041-3/+3
* new info for tuningnick2002-01-311-1/+1
* Extensions for video accelerated architecturenick2002-01-261-0/+10
* Let mplayer handle signals so terminal gets cleaned up.atmos42002-01-241-1/+1
* better fullscreen-mode selection, patch by dunno :)atmos42001-12-191-2/+14
* Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo...atmos42001-10-181-35/+20
* Fix non-X11 buildatmos42001-10-131-0/+12
* Make double/normal (n-key) use aspect()atmos42001-10-101-4/+6
* Add debug printfs to aspect(), add aspect() usage to vo_sdl.atmos42001-10-041-22/+22
* Applied quit via windowbutton patch.atmos42001-08-271-1/+5
* Removed D key for doublesize, already clobbered by framedrop.atmos42001-08-141-5/+2
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-7/+7
* Added double/normal resize patch by Wojtek Kaniewski <wojtekka at bydg.pdi.net>atmos42001-07-281-0/+18
* Corrected SDL include path.atmos42001-06-271-7/+1
* Sync with SF cvs. (Bugfixed YUV aalib and RGB/BGR32 converted modes.)atmos42001-06-241-8/+16
* Made surface locks switchable via preprocessor.atmosfear2001-06-231-31/+35
* Drastic! speedup of rgb code. Removed nonsens memhole fixes.atmosfear2001-06-221-94/+58
* sdl_driver liquidated, vo_subdevice usedal3x2001-06-211-2/+1
* fixed some possible memleak placesal3x2001-06-141-7/+33
* fixed my previousily added bug: ifdef buggy_sdl: keypressed: default caseal3x2001-06-131-11/+8
* -Wall like cleanupal3x2001-06-121-1/+3
* Ooops, wrong path to config.h - now you may enjoy code that was never before ...atmosfear2001-06-111-1/+1
* init checks return value of sdl_openal3x2001-06-091-3/+5
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>arpi_esp2001-06-051-0/+19
* Changed to only uninit SDL Video Subsystem.atmosfear2001-06-031-2/+2
* FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.netarpi_esp2001-06-031-0/+4
* Some fixups for SDL/aalib.atmosfear2001-06-021-4/+8
* Small changes for aalib.atmosfear2001-05-241-1/+1
* Added ability to use direct surface blitting for BGR modes.atmosfear2001-05-171-0/+50
* Added full aspect awareness, rewrote fullscreen handling.atmosfear2001-05-131-45/+157
* Added flipped video support and activate/deactivate screensaver under X.atmosfear2001-05-111-18/+67
* Got rid of aalib crashing workaround with SDL1.2.1+atmosfear2001-05-111-8/+4
* Added workaround for buggy SDL versions (before 1.2.1).atmosfear2001-05-051-0/+34
* Fixed keyboard input handling and slowed down keyrepeat interval.atmosfear2001-05-051-16/+13
* Last second changes.atmosfear2001-04-261-0/+2
* -x -y quickfix for release, code will be changed completely later.atmosfear2001-04-261-2/+4
* Added support for osd menue and kexrepeats for mixer keys.atmosfear2001-04-251-6/+7
* 15,16,24,32Bit rgb/bgr support added, aalib fixed, performance optimizations,...atmosfear2001-04-251-160/+338
* clean uppontscho2001-04-241-7/+1
* some warnings killedszabii2001-04-241-1/+5
* little fix, just to be precisearpi_esp2001-04-221-1/+1
* Added maintainer info and disclaimer.atmosfear2001-04-221-6/+22
* Reincluded fastmemcpy.h and added some keybindings for mixer.atmosfear2001-04-221-8/+11
* Changed some code so it only kicks in when XV is disable.atmosfear2001-04-201-12/+20
* doesn't include fastmemcpy.h when SDL_NOXV is defined.atmosfear2001-04-201-15/+18
* changed keyboard input handling to pass key through to mplayer if not special...atmosfear2001-04-161-4/+9
* fixes osd/subtitle for UYVY image format and steps back to 1.15 changesatmosfear2001-04-151-18/+23
* qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+arpi_esp2001-04-151-20/+17
* some additional changes to support different image formatsatmosfear2001-04-151-17/+20
* - applied overlay patch by Jens Hatmosfear2001-04-141-8/+27
* - added some defines to modify some sdl-out internas (see comments)atmosfear2001-04-131-4/+19
* - added keymapping to toggle OSD ('o' key)atmosfear2001-04-131-0/+3
* - small bugfixesatmosfear2001-04-111-6/+2
* - added code to comply with new fullscreen meaningatmosfear2001-04-111-13/+47
* memcpy() moved mmx.h -> fastmemcpy.harpi_esp2001-04-111-1/+1
* - Full OSD and subtitle support addedatmosfear2001-04-111-12/+57
* applied MMX2 memcpy() patch by Nick Kurshevarpi_esp2001-04-111-0/+2
* - Changed keypress-detection from keydown to keyup, seems to fix keyrepeatatmosfear2001-04-101-8/+23
* Only small change to allow pausing of movie (p or SPACE).atmosfear2001-04-011-4/+4
* Felix Bünemann added support for horizontal scaling for aspect-ratio inatmosfear2001-03-121-8/+21
* aspect ratio patch by Felix Bünemannarpi_esp2001-03-111-9/+15
* added check_events() interfacearpi_esp2001-03-031-2/+0
* Initial revisionarpi_esp2001-02-241-0/+607