- 02 Mar, 2007 8 commits
-
-
Laurent Aimar authored
of libvlc-control (what's that ?). It will need to be rewritten when VLM API is fixed.
-
Christophe Mutricy authored
-
damienf authored
-
Rémi Denis-Courmont authored
- Do not use non-thread-safe stuff
-
Rémi Denis-Courmont authored
VLC never resolves network service names, it only uses port numbers.
-
Rémi Denis-Courmont authored
This will not change your life.
-
Christophe Mutricy authored
-
damienf authored
-
- 01 Mar, 2007 13 commits
-
-
Laurent Aimar authored
-
dionoea authored
-
dionoea authored
* Fix forbiden windows characters list. (in fact it's not windows only, but fat32/ntfs ... but noone cares)
-
Christophe Mutricy authored
-
Pierre d'Herbemont authored
Fix a hang when quitting vlc on Mac OS X. This hang is due to the signal thread that isn't cancelled properly, because Mac OS X's sigwait is not a pthread cancellation point as it ought to be according to POSIX.1.
-
dionoea authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
Also restore (albeit not hard-coded this time) the old Linux custom of not waiting for a delay shorter than the scheduler precision
-
Rémi Denis-Courmont authored
Missing piece pointed out by Pierre d'H.
-
Rémi Denis-Courmont authored
Of course, VLC has no bugs, so you never need to abort it that way, so that this fixes nothing.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
sigmunau authored
clock.c: replace a magic number with the appropriate constant vlc_include.h: fix a comment to match reality
-
- 28 Feb, 2007 7 commits
-
-
sigmunau authored
for me.
-
Laurent Aimar authored
work again yet )
-
yoann authored
-
Christophe Massiot authored
by Francesc Pinyol Margalef).
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
POLLRDHUP is for reading (and also non-standard)
-
- 27 Feb, 2007 8 commits
-
-
Rémi Denis-Courmont authored
if I actually look at the result
-
Rémi Denis-Courmont authored
-
hartman authored
P.S. this bug was present for 3 months, without anyone noticing it. That's just BAD people.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
damienf authored
-
damienf authored
- libvlc: make sure that p_static_libvlc always point to the first libvlc instance (actually, is it still used ?)
-
damienf authored
- libvlc control: uninitialiazed mutex and variables, was prevent browser plugins from adding elements in playlist
-
- 26 Feb, 2007 4 commits
-
-
Laurent Aimar authored
Fixed race condition with sout-keep. Fixed broken sout-keep behaviour (currently active sout can be used twice or destroyed..., it might fixed segfaults reported by xxcv))
-
Laurent Aimar authored
(Avoid a possible race condition)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-