aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_directx.c
Commit message (Expand)AuthorAge
* handle sub-window WinID checks in the gui.Gravatar vayne2006-07-08
* Initial win32 gui release.Gravatar vayne2006-07-06
* 10l the cpu hog fix broke fullscreenswitching with -widGravatar faust32006-03-15
* fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fi...Gravatar faust32006-03-13
* reinitialize adapter_count to 0, EnumCallbackEx will not work otherwiseGravatar reimar2006-02-05
* Generate double-click mouse events.Gravatar joey2005-11-11
* Intercept maximize event and go into fullscreen mode.Gravatar joey2005-11-11
* add a switch, slave command, and vo control to toggle borderless window.Gravatar joey2005-11-10
* move window style to a macro for easier maintainingGravatar joey2005-11-10
* libvo input cleanup: remove the dependency on libinput,Gravatar albeu2005-11-02
* Missing break for WM_SYSCOMMAND handling.Gravatar reimar2005-09-16
* remove extern for variables that are already in headers.Gravatar reimar2005-08-21
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* match the declaration in the includes to make it compile with gcc 4.1, patch ...Gravatar faust32005-06-07
* multifile leak fixes by Timothy Lee <timothy.lee at siriushk.com> +some more ...Gravatar faust32005-05-13
* always take the focus in fullscreen mode patch by Gianluigi Tiesi <mplayer at...Gravatar faust32005-02-13
* fixed-vo/libmpeg2 aspect change fixGravatar faust32005-01-06
* 256 color mode support, use -vm to get better output when overlay is not supp...Gravatar faust32005-01-06
* win95 fix fix by Rune Petersen <rune.mail-list at mail.tele.dk>Gravatar faust32005-01-02
* win95 does not support GetMonitorInfoGravatar faust32004-12-27
* forgot to remove now useless extern monitor_aspectGravatar reimar2004-12-23
* vo_screenwidth/vo_screenheight is _not_ monitor_aspect.Gravatar reimar2004-12-23
* added -wid support for vo_directx.Gravatar joey2004-12-21
* automatic monitoraspect calculation for vo_directx.Gravatar joey2004-12-21
* added colorkey support for vo_directx.Gravatar joey2004-12-21
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* make it possible to select the monitor even when in nonexclusive mode, based ...Gravatar faust32004-10-27
* overlay color control support based on patch by Vitos Laszlo <laca <at> evol.ro>Gravatar faust32004-10-22
* 100lGravatar faust32004-09-22
* added "xbutton" support for 4-5 button miceGravatar joey2004-08-26
* vm window handling fixesGravatar faust32004-08-24
* added runtime toggle of root window playbackGravatar joey2004-08-22
* added -rootwin support to vo_directxGravatar joey2004-08-22
* name changeGravatar diego2004-07-19
* embarassing typo and new nameGravatar diego2004-07-19
* more sane order for overlay workarounds, fixed a bug where the mouse would st...Gravatar faust32004-05-18
* keepaspect support, tryed to clean up DirectxManageDisplay a bit, enabled UYV...Gravatar faust32004-05-01
* ignore mouseclicks when activating the windowGravatar faust32004-04-13
* print at least the error number when there is no text for itGravatar faust32004-04-07
* move refreshrate and adapter_num variables to video_out because they might be...Gravatar faust32004-03-13
* mouse support by Nehal Mistry <nehalmistry at gmx.net>Gravatar faust32004-03-13
* adapter selection patch by Rune <runner at mail.tele.dk> +first attempt to im...Gravatar faust32004-02-29
* runtime 'stay-on-top' functionalityGravatar joey2003-11-30
* send quit command instead of key 'q'.Gravatar joey2003-11-23
* yet another hack to prevent crashes with drGravatar faust32003-10-09
* many small typo and grammar fixesGravatar gabucino2003-10-04
* use vo_fs + geometry supportGravatar faust32003-09-21
* fix RGB16 vs BGR16 mismatchGravatar faust32003-08-17
* fix playback of rgb files when overlay is not disabledGravatar faust32003-08-17
* load icon from executableGravatar faust32003-04-20