- 07 Jan, 2009 6 commits
-
-
Rémi Denis-Courmont authored
Otherwise the receiver would -in principle- try to receive RTP on the next (plus one) even port, whereas the m= line port would be used for RTCP. We could also pass a=rtcp for the normal even/RTP & odd/RTCP ports setup, but that can only confuse receivers with no gain. Note that receivers may not parse the a=rtcp parameter in any case. In fact, VLC does not parse the a=rtcp field to this day. In any case, sending RTP to an *even* port is the only safely interoperable option.
-
Rémi Denis-Courmont authored
-
Christophe Mutricy authored
-
Jean-Baptiste Kempf authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
- 06 Jan, 2009 19 commits
-
-
Filippo Carone authored
-
Laurent Aimar authored
Pointed out by Dnumgis.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Without it, input_ressource_HoldVout and vout windows request could deadlock.
-
Laurent Aimar authored
-
Filippo Carone authored
-
Filippo Carone authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is consistent with the comments in <vlc_block.h>. So far, cancellation would only occur when sleeping was needed.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
As pointed out by Laurent, cancellation was not safe here
-
- 05 Jan, 2009 15 commits
-
-
Laurent Aimar authored
Thanks j-b for the infos.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
A better solution than ObjectKillChildrens is really needed.
-
Laurent Aimar authored
-
Laurent Aimar authored
The playlist has to be locked before calling it. Another way could be to change playlist_IsEmpty prototype to have a b_locked parameter (like others playlist functions).
-
Laurent Aimar authored
-
Laurent Aimar authored
It fixes title display with vout recycling. It removes one vlc_object_find.
-