summaryrefslogtreecommitdiffstats
path: root/libvo/vo_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* 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