summaryrefslogtreecommitdiffstats
path: root/libvo/vo_sdl.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed mode switching on Machenry2002-11-111-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8150 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-9/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8149 b3059339-0415-0410-9bf9-f77b7e298cf2
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-3/+0
| | | | | | | based on patch by Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8124 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for fs modes on widescreen displayshenry2002-11-021-4/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8055 b3059339-0415-0410-9bf9-f77b7e298cf2
* for() -> memcpy_pic()arpi2002-10-091-38/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7693 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove ↵atmos42002-08-311-0/+23
| | | | | | | | | unused envp. Patch by Donnie Smith <xc0bead2d8130df59@f4n.org>, updated by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7202 b3059339-0415-0410-9bf9-f77b7e298cf2
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7125 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed old input codealex2002-08-281-38/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7112 b3059339-0415-0410-9bf9-f77b7e298cf2
* HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>arpi2002-08-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6957 b3059339-0415-0410-9bf9-f77b7e298cf2
* Streamline enter-key behaviour suggested by Christian Ohm and disable ↵atmos42002-06-161-4/+7
| | | | | | | | | | I420/IYUV because SDL seems buggy with it (doesn't use hw accel, although XVideo hw supports it). YV12 will be used instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6441 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use new style query_formats flags. Fixes bug with flip.ksorim2002-04-291-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5895 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix keypad volume control.atmos42002-04-251-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5835 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5608 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix I420 handling, though still don't know why divx4 codec queries for I420 ↵atmos42002-04-011-14/+45
| | | | | | not YUY2! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5461 b3059339-0415-0410-9bf9-f77b7e298cf2
* eeh, really remove keybinding for w/s for volume control. =)atmos42002-03-291-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5386 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove alternative volume control binding that clash with libdvdnav support.atmos42002-03-291-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5385 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed green lines caused by missing rounding to 2iive2002-03-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5359 b3059339-0415-0410-9bf9-f77b7e298cf2
* Two fixes:ksorim2002-03-241-17/+2
| | | | | | | | - Planar formats don't use draw_frame. Code dealing with that has been removed. - Calculate y_screen_bottom correctly git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5314 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix swapped uv planes when playing yv12 data with direct renderingksorim2002-03-231-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5269 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes crash which occured when it wasn't possible to connect to the displayksorim2002-03-231-4/+5
| | | | | | | name in DISPLAY. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5268 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for OSD when width != pitchksorim2002-03-221-16/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5261 b3059339-0415-0410-9bf9-f77b7e298cf2
* This will hopefully fixksorim2002-03-211-22/+24
| | | | | | | | * uninit call without a previous config call * Several config calls between preinit and uninit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5241 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix crash when playing multiple files. The bug was triggered when the first fileksorim2002-03-211-38/+14
| | | | | | | | had rgb data and the second had yuv data and sdl:aalib was used. Some code duplication removed in the process. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5240 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix crash when SDL had to do rgb -> rgb conversion. Removed some codeksorim2002-03-211-43/+30
| | | | | | | duplication. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5239 b3059339-0415-0410-9bf9-f77b7e298cf2
* sdl dr supportatmos42002-03-121-1/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5059 b3059339-0415-0410-9bf9-f77b7e298cf2
* add no fs as default for windriversatmos42002-03-031-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4926 b3059339-0415-0410-9bf9-f77b7e298cf2
* osd outside movie support for vo_sdl, patch by Fredrik Kuivinenatmos42002-02-221-108/+447
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4808 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix return value of VOCTRL_FULLSCREENatmos42002-02-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4791 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for VOCTRL_FULLSCREENatmos42002-02-201-14/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4773 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10000hl to Holm... control MUST BE static...arpi2002-02-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4597 b3059339-0415-0410-9bf9-f77b7e298cf2
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4593 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch mouse whell patch from Wojtek Kaniewski <wojtekka@bydg.pdi.net>albeu2002-02-081-4/+53
| | | | | | | and added mouse support for new input git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4591 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add playlist keys (some missing?!) and add some shift handlers to allow keys ↵atmos42002-02-041-4/+12
| | | | | | to work with german keyboards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4531 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix multifile playback (sdl was not fully reinitialized).atmos42002-02-041-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4529 b3059339-0415-0410-9bf9-f77b7e298cf2
* new info for tuningnick2002-01-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4434 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extensions for video accelerated architecturenick2002-01-261-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4353 b3059339-0415-0410-9bf9-f77b7e298cf2
* Let mplayer handle signals so terminal gets cleaned up.atmos42002-01-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4343 b3059339-0415-0410-9bf9-f77b7e298cf2
* better fullscreen-mode selection, patch by dunno :)atmos42001-12-191-2/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3610 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and ↵atmos42001-10-181-35/+20
| | | | | | vo_xmga are untested! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2250 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix non-X11 buildatmos42001-10-131-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2183 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make double/normal (n-key) use aspect()atmos42001-10-101-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2148 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add debug printfs to aspect(), add aspect() usage to vo_sdl.atmos42001-10-041-22/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2072 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied quit via windowbutton patch.atmos42001-08-271-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1711 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed D key for doublesize, already clobbered by framedrop.atmos42001-08-141-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1510 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1502 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added double/normal resize patch by Wojtek Kaniewski <wojtekka at bydg.pdi.net>atmos42001-07-281-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1397 b3059339-0415-0410-9bf9-f77b7e298cf2
* Corrected SDL include path.atmos42001-06-271-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1239 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with SF cvs. (Bugfixed YUV aalib and RGB/BGR32 converted modes.)atmos42001-06-241-8/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1220 b3059339-0415-0410-9bf9-f77b7e298cf2
* Made surface locks switchable via preprocessor.atmosfear2001-06-231-31/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1198 b3059339-0415-0410-9bf9-f77b7e298cf2
* Drastic! speedup of rgb code. Removed nonsens memhole fixes.atmosfear2001-06-221-94/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1195 b3059339-0415-0410-9bf9-f77b7e298cf2
* sdl_driver liquidated, vo_subdevice usedal3x2001-06-211-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1189 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed some possible memleak placesal3x2001-06-141-7/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1127 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed my previousily added bug: ifdef buggy_sdl: keypressed: default caseal3x2001-06-131-11/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1123 b3059339-0415-0410-9bf9-f77b7e298cf2
* -Wall like cleanupal3x2001-06-121-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1111 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ooops, wrong path to config.h - now you may enjoy code that was never before ↵atmosfear2001-06-111-1/+1
| | | | | | used =) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1101 b3059339-0415-0410-9bf9-f77b7e298cf2
* init checks return value of sdl_openal3x2001-06-091-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1081 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>arpi_esp2001-06-051-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1039 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed to only uninit SDL Video Subsystem.atmosfear2001-06-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@974 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.netarpi_esp2001-06-031-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@959 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some fixups for SDL/aalib.atmosfear2001-06-021-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@952 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small changes for aalib.atmosfear2001-05-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@863 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added ability to use direct surface blitting for BGR modes.atmosfear2001-05-171-0/+50
| | | | | | | | | No depth/colorspace-conversion and no scaling, but 2 times faster. (same speed as -vo x11 then) Change SDL_DIRECT_BLIT from #undef to #define to test it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@824 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added full aspect awareness, rewrote fullscreen handling.atmosfear2001-05-131-45/+157
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@785 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added flipped video support and activate/deactivate screensaver under X.atmosfear2001-05-111-18/+67
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@773 b3059339-0415-0410-9bf9-f77b7e298cf2
* Got rid of aalib crashing workaround with SDL1.2.1+atmosfear2001-05-111-8/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@771 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added workaround for buggy SDL versions (before 1.2.1).atmosfear2001-05-051-0/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@706 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed keyboard input handling and slowed down keyrepeat interval.atmosfear2001-05-051-16/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@704 b3059339-0415-0410-9bf9-f77b7e298cf2
* Last second changes.atmosfear2001-04-261-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@654 b3059339-0415-0410-9bf9-f77b7e298cf2
* -x -y quickfix for release, code will be changed completely later.atmosfear2001-04-261-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@649 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for osd menue and kexrepeats for mixer keys.atmosfear2001-04-251-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@638 b3059339-0415-0410-9bf9-f77b7e298cf2
* 15,16,24,32Bit rgb/bgr support added, aalib fixed, performance ↵atmosfear2001-04-251-160/+338
| | | | | | optimizations, code cleanup and so much more... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@636 b3059339-0415-0410-9bf9-f77b7e298cf2
* clean uppontscho2001-04-241-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@617 b3059339-0415-0410-9bf9-f77b7e298cf2
* some warnings killedszabii2001-04-241-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@613 b3059339-0415-0410-9bf9-f77b7e298cf2
* little fix, just to be precisearpi_esp2001-04-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@581 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added maintainer info and disclaimer.atmosfear2001-04-221-6/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@580 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reincluded fastmemcpy.h and added some keybindings for mixer.atmosfear2001-04-221-8/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@576 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed some code so it only kicks in when XV is disable.atmosfear2001-04-201-12/+20
| | | | | | | (Later I'll change that stuff to be detected at runtime.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@544 b3059339-0415-0410-9bf9-f77b7e298cf2
* doesn't include fastmemcpy.h when SDL_NOXV is defined.atmosfear2001-04-201-15/+18
| | | | | | | (otherwise MPlayer crashes in fastmemcpy.h, needs to be FIXED!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@543 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed keyboard input handling to pass key through to mplayer if not ↵atmosfear2001-04-161-4/+9
| | | | | | special to sdl git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@476 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes osd/subtitle for UYVY image format and steps back to 1.15 changesatmosfear2001-04-151-18/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@452 b3059339-0415-0410-9bf9-f77b7e298cf2
* qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza ba