summaryrefslogtreecommitdiffstats
path: root/libvo/vo_directx.c
Commit message (Expand)AuthorAgeFilesLines
* Rename two GUI-related preprocessor directives:diego2008-07-301-2/+2
* Use standard license headers with standard formatting.diego2008-05-141-10/+12
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* Remove unused variables.zuxy2007-10-271-3/+1
* Cosmetic fix for r24861zuxy2007-10-271-12/+12
* Avoid crash after recovering from screensaverzuxy2007-10-271-4/+21
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-2/+2
* Gui --> guidiego2007-04-231-1/+1
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-291-1/+1
* Simplify config by using code available in video_out.creimar2007-03-061-19/+11
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as welldiego2007-02-221-1/+1
* Remove a declaration-after-statement warning.diego2006-10-231-1/+2
* The FSF changed postal address.diego2006-09-011-1/+1
* optimize and simplify memcpy usage, use mem2agpcpy_picreimar2006-07-291-30/+6
* handle sub-window WinID checks in the gui.vayne2006-07-081-1/+1
* Initial win32 gui release.vayne2006-07-061-0/+11
* 10l the cpu hog fix broke fullscreenswitching with -widfaust32006-03-151-0/+4
* fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fi...faust32006-03-131-0/+18
* reinitialize adapter_count to 0, EnumCallbackEx will not work otherwisereimar2006-02-051-0/+1
* Generate double-click mouse events.joey2005-11-111-1/+29
* Intercept maximize event and go into fullscreen mode.joey2005-11-111-0/+3
* add a switch, slave command, and vo control to toggle borderless window.joey2005-11-101-1/+27
* move window style to a macro for easier maintainingjoey2005-11-101-3/+4
* libvo input cleanup: remove the dependency on libinput,albeu2005-11-021-1/+1
* Missing break for WM_SYSCOMMAND handling.reimar2005-09-161-0/+1
* remove extern for variables that are already in headers.reimar2005-08-211-7/+0
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* match the declaration in the includes to make it compile with gcc 4.1, patch ...faust32005-06-071-2/+2
* multifile leak fixes by Timothy Lee <timothy.lee at siriushk.com> +some more ...faust32005-05-131-27/+51
* always take the focus in fullscreen mode patch by Gianluigi Tiesi <mplayer at...faust32005-02-131-0/+1
* fixed-vo/libmpeg2 aspect change fixfaust32005-01-061-0/+2
* 256 color mode support, use -vm to get better output when overlay is not supp...faust32005-01-061-1/+20
* win95 fix fix by Rune Petersen <rune.mail-list at mail.tele.dk>faust32005-01-021-5/+6
* win95 does not support GetMonitorInfofaust32004-12-271-1/+12
* forgot to remove now useless extern monitor_aspectreimar2004-12-231-1/+0
* vo_screenwidth/vo_screenheight is _not_ monitor_aspect.reimar2004-12-231-1/+0
* added -wid support for vo_directx.joey2004-12-211-3/+25
* automatic monitoraspect calculation for vo_directx.joey2004-12-211-0/+2
* added colorkey support for vo_directx.joey2004-12-211-0/+2
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-4/+4
* make it possible to select the monitor even when in nonexclusive mode, based ...faust32004-10-271-5/+26
* overlay color control support based on patch by Vitos Laszlo <laca <at> evol.ro>faust32004-10-221-0/+108
* 100lfaust32004-09-221-2/+2
* added "xbutton" support for 4-5 button micejoey2004-08-261-0/+16
* vm window handling fixesfaust32004-08-241-3/+3
* added runtime toggle of root window playbackjoey2004-08-221-0/+12
* added -rootwin support to vo_directxjoey2004-08-221-4/+15
* name changediego2004-07-191-1/+1
* embarassing typo and new namediego2004-07-191-1/+1
* more sane order for overlay workarounds, fixed a bug where the mouse would st...faust32004-05-181-18/+19
* keepaspect support, tryed to clean up DirectxManageDisplay a bit, enabled UYV...faust32004-05-011-105/+69
* ignore mouseclicks when activating the windowfaust32004-04-131-1/+3
* print at least the error number when there is no text for itfaust32004-04-071-0/+4
* move refreshrate and adapter_num variables to video_out because they might be...faust32004-03-131-8/+6
* mouse support by Nehal Mistry <nehalmistry at gmx.net>faust32004-03-131-0/+30
* adapter selection patch by Rune <runner at mail.tele.dk> +first attempt to im...faust32004-02-291-181/+234
* runtime 'stay-on-top' functionalityjoey2003-11-301-8/+15
* send quit command instead of key 'q'.joey2003-11-231-3/+3
* yet another hack to prevent crashes with drfaust32003-10-091-0/+5
* many small typo and grammar fixesgabucino2003-10-041-1/+1
* use vo_fs + geometry supportfaust32003-09-211-16/+22
* fix RGB16 vs BGR16 mismatchfaust32003-08-171-2/+2
* fix playback of rgb files when overlay is not disabledfaust32003-08-171-9/+13
* load icon from executablefaust32003-04-201-1/+9
* 10l noticed by Joey Parrish <joey at nicewarrior.org>faust32003-04-091-1/+1
* 10l: don't change image format during configfaust32003-03-291-1/+2
* 10lfaust32003-03-191-0/+1
* fix fullscreenswitching patch by Joey Parrish <joey at nicewarrior.org>faust32003-02-231-5/+5
* linux->osdeparpi2003-02-091-1/+1
* 10l remove unused codefaust32002-12-301-12/+0
* fullscreencode rewritten, some cleanupfaust32002-12-301-345/+281
* 10l and correct aspectfaust32002-12-211-35/+24
* 10l - my system is very tolerant it seemsfaust32002-12-191-8/+7
* 1000l! I have no idea how this code worked at all before. I guess norfelker2002-12-181-6/+6
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-10/+2
* 10l - noticed by Soeren Mueller <soeren.mueller at webwasher.com>faust32002-10-171-4/+5
* more correct flagsfaust32002-10-111-2/+2
* -fixes vo_directx to work with -fixed-voarpi2002-10-091-4/+29
* This patch hopefully fixes colorkeying and a segfault in exclusive modearpi2002-10-061-39/+60
* argh i forgot to add new file..arpi2002-09-281-0/+1244