| Commit message (Expand) | Author | Age | Files | Lines |
* | #include sub.h instead of locally declaring vo_draw_text(). | diego | 2008-12-17 | 1 | -1/+1 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -1/+1 |
* | Honour differences between src and dst stride for packed yuv | faust3 | 2008-10-14 | 1 | -1/+1 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -2/+2 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 | 1 | -10/+12 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -3/+3 |
* | Mark the vo_functions_t definitions as const where possible. | reimar | 2007-12-02 | 1 | -1/+1 |
* | Make vo info structs const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Remove unused variables. | zuxy | 2007-10-27 | 1 | -3/+1 |
* | Cosmetic fix for r24861 | zuxy | 2007-10-27 | 1 | -12/+12 |
* | Avoid crash after recovering from screensaver | zuxy | 2007-10-27 | 1 | -4/+21 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -2/+2 |
* | Gui --> gui | diego | 2007-04-23 | 1 | -1/+1 |
* | Code cleanup: don't include a .c file in mplayer.c and fix a few | rathann | 2007-03-29 | 1 | -1/+1 |
* | Simplify config by using code available in video_out.c | reimar | 2007-03-06 | 1 | -19/+11 |
* | cosmetics: typo fixes, usefuLL --> useful and aswell --> as well | diego | 2007-02-22 | 1 | -1/+1 |
* | Remove a declaration-after-statement warning. | diego | 2006-10-23 | 1 | -1/+2 |
* | The FSF changed postal address. | diego | 2006-09-01 | 1 | -1/+1 |
* | optimize and simplify memcpy usage, use mem2agpcpy_pic | reimar | 2006-07-29 | 1 | -30/+6 |
* | handle sub-window WinID checks in the gui. | vayne | 2006-07-08 | 1 | -1/+1 |
* | Initial win32 gui release. | vayne | 2006-07-06 | 1 | -0/+11 |
* | 10l the cpu hog fix broke fullscreenswitching with -wid | faust3 | 2006-03-15 | 1 | -0/+4 |
* | fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fi... | faust3 | 2006-03-13 | 1 | -0/+18 |
* | reinitialize adapter_count to 0, EnumCallbackEx will not work otherwise | reimar | 2006-02-05 | 1 | -0/+1 |
* | Generate double-click mouse events. | joey | 2005-11-11 | 1 | -1/+29 |
* | Intercept maximize event and go into fullscreen mode. | joey | 2005-11-11 | 1 | -0/+3 |
* | add a switch, slave command, and vo control to toggle borderless window. | joey | 2005-11-10 | 1 | -1/+27 |
* | move window style to a macro for easier maintaining | joey | 2005-11-10 | 1 | -3/+4 |
* | libvo input cleanup: remove the dependency on libinput, | albeu | 2005-11-02 | 1 | -1/+1 |
* | Missing break for WM_SYSCOMMAND handling. | reimar | 2005-09-16 | 1 | -0/+1 |
* | remove extern for variables that are already in headers. | reimar | 2005-08-21 | 1 | -7/+0 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 | 1 | -6/+6 |
* | match the declaration in the includes to make it compile with gcc 4.1, patch ... | faust3 | 2005-06-07 | 1 | -2/+2 |
* | multifile leak fixes by Timothy Lee <timothy.lee at siriushk.com> +some more ... | faust3 | 2005-05-13 | 1 | -27/+51 |
* | always take the focus in fullscreen mode patch by Gianluigi Tiesi <mplayer at... | faust3 | 2005-02-13 | 1 | -0/+1 |
* | fixed-vo/libmpeg2 aspect change fix | faust3 | 2005-01-06 | 1 | -0/+2 |
* | 256 color mode support, use -vm to get better output when overlay is not supp... | faust3 | 2005-01-06 | 1 | -1/+20 |
* | win95 fix fix by Rune Petersen <rune.mail-list at mail.tele.dk> | faust3 | 2005-01-02 | 1 | -5/+6 |
* | win95 does not support GetMonitorInfo | faust3 | 2004-12-27 | 1 | -1/+12 |
* | forgot to remove now useless extern monitor_aspect | reimar | 2004-12-23 | 1 | -1/+0 |
* | vo_screenwidth/vo_screenheight is _not_ monitor_aspect. | reimar | 2004-12-23 | 1 | -1/+0 |
* | added -wid support for vo_directx. | joey | 2004-12-21 | 1 | -3/+25 |
* | automatic monitoraspect calculation for vo_directx. | joey | 2004-12-21 | 1 | -0/+2 |
* | added colorkey support for vo_directx. | joey | 2004-12-21 | 1 | -0/+2 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -4/+4 |
* | make it possible to select the monitor even when in nonexclusive mode, based ... | faust3 | 2004-10-27 | 1 | -5/+26 |
* | overlay color control support based on patch by Vitos Laszlo <laca <at> evol.ro> | faust3 | 2004-10-22 | 1 | -0/+108 |
* | 100l | faust3 | 2004-09-22 | 1 | -2/+2 |
* | added "xbutton" support for 4-5 button mice | joey | 2004-08-26 | 1 | -0/+16 |
* | vm window handling fixes | faust3 | 2004-08-24 | 1 | -3/+3 |
* | added runtime toggle of root window playback | joey | 2004-08-22 | 1 | -0/+12 |
* | added -rootwin support to vo_directx | joey | 2004-08-22 | 1 | -4/+15 |
* | name change | diego | 2004-07-19 | 1 | -1/+1 |
* | embarassing typo and new name | diego | 2004-07-19 | 1 | -1/+1 |
* | more sane order for overlay workarounds, fixed a bug where the mouse would st... | faust3 | 2004-05-18 | 1 | -18/+19 |
* | keepaspect support, tryed to clean up DirectxManageDisplay a bit, enabled UYV... | faust3 | 2004-05-01 | 1 | -105/+69 |
* | ignore mouseclicks when activating the window | faust3 | 2004-04-13 | 1 | -1/+3 |
* | print at least the error number when there is no text for it | faust3 | 2004-04-07 | 1 | -0/+4 |
* | move refreshrate and adapter_num variables to video_out because they might be... | faust3 | 2004-03-13 | 1 | -8/+6 |
* | mouse support by Nehal Mistry <nehalmistry at gmx.net> | faust3 | 2004-03-13 | 1 | -0/+30 |
* | adapter selection patch by Rune <runner at mail.tele.dk> +first attempt to im... | faust3 | 2004-02-29 | 1 | -181/+234 |
* | runtime 'stay-on-top' functionality | joey | 2003-11-30 | 1 | -8/+15 |
* | send quit command instead of key 'q'. | joey | 2003-11-23 | 1 | -3/+3 |
* | yet another hack to prevent crashes with dr | faust3 | 2003-10-09 | 1 | -0/+5 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 1 | -1/+1 |
* | use vo_fs + geometry support | faust3 | 2003-09-21 | 1 | -16/+22 |
* | fix RGB16 vs BGR16 mismatch | faust3 | 2003-08-17 | 1 | -2/+2 |
* | fix playback of rgb files when overlay is not disabled | faust3 | 2003-08-17 | 1 | -9/+13 |
* | load icon from executable | faust3 | 2003-04-20 | 1 | -1/+9 |
* | 10l noticed by Joey Parrish <joey at nicewarrior.org> | faust3 | 2003-04-09 | 1 | -1/+1 |
* | 10l: don't change image format during config | faust3 | 2003-03-29 | 1 | -1/+2 |
* | 10l | faust3 | 2003-03-19 | 1 | -0/+1 |
* | fix fullscreenswitching patch by Joey Parrish <joey at nicewarrior.org> | faust3 | 2003-02-23 | 1 | -5/+5 |
* | linux->osdep | arpi | 2003-02-09 | 1 | -1/+1 |
* | 10l remove unused code | faust3 | 2002-12-30 | 1 | -12/+0 |
* | fullscreencode rewritten, some cleanup | faust3 | 2002-12-30 | 1 | -345/+281 |
* | 10l and correct aspect | faust3 | 2002-12-21 | 1 | -35/+24 |
* | 10l - my system is very tolerant it seems | faust3 | 2002-12-19 | 1 | -8/+7 |
* | 1000l! I have no idea how this code worked at all before. I guess no | rfelker | 2002-12-18 | 1 | -6/+6 |
* | removed get_info, using the same sheme as in libmpcodecs instead | alex | 2002-11-11 | 1 | -10/+2 |
* | 10l - noticed by Soeren Mueller <soeren.mueller at webwasher.com> | faust3 | 2002-10-17 | 1 | -4/+5 |
* | more correct flags | faust3 | 2002-10-11 | 1 | -2/+2 |
* | -fixes vo_directx to work with -fixed-vo | arpi | 2002-10-09 | 1 | -4/+29 |
* | This patch hopefully fixes colorkeying and a segfault in exclusive mode | arpi | 2002-10-06 | 1 | -39/+60 |
* | argh i forgot to add new file.. | arpi | 2002-09-28 | 1 | -0/+1244 |