]> git.sesse.net Git - vlc/history - modules/video_output/msw
Wav: No tabs in source code
[vlc] / modules / video_output / msw /
2013-05-01 Rémi Denis-Courmontvout: use var_Inherit*() for video-title* variables
2013-04-26 Christoph MiebachString removal
2013-04-09 Jean-Baptiste KempfD2D: remove IID that should now be in all headers
2013-03-23 Edward WangCorrect widespread misuse of the word 'subtitle'
2013-01-15 Jean-Baptiste KempfDirectDraw: fix memleaks introduced by 46b26be57
2013-01-15 Jean-Baptiste KempfDirectX: use DirectDrawEnumerateExA/W when GetProcAddress
2013-01-15 Jean-Baptiste KempfD3D; fix warnings
2013-01-15 Jean-Baptiste KempfWin32: kill DirectX warnings
2013-01-14 Jean-Baptiste KempfDirectDraw: port to UNICODE friendly APIs
2013-01-14 Jean-Baptiste KempfDirect2D: fix GetProcAddress call for UNICODE
2012-11-27 Rémi Denis-CourmontDirectX: use parent object instead of -incorrectly...
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-01 Rémi Denis-CourmontWin32: use CoInitializeEx() instead of CoInitialize()
2012-09-09 Rémi Denis-Courmontwingapi: remove WinCE vout
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/video_output/msw/
2012-09-06 Rémi Denis-CourmontRemove empty *_DEPENDENCIES in makefiles
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-08-19 Rémi Denis-Courmontconfig: improve/fix the callback prototype for config...
2012-08-17 Jean-Baptiste KempfD3D: Fix wallpaper mode under Win7
2012-08-16 Jean-Baptiste KempfWin32: try to fix the power management issues.
2012-08-15 Rémi Denis-CourmontRemove duplicated config refresh callbacks
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-07-19 Rémi Denis-Courmontdirectx: improve DirectSound and DirectDraw module...
2012-07-19 Rémi Denis-Courmontdirectx: simplify configure
2012-05-27 Laurent AimarEnabled screensaver for win32 opengl vout (close #426).
2012-04-01 Rémi Denis-CourmontUndo misuse of module_config_t.b_dirty
2012-03-30 Jean-Baptiste KempfDirect3D: deactivate old drivers with insufficient...
2012-03-28 Jean-Baptiste KempfDirect3D: add more debug when CreateTexture fail
2012-03-23 Jean-Baptiste KempfDirect3D: reject too old drivers and let them fallback...
2012-03-23 Jean-Baptiste KempfD3D: debug device information
2012-02-28 Konstantin PavlovFix some common typos.
2012-02-10 Laurent AimarUsed linear filtering when converting chroma in D3D.
2012-02-01 Rafaël CarréUpdate workarounds for incomplete mingw headers
2012-01-09 Jean-Baptiste KempfWin32: Merge direct3d-desktop and video-wallpaper to...
2012-01-05 Laurent AimarFixed rendering of subpictures with non 0 offset in...
2011-12-15 Pere Orgafix filename self-references
2011-09-26 Jean-Baptiste KempfD3D vout: don't spam too much the messages in release...
2011-09-05 Jean-Baptiste KempfMSW: release the HICON later
2011-09-05 Jean-Baptiste KempfDon't leak a HICON
2011-08-29 Rémi Denis-CourmontCast or convert <ctype.h> functions it parameters to...
2011-08-04 Erwan Tuloumsw(Win32): give libvlc users access to input events...
2011-07-25 Benjamin DrungFix typo 'allows to do' -> 'allows doing'
2011-06-26 Laurent AimarImproved and fixed subtitles blending in direct3D vout.
2011-06-08 Jean-Baptiste KempfDirect3D is now the default for every Windows version
2011-06-05 Laurent AimarUsed WGL_EXT_swap_control in glwin32.
2011-06-01 Laurent AimarFixed memory leak in glwin32.
2011-05-31 Jean-Baptiste KempfWin32: fix a small warning
2011-05-30 Laurent AimarFixed vout_display_info_t::has_pictures_invalid propert...
2011-05-30 Laurent AimarMade vout_display_opengl_New return a list of chroma...
2011-05-29 Laurent AimarExtended vout_display_opengl_Prepare() with a subpictur...
2011-05-29 Laurent AimarExtended vout_display_opengl_GetPool() to take the...
2011-05-25 Laurent AimarFixed win32 compilation.
2011-05-25 Laurent AimarMade vout_display_opengl_t private.
2011-05-25 Laurent AimarImplemented vlc_gl_t::getProcAddress() for glwin32.
2011-05-25 Laurent AimarAdded vlc_gl_t::getProcAddress() declaration.
2011-05-14 Rémi Denis-CourmontMSW vouts: fix warnings
2011-04-28 Laurent AimarCleared render targets only when needed (direct3d).
2011-04-28 Laurent AimarCached texture created for subpicture rendering (direct3d).
2011-04-28 Laurent AimarImplemented subpicture direct rendering in direct3D.
2011-04-28 Laurent AimarNo functionnal changes (direct3d).
2011-04-28 Laurent AimarMoved out non scene rendering related code from Direct3...
2011-04-28 Laurent AimarDirect2D/3D does not need to clamp to display size.
2011-04-28 Laurent AimarChecked D3DCAPS9 before setting D3DPTFILTERCAPS_MINFLIN...
2011-04-28 Laurent AimarStore D3DCAPS9 inside vout_display_sys_t (direct3d).
2011-04-28 Laurent AimarMoved video resize from surface IDirect3DDevice9_Stretc...
2011-04-28 Laurent AimarNo functionnal changes (direct3d)
2011-02-23 Jean-Baptiste Kempfglwin32: remove unneeded headers
2011-02-19 Rémi Denis-CourmontReplace vout_opengl_t with vlc_gl_t
2011-02-19 Rémi Denis-CourmontDirect2D: strictly higher priority than glwin32
2011-02-17 Rémi Denis-CourmontRationalize video output priorities
2011-01-29 Rémi Denis-CourmontRevert "msw(Win32): properly terminate vlc when SC_CLOS...
2011-01-28 Erwan Tuloumsw(Win32): properly terminate vlc when SC_CLOSE received
2011-01-09 Laurent AimarAllowed a vout_display_t module to do the OSD/subtitles...
2010-12-02 Laurent AimarFixed a vlc_mutex_t leak in direct3d video output.
2010-11-26 Laurent AimarFixed win32 opengl provider.
2010-11-08 Rémi Denis-CourmontOpenGL: de-inline huge pieces of code
2010-11-04 Geoffroy CouprieWindows: remove another call to GetProcAddress in vout...
2010-11-04 Geoffroy CouprieWindows: remove calls to GetProcAddress for MonitorFrom...
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-08-15 Sasha KorugaAdded nVidia PerfHud (a Direct3D performance analysis...
2010-08-14 Jean-Baptiste KempfMSW: fix DisableScreensaver and RestoreScreensaver...
2010-08-14 Jean-Baptiste KempfDirectX: kill a warning from unused variable
2010-08-14 Sasha KorugaRemoves three compile warnings by casting
2010-07-28 David KaplanDirect2D video output module
2010-07-26 Laurent AimarFixed broken video with direct3d for some drivers.
2010-07-19 Laurent AimarFixed a potential IDirectDrawSurface2 leak.
2010-07-19 Laurent AimarUsed a CPU memory fallback when Direct3DLockSurface...
2010-07-19 Laurent AimarFactorized Direct3DLockSurface/DirectXLock.
2010-07-19 Laurent AimarFixed overlay update in directx vout.
2010-07-19 Rémi Denis-CourmontMSW: fix assertion failure on Open() error paths (fix...
2010-06-15 Jean-Baptiste KempfMSW: fix WinCE compilation after Cursors modification
2010-06-12 Laurent AimarFixed mouse buttons state for msw vouts (close #3519).
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-11 Ilkka OllakkaRevert "Revert "redundant includes of vlc_playlist.h""
2010-06-11 Jakob LebenRevert "redundant includes of vlc_playlist.h"
2010-06-11 Jakob Lebenredundant includes of vlc_playlist.h
2010-06-10 Laurent AimarUpdated window size after changing fullscreen state...
2010-06-10 Laurent AimarRemoved wrong casts in msw.
2010-06-10 Laurent AimarFixed invalid mouse cursor state on win32 (close #3675).
next