| Commit message (Expand) | Author | Age | Files | Lines |
* | mp_image.h and img_format.h moved to libmpcodecs | arpi | 2002-04-13 | 1 | -1/+0 |
* | Fix I420 handling, though still don't know why divx4 codec queries for I420 n... | atmos4 | 2002-04-01 | 1 | -14/+45 |
* | eeh, really remove keybinding for w/s for volume control. =) | atmos4 | 2002-03-29 | 1 | -4/+0 |
* | Remove alternative volume control binding that clash with libdvdnav support. | atmos4 | 2002-03-29 | 1 | -2/+0 |
* | fixed green lines caused by missing rounding to 2 | iive | 2002-03-26 | 1 | -1/+1 |
* | Two fixes: | ksorim | 2002-03-24 | 1 | -17/+2 |
* | Fix swapped uv planes when playing yv12 data with direct rendering | ksorim | 2002-03-23 | 1 | -4/+4 |
* | Fixes crash which occured when it wasn't possible to connect to the display | ksorim | 2002-03-23 | 1 | -4/+5 |
* | Fix for OSD when width != pitch | ksorim | 2002-03-22 | 1 | -16/+23 |
* | This will hopefully fix | ksorim | 2002-03-21 | 1 | -22/+24 |
* | Fix crash when playing multiple files. The bug was triggered when the first file | ksorim | 2002-03-21 | 1 | -38/+14 |
* | Fix crash when SDL had to do rgb -> rgb conversion. Removed some code | ksorim | 2002-03-21 | 1 | -43/+30 |
* | sdl dr support | atmos4 | 2002-03-12 | 1 | -1/+43 |
* | add no fs as default for windrivers | atmos4 | 2002-03-03 | 1 | -1/+5 |
* | osd outside movie support for vo_sdl, patch by Fredrik Kuivinen | atmos4 | 2002-02-22 | 1 | -108/+447 |
* | Fix return value of VOCTRL_FULLSCREEN | atmos4 | 2002-02-21 | 1 | -1/+1 |
* | support for VOCTRL_FULLSCREEN | atmos4 | 2002-02-20 | 1 | -14/+12 |
* | 10000hl to Holm... control MUST BE static... | arpi | 2002-02-09 | 1 | -1/+1 |
* | query_ stuff replaced by new control() - patch by David Holm | arpi | 2002-02-09 | 1 | -2/+6 |
* | Applied patch mouse whell patch from Wojtek Kaniewski <wojtekka@bydg.pdi.net> | albeu | 2002-02-08 | 1 | -4/+53 |
* | Add playlist keys (some missing?!) and add some shift handlers to allow keys ... | atmos4 | 2002-02-04 | 1 | -4/+12 |
* | Fix multifile playback (sdl was not fully reinitialized). | atmos4 | 2002-02-04 | 1 | -3/+3 |
* | new info for tuning | nick | 2002-01-31 | 1 | -1/+1 |
* | Extensions for video accelerated architecture | nick | 2002-01-26 | 1 | -0/+10 |
* | Let mplayer handle signals so terminal gets cleaned up. | atmos4 | 2002-01-24 | 1 | -1/+1 |
* | better fullscreen-mode selection, patch by dunno :) | atmos4 | 2001-12-19 | 1 | -2/+14 |
* | Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo... | atmos4 | 2001-10-18 | 1 | -35/+20 |
* | Fix non-X11 build | atmos4 | 2001-10-13 | 1 | -0/+12 |
* | Make double/normal (n-key) use aspect() | atmos4 | 2001-10-10 | 1 | -4/+6 |
* | Add debug printfs to aspect(), add aspect() usage to vo_sdl. | atmos4 | 2001-10-04 | 1 | -22/+22 |
* | Applied quit via windowbutton patch. | atmos4 | 2001-08-27 | 1 | -1/+5 |
* | Removed D key for doublesize, already clobbered by framedrop. | atmos4 | 2001-08-14 | 1 | -5/+2 |
* | changes according to -utf8 option, draw_osd() function added | atlka | 2001-08-13 | 1 | -7/+7 |
* | Added double/normal resize patch by Wojtek Kaniewski <wojtekka at bydg.pdi.net> | atmos4 | 2001-07-28 | 1 | -0/+18 |
* | Corrected SDL include path. | atmos4 | 2001-06-27 | 1 | -7/+1 |
* | Sync with SF cvs. (Bugfixed YUV aalib and RGB/BGR32 converted modes.) | atmos4 | 2001-06-24 | 1 | -8/+16 |
* | Made surface locks switchable via preprocessor. | atmosfear | 2001-06-23 | 1 | -31/+35 |
* | Drastic! speedup of rgb code. Removed nonsens memhole fixes. | atmosfear | 2001-06-22 | 1 | -94/+58 |
* | sdl_driver liquidated, vo_subdevice used | al3x | 2001-06-21 | 1 | -2/+1 |
* | fixed some possible memleak places | al3x | 2001-06-14 | 1 | -7/+33 |
* | fixed my previousily added bug: ifdef buggy_sdl: keypressed: default case | al3x | 2001-06-13 | 1 | -11/+8 |
* | -Wall like cleanup | al3x | 2001-06-12 | 1 | -1/+3 |
* | Ooops, wrong path to config.h - now you may enjoy code that was never before ... | atmosfear | 2001-06-11 | 1 | -1/+1 |
* | init checks return value of sdl_open | al3x | 2001-06-09 | 1 | -3/+5 |
* | applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de> | arpi_esp | 2001-06-05 | 1 | -0/+19 |
* | Changed to only uninit SDL Video Subsystem. | atmosfear | 2001-06-03 | 1 | -2/+2 |
* | FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.net | arpi_esp | 2001-06-03 | 1 | -0/+4 |
* | Some fixups for SDL/aalib. | atmosfear | 2001-06-02 | 1 | -4/+8 |
* | Small changes for aalib. | atmosfear | 2001-05-24 | 1 | -1/+1 |
* | Added ability to use direct surface blitting for BGR modes. | atmosfear | 2001-05-17 | 1 | -0/+50 |
* | Added full aspect awareness, rewrote fullscreen handling. | atmosfear | 2001-05-13 | 1 | -45/+157 |
* | Added flipped video support and activate/deactivate screensaver under X. | atmosfear | 2001-05-11 | 1 | -18/+67 |
* | Got rid of aalib crashing workaround with SDL1.2.1+ | atmosfear | 2001-05-11 | 1 | -8/+4 |
* | Added workaround for buggy SDL versions (before 1.2.1). | atmosfear | 2001-05-05 | 1 | -0/+34 |
* | Fixed keyboard input handling and slowed down keyrepeat interval. | atmosfear | 2001-05-05 | 1 | -16/+13 |
* | Last second changes. | atmosfear | 2001-04-26 | 1 | -0/+2 |
* | -x -y quickfix for release, code will be changed completely later. | atmosfear | 2001-04-26 | 1 | -2/+4 |
* | Added support for osd menue and kexrepeats for mixer keys. | atmosfear | 2001-04-25 | 1 | -6/+7 |
* | 15,16,24,32Bit rgb/bgr support added, aalib fixed, performance optimizations,... | atmosfear | 2001-04-25 | 1 | -160/+338 |
* | clean up | pontscho | 2001-04-24 | 1 | -7/+1 |
* | some warnings killed | szabii | 2001-04-24 | 1 | -1/+5 |
* | little fix, just to be precise | arpi_esp | 2001-04-22 | 1 | -1/+1 |
* | Added maintainer info and disclaimer. | atmosfear | 2001-04-22 | 1 | -6/+22 |
* | Reincluded fastmemcpy.h and added some keybindings for mixer. | atmosfear | 2001-04-22 | 1 | -8/+11 |
* | Changed some code so it only kicks in when XV is disable. | atmosfear | 2001-04-20 | 1 | -12/+20 |
* | doesn't include fastmemcpy.h when SDL_NOXV is defined. | atmosfear | 2001-04-20 | 1 | -15/+18 |
* | changed keyboard input handling to pass key through to mplayer if not special... | atmosfear | 2001-04-16 | 1 | -4/+9 |
* | fixes osd/subtitle for UYVY image format and steps back to 1.15 changes | atmosfear | 2001-04-15 | 1 | -18/+23 |
* | qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+ | arpi_esp | 2001-04-15 | 1 | -20/+17 |
* | some additional changes to support different image formats | atmosfear | 2001-04-15 | 1 | -17/+20 |
* | - applied overlay patch by Jens H | atmosfear | 2001-04-14 | 1 | -8/+27 |
* | - added some defines to modify some sdl-out internas (see comments) | atmosfear | 2001-04-13 | 1 | -4/+19 |
* | - added keymapping to toggle OSD ('o' key) | atmosfear | 2001-04-13 | 1 | -0/+3 |
* | - small bugfixes | atmosfear | 2001-04-11 | 1 | -6/+2 |
* | - added code to comply with new fullscreen meaning | atmosfear | 2001-04-11 | 1 | -13/+47 |
* | memcpy() moved mmx.h -> fastmemcpy.h | arpi_esp | 2001-04-11 | 1 | -1/+1 |
* | - Full OSD and subtitle support added | atmosfear | 2001-04-11 | 1 | -12/+57 |
* | applied MMX2 memcpy() patch by Nick Kurshev | arpi_esp | 2001-04-11 | 1 | -0/+2 |
* | - Changed keypress-detection from keydown to keyup, seems to fix keyrepeat | atmosfear | 2001-04-10 | 1 | -8/+23 |
* | Only small change to allow pausing of movie (p or SPACE). | atmosfear | 2001-04-01 | 1 | -4/+4 |
* | Felix Bünemann added support for horizontal scaling for aspect-ratio in | atmosfear | 2001-03-12 | 1 | -8/+21 |
* | aspect ratio patch by Felix Bünemann | arpi_esp | 2001-03-11 | 1 | -9/+15 |
* | added check_events() interface | arpi_esp | 2001-03-03 | 1 | -2/+0 |
* | Initial revision | arpi_esp | 2001-02-24 | 1 | -0/+607 |