- 21 Aug, 2012 25 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This does not really work anyway.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Sorry...
-
Rémi Denis-Courmont authored
The thread is not cancelled (ever since vlc_clone() replaced vlc_thread_create()).
-
Rémi Denis-Courmont authored
This is simpler and more consistent.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In the original stream_Demux (from 2004), there was a lock. But then it vanished in a big input "rework"... Anyway, killing the demux explicitly should not be needed: The underlying stream will return EOF and any sane demux will return on EOF.
-
Rémi Denis-Courmont authored
This is for backward compatibility with existing VLC playlists and VLC playlist generators.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
So the code is reusable for radio device nodes.
-
Konstantin Pavlov authored
-
Sebastien Zwickert authored
Signed-off-by: Konstantin Pavlov <thresh@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Pointed-out-by: Aurélien Nephtali <aurelien.nephtali@gmail.com>
-
Jean-Baptiste Kempf authored
-
- 20 Aug, 2012 15 commits
-
-
Konstantin Pavlov authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Note that versions 1.24 and later of GNU/libidn are dual-licensed under GPLv2+ and LGPLv3+. As with GnuTLS or Samba client, there are 3 ways to retain LibVLC binaries under LGPLv2.1+: - link against a version of GNU/libidn from last year (or older), - do not support IDN at all, - use another IDNA back-end (e.g. Windows Vista's Normaliz.dll).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
When there is an ambiguity, the caller is responsible for determining whether a string is an URL or a path. In most cases, the string is known as a file path.
-
Rémi Denis-Courmont authored
Recent entries are already MRLs.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #7108
-
Jean-Baptiste Kempf authored
Close #6466
-
Jean-Baptiste Kempf authored
Close #6209
-
Rémi Denis-Courmont authored
This should fix LP#947156.
-
Rémi Denis-Courmont authored
This mostly reverts commit 7240444d. This broke threading rules for Qt4 GUI. Conflicts: modules/gui/qt4/dialogs/external.cpp
-