aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_directx.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r30375Gravatar Uoti Urpala2010-01-25
|\
| * Change GUID declarations in vo_directx to be static.Gravatar reimar2010-01-17
* | Remove the internal GUIGravatar Anton Khirnov2009-07-07
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* | Merge svn changes up to r28162Gravatar Uoti Urpala2008-12-19
|\|
| * #include sub.h instead of locally declaring vo_draw_text().Gravatar diego2008-12-17
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Honour differences between src and dst stride for packed yuvGravatar faust32008-10-14
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Use standard license headers with standard formatting.Gravatar diego2008-05-14
* | Move vidmode to options structGravatar Uoti Urpala2008-04-25
* | Add context variable to vo_draw_text callbackGravatar Uoti Urpala2008-04-23
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingGravatar Uoti Urpala2008-04-23
|/
* 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