- 06 Feb, 2012 5 commits
-
-
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 23 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
-
Pierre Ynard authored
This became likely to happen using VoD. Thanks to Denis Charmet for pointing out this issue.
-
- 04 Feb, 2012 8 commits
-
-
Kaarlo Raiha authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Kelly Anderson authored
OK, this patch should take into account the recommendations. Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
-
Antoine Cellerier authored
-
Antoine Cellerier authored
As mentionned in the long help, this sort guarantees that adding a directory with files like track-1.ogg track-2.ogg track-10.ogg will result in files being added in the expected order. This is the default sort method used by most apps which display directory listings as well as some media players like rockbox. If it were up to me it would be the default sort method. In previous version of vlc, this behavior could be emulated with: find /media/MUSIC/lossless-to-ogg/Metronomy/ -type f|sort -V|vlc fd/m3u://0 Now you can just use: vlc /media/MUSIC/lossless-to-ogg/Metronomy/ --directory-version-sort
-
Felix Paul Kühne authored
-
KO Myung-Hun authored
This fixes the following error, In file included from ../../../include/vlc_stream.h:27, from ../../../include/vlc_demux.h:33, from mkv.hpp:55, from demux.hpp:28, from virtual_segment.cpp:27: ../../../include/vlc_block.h:138: error: 'ssize_t' has not been declared Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
Deactivate totally avdevice and avfiters Remove bink decoder that does not work in VLC anyway
-
Rafaël Carré authored
Don't hide the needed steps as it confuses users reading the detailed instructions
-
- 03 Feb, 2012 4 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
remove now meaningless very old mingw.org workarounds
-
Rafaël Carré authored
use _snwprintf instead of unsafe wsprintfW define NO_DSHOW_STRSAFE to not ask for secure replacements remove now meaningless very old mingw.org workarounds
-