- 08 Feb, 2012 3 commits
-
-
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
-
- 05 Feb, 2012 10 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: make sure that all the tooltips in the sprefs panel are actually displayed in the user's locale
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rafaël Carré authored
it's already available on http://addons.videolan.org/content/show.php?content=140695
-
Tobias Güntner authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
It is now available on http://addons.videolan.org/content/show.php?content=148709
-
Sergey Radionov authored
Fix "This application has failed to start because libvlc.dll was not found. Re-installing the application may fix this problem." during building of vlc under Windows. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Frédéric Yhuel authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-