- 25 May, 2011 22 commits
-
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Multi-frontend adapters (single tuner, multiple standards) provide multiple frontend nodes and only one demux. So the device number is only used when selecting the frontend. I am going to assume that devices with multiple independent tuners show as multiple adapters (otherwise this is totally screwed).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
If the object has no references left, b_alive is irrelevant.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Attaching an object makes it visible in the hierarchy. This would have been a problem in some cases with vlc_object_find(), but this function was removed.
-
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
Nobody is ever going to use this if it needs to be enabled.
-
Rémi Denis-Courmont authored
"wget does it" is not a sufficient reason to do it.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Sébastien Escudier authored
-
Jean-Baptiste Kempf authored
Close #3840
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Win32 only, for some reason (Qt bug?) Close #3976
-
- 24 May, 2011 6 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Broken in 9b34074c
-
- 23 May, 2011 12 commits
-
-
Rafaël Carré authored
also remove obsolete configure option
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
As a side effect it is now build at the display size.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Yuval Tze authored
new spin box that enables subsdelay filter and disables it when the value is set to 0 the spin box tooltip and suffix are updated according to the subsdelay mode Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
The thread are already created with the right priority. If not, then vlc_clone() should be fixed instead. Also, the vlc_thread_set_priority() calls on the main interface thread seem bogus, as the target thread is dedicated to monitor the libvlc death and is not the main running thread.
-