An error occurred fetching the project authors.
- 02 Sep, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 Aug, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
Should close #923 #1241 #4158 #4275 #5380 #5719 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Jul, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 May, 2012 1 commit
-
-
Laurent Aimar authored
-
- 28 Feb, 2012 1 commit
-
-
Konstantin Pavlov authored
-
- 01 Feb, 2012 1 commit
-
-
Rafaël Carré authored
The so-called "Vista/7 helpers" only define interfaces missing from mingw* Remove duplicate declarations already in all mingw headers, include the correct headers instead. Link video outputs against libuuid to get the existing UUID instead of defining our own. Define the C interfaces as Microsoft does it by using lpVtbl for the virtual table pointer. See http://blogs.msdn.com/b/oldnewthing/archive/2004/02/05/68017.aspx Define a C++ interface to TaskbarList3 for qt4, keep the C for video outputs. Define only a C++ interface to IApplicationAssociationRegistrationUI Define TaskbarList3->SetTabActive() correctly. See http://msdn.microsoft.com/en-us/library/windows/desktop/dd391699(v=vs.85).aspx ifdef the TaskbarList3 interface because mingw-w64 defines it already.
-
- 14 May, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 Apr, 2011 1 commit
-
-
Laurent Aimar authored
-
- 14 Aug, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 28 Jul, 2010 1 commit
-
-
David Kaplan authored
Adds support for the D2D API on Win7/Vista SP2 with Platform Update Requires d2d1 contrib headers Signed-off-by:
Laurent Aimar <fenrir@videolan.org>
-
- 19 Jul, 2010 2 commits
-
-
Laurent Aimar authored
It fixes a segfault when the directx/direct3d device is lost at the wrong time or cannot be restored soon enough (close #3647).
-
Laurent Aimar authored
There is a little difference in Direct3DLockSurface as it now also sets the height field, but it should have no functionnal changes.
-
- 10 Jun, 2010 4 commits
-
-
Laurent Aimar authored
It should improve the transition.
-
Laurent Aimar authored
As a side effect, window class names are now uniques (process wide) allowing to unregister them and so to unload properly the msw vouts.
-
Erwan Tulou authored
For lack of a faster detection (based on win32 api messages), resize/move of the parent window are detected in the Manage function on a regular basis and acted upon if need be. Move is an issue only for directx (surface doesn't automatically follow the associated window). Though coordinates doesn't change, an UpdateRects is still required to update the various rectangles used by directx. As it was coded, everything was already taken care of. The artificial "shaking" of the window was quite useless.
-
Erwan Tulou authored
There seems to be no more reason to force clipping to the display size when zooming. (tested successfully on WinXP with directx, gdi, opengl)
-
- 27 Apr, 2010 1 commit
-
-
Laurent Aimar authored
-
- 26 Apr, 2010 1 commit
-
-
Laurent Aimar authored
-
- 06 Mar, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Jan, 2010 5 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
It applies hardware overlay constraints on a RECT.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 28 Dec, 2009 1 commit
-
-
Erwan Tulou authored
This patch opts for the new vout_window_SetFullscreen when a vout window provider is available and keeps on the old way otherwise
-
- 26 Dec, 2009 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This enables passing a below state in addition to currently supported always-on-top (above) and normal. (However, none of the window provider support it just yet).
-
Rémi Denis-Courmont authored
-
- 07 Dec, 2009 1 commit
-
-
Laurent Aimar authored
-
- 02 Nov, 2009 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
It also fixes a few remaining race conditions.
-
Laurent Aimar authored
-
- 19 Oct, 2009 1 commit
-
-
Laurent Aimar authored
It seems that depending on your driver, the resize done by IDirect3DDevice9::Present can be of very low quality. The resize is now done by IDirect3DDevice9::StretchRect.
-
- 13 Oct, 2009 1 commit
-
-
Geoffroy Couprie authored
-
- 01 Oct, 2009 2 commits
-
-
Laurent Aimar authored
It was useless for all other vout modules.
-
Laurent Aimar authored
-
- 30 Sep, 2009 1 commit
-
-
Laurent Aimar authored
It fixes the last cross accessed variables.
-
- 28 Sep, 2009 3 commits
-
-
Laurent Aimar authored
It also fixed a race condition with mouse events.
-
Laurent Aimar authored
-
Laurent Aimar authored
-