- 09 Feb, 2012 1 commit
-
-
Rafaël Carré authored
There will be so few video/audio/disc devices that they can all appear under the same root. Remove audio/video vendor name. Merge disc type (DVD,CD,BLURAY..) with disc label.
-
- 08 Feb, 2012 12 commits
-
-
Jean-Baptiste Kempf authored
-
Denis Charmet authored
Fix a regression introduced by c8b78f40Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Pointed-out-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
Includes initguid.h and use existing DEFINE_GUID Add MS_GUID for GUIDs that should be declared only if missing from dxva2api.h (really, those should move to videolan's dxva2api.h) Move DXVA_NoEncrypt away from codec GUIDs Sort the GUIDs by codec, align properly
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Sébastien Escudier authored
-
Jean-Baptiste Kempf authored
This is not the most elegant and completly perfect, but it will do for now... Close #5986 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
- 07 Feb, 2012 10 commits
-
-
Antoine Cellerier authored
Revert "Remove version sort option. Now uses version sort by default and there's no way to change it :)" This reverts commit 285098dc. I haven't been able to find an acceptable solution to the problem other than writing our own strverscoll which doesn't seem easy at all.
-
Antoine Cellerier authored
This fixes the lua command line interface under windows. Adding all those special cases in the host abstraction layer doesn't seem optimal but at least it works. I'll probably try cleaning it up later.
-
Rémi Denis-Courmont authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Antoine Cellerier authored
-
Sébastien Escudier authored
-
David Fuhrmann authored
With this commit the mentioned features result in an actual change, when we are in fullscreen or "macosx-video-autoresize" is false. Furthermore, this fixes nasty flickering when normal window is changed in size while using this features. Also this commit makes sure, that no window resize is happening in any case, when "macosx-video-autoresize" is false. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 06 Feb, 2012 17 commits
-
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(The previous commit only made it inoperant)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Register both names unique and not. Fail if the unique name cannot be obtained.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
SD probe solved that problem cleanly a long time ago.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Some GLX drivers, such as newer versions of the Intel drivers, depend on X11 events coming from Xlib. So VLC cannot steal them from the underlying XCB connection. I have no time and will to duplicate the XCB code found in the GLX plugin for windowing and events handling using Xlib. So lets make a separate X connection with XCB. This is inefficient, but it works. On the plus side, this patch removes the dependency on libx11-xcb. So it is now possible to compile and use GLX with an Xtrans-based Xlib (though libxcb must be present).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
- rename copied to used in hls_Read() - improve comment in hls_Read() - add assert() to GetSegment() - various cleanups
-
Frédéric Yhuel authored
If caller wants to skip data, there is no point to allocate a buffer and put data in it. We just have to update the stream position. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
define DXVA2_E_NEW_VIDEO_DEVICE only if not defined already
-
Rafaël Carré authored
-