- 07 Feb, 2012 1 commit
-
-
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 22 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>
-
Rafaël Carré authored
-
Mirsal Ennaime authored
-
Jean-Paul Saman authored
Some small indentation cleanup.
-
Jean-Paul Saman authored
-
Hugo Beauzée-Luyssen authored
This patch fixes a case triggered when alive stream does not "have" a meta playlist. In that case hls_Copy would fail as the uri is NULL. Restore the old behaviour by using the base URL locations as input. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Jan Winter authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
this is especially important in multi monitor setups Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
This fixes several issues when you move your mouse outside the fullscreen at an sedondary display and reenter vlc with the mouse. Now, the controls are shown reliably and the mouse movement actions work as aspected in that case. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-