aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_directx.c
Commit message (Expand)AuthorAge
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* typo fix: inited --> initializedGravatar diego2008-02-14
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Remove unused variables.Gravatar zuxy2007-10-27
* Cosmetic fix for r24861Gravatar zuxy2007-10-27
* Avoid crash after recovering from screensaverGravatar zuxy2007-10-27
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Gui --> guiGravatar diego2007-04-23
* Code cleanup: don't include a .c file in mplayer.c and fix a fewGravatar rathann2007-03-29
* Simplify config by using code available in video_out.cGravatar reimar2007-03-06
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellGravatar diego2007-02-22
* Remove a declaration-after-statement warning.Gravatar diego2006-10-23
* The FSF changed postal address.Gravatar diego2006-09-01
* optimize and simplify memcpy usage, use mem2agpcpy_picGravatar reimar2006-07-29
* 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