| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime 'stay-on-top' functionality | joey | 2003-11-30 | 1 | -0/+2 |
* | user settable colorkey | alex | 2003-10-03 | 1 | -9/+14 |
* | while we are at it: geometry support for xmga | attila | 2003-08-31 | 1 | -1/+2 |
* | linux->osdep | arpi | 2003-02-09 | 1 | -1/+1 |
* | removed get_info, using the same sheme as in libmpcodecs instead | alex | 2002-11-11 | 1 | -4/+4 |
* | panscan support in -vo mga (actually moved common code to mga_common.c) | arpi | 2002-11-01 | 1 | -77/+0 |
* | -fixed-vo support | pontscho | 2002-10-17 | 1 | -8/+14 |
* | more cleanup, some -vo mga fullscreen fixes | arpi | 2002-10-09 | 1 | -21/+2 |
* | some cleanup | arpi | 2002-10-09 | 1 | -59/+22 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 1 | -3/+1 |
* | finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api | alex | 2002-08-28 | 1 | -1/+1 |
* | ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warning | arpi | 2002-08-09 | 1 | -1/+1 |
* | - fix audio equalizer | pontscho | 2002-07-19 | 1 | -7/+7 |
* | fix panscan support and add Jesper Svennevid's <mplayer@svennevid.net> patch | pontscho | 2002-06-10 | 1 | -4/+6 |
* | add mute support ( step 1 ) and fixed panscan bugs (1000l for me) | pontscho | 2002-06-06 | 1 | -3/+3 |
* | added panscan support for xmga/xvidix | pontscho | 2002-06-05 | 1 | -6/+23 |
* | msg/i18n fixes and some printf->mp_msg | arpi | 2002-06-03 | 1 | -8/+12 |
* | some cleanup, gl/gl2 updated to use vo_window | arpi | 2002-05-14 | 1 | -4/+1 |
* | fix Arpi's bugs | pontscho | 2002-05-12 | 1 | -2/+0 |
* | fix some small bug and -rootwin | pontscho | 2002-05-11 | 1 | -40/+50 |
* | -zoom, -fs with x[11|mga|v] fix -- round two | pontscho | 2002-05-08 | 1 | -15/+6 |
* | wm detection -- round two | pontscho | 2002-05-07 | 1 | -2/+0 |
* | fix -fs and 'f' | pontscho | 2002-05-06 | 1 | -6/+8 |
* | the Right Fix for gui window setup | arpi | 2002-05-05 | 1 | -5/+6 |
* | missing if(use_gui) - found by Nilmoni Deb <ndeb@ece.cmu.edu> | arpi | 2002-05-04 | 1 | -1/+1 |
* | fix xmga fs, resize to movie size and mouse auto hide + dga | pontscho | 2002-05-03 | 1 | -12/+7 |
* | fix aspect ratio handling | pontscho | 2002-05-03 | 1 | -11/+8 |
* | fix fullscreen (?) | pontscho | 2002-04-25 | 1 | -2/+1 |
* | -rootwin fix... | arpi | 2002-04-24 | 1 | -1/+2 |
* | fix playlist bug with gui and rewrite mousecursor show/hide code | pontscho | 2002-04-16 | 1 | -1/+3 |
* | open(/dev/mga_vid) moved to preinit | arpi | 2002-03-31 | 1 | -10/+0 |
* | U,V plane odrer fixed | arpi | 2002-03-24 | 1 | -6/+2 |
* | uninit bugs fixed | arpi | 2002-03-17 | 1 | -7/+8 |
* | round up width/height if mod 2 != 0 | arpi | 2002-03-09 | 1 | -0/+5 |
* | small changes in libvo's X11 support | pontscho | 2002-03-08 | 1 | -19/+3 |
* | +10l to .so | arpi | 2002-03-07 | 1 | -2/+2 |
* | rewrite fullscreen support in some libvo driver | pontscho | 2002-03-07 | 1 | -19/+17 |
* | control+preinit moved to mga_common.c | arpi | 2002-03-07 | 1 | -13/+0 |
* | small changes | pontscho | 2002-02-21 | 1 | -46/+23 |
* | ExposureMask fixed. | pontscho | 2002-02-21 | 1 | -7/+1 |
* | add new input cucc | pontscho | 2002-02-20 | 1 | -0/+7 |
* | 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 |
* | fs resize bug fix. | pontscho | 2002-02-07 | 1 | -0/+3 |
* | new info for tuning | nick | 2002-01-31 | 1 | -1/+1 |
* | Extensions for video accelerated architecture | nick | 2002-01-26 | 1 | -0/+10 |
* | fix screen saver bug under gui | pontscho | 2002-01-23 | 1 | -6/+3 |
* | move bug fixed | pontscho | 2002-01-22 | 1 | -13/+6 |
* | Xinerama patch number two by attila. | atmos4 | 2002-01-06 | 1 | -0/+29 |
* | xinerama fix by attila | atmos4 | 2002-01-05 | 1 | -0/+3 |
* | -wid/-rootwin support | arpi | 2001-12-28 | 1 | -0/+5 |
* | aspect ratio bug fix for gui | pontscho | 2001-12-17 | 1 | -0/+2 |
* | Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo... | atmos4 | 2001-10-18 | 1 | -3/+7 |
* | Use aspect() | atmos4 | 2001-10-03 | 1 | -8/+2 |
* | Make aware of new -fs calling. | atmos4 | 2001-10-01 | 1 | -0/+11 |
* | XDestroyWindow fix baze. | pontscho | 2001-09-20 | 1 | -1/+3 |
* | Fix multiple window bug in multifile mode. | atmos4 | 2001-09-18 | 1 | -1/+1 |
* | fix xshape, mixer, fullscreen, etc | pontscho | 2001-09-04 | 1 | -17/+28 |
* | fix gui support | pontscho | 2001-08-30 | 1 | -4/+3 |
* | GUI stuff. now seeking works, and xmga renders to video window | arpi | 2001-08-27 | 1 | -10/+8 |
* | fixed mga uninit | arpi | 2001-08-22 | 1 | -2/+3 |
* | changes according to -utf8 option, draw_osd() function added | atlka | 2001-08-13 | 1 | -4/+4 |
* | vo_subdevice support | arpi_esp | 2001-06-23 | 1 | -6/+8 |
* | patch: some X11 compliance fixed: set ClassHint and better fullscreen mode | arpi_esp | 2001-06-17 | 1 | -0/+1 |
* | mScreen removed -> segfault solved | arpi_esp | 2001-06-01 | 1 | -1/+1 |
* | Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display... | lgb | 2001-05-31 | 1 | -12/+2 |
* | didn't handle flags parameter correctly | arpi_esp | 2001-05-20 | 1 | -3/+3 |
* | add gui support | pontscho | 2001-05-08 | 1 | -38/+83 |
* | clean up | pontscho | 2001-04-24 | 1 | -4/+1 |
* | fprintf(stderr converted to printf( | szabii | 2001-04-24 | 1 | -5/+5 |
* | some warnings killed | szabii | 2001-04-24 | 1 | -0/+4 |
* | I420/IYUV support | arpi_esp | 2001-04-16 | 1 | -0/+8 |
* | qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+ | arpi_esp | 2001-04-15 | 1 | -0/+4 |
* | Autohide X11 cursor | lgb | 2001-04-13 | 1 | -0/+1 |
* | less, and more informal printfs | arpi_esp | 2001-04-11 | 1 | -4/+4 |
* | Szebb es jobb screensaver-kikapcsolo resz | laaz | 2001-04-10 | 1 | -0/+3 |
* | subtitle+OSD font support | arpi_esp | 2001-03-25 | 1 | -1/+1 |
* | grey+alpha rendering support (for .sub) | arpi_esp | 2001-03-24 | 1 | -0/+2 |
* | *** empty log message *** | pontscho | 2001-03-21 | 1 | -9/+7 |
* | common window setup code moved to set_window() | arpi_esp | 2001-03-17 | 1 | -30/+17 |
* | added #define SHOW_TIME option... (debug) | arpi_esp | 2001-03-13 | 1 | -0/+16 |
* | mga_vid fixes, code cleanup | arpi_esp | 2001-03-08 | 1 | -33/+12 |
* | vsync in mga/xmga | arpi_esp | 2001-03-07 | 1 | -9/+9 |
* | added check_events() interface | arpi_esp | 2001-03-03 | 1 | -28/+16 |
* | Initial revision | arpi_esp | 2001-02-24 | 1 | -0/+319 |