- 10 Feb, 2016 11 commits
-
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Thomas Guillem authored
stream_Read can return -1 in case of error while ebml read callback returns an unsigned. This caused an infinite loop when VLC was interrupted.
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 09 Feb, 2016 14 commits
-
-
Pere Orga authored
Signed-off-by: Tristan Matthews <tmatth@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Pierre Ynard authored
This URL format is handed out by youtube when a user uploads and publishes a live stream through their account. This is just an alternate URL format over the classic HTML page for a video. We already have live stream support for these when applicable.
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
-
Tristan Matthews authored
-
Felix Paul Kühne authored
-
Tristan Matthews authored
This will avoid ambiguity when adding encoder functions.
-
Tristan Matthews authored
-
- 08 Feb, 2016 15 commits
-
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sean McGovern authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Note that the malloc() and indirection must be retained because picture_NewFromResource() requires it.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
UpnpInstanceWrapper::Callback() can be called while Upnp is unregistering via UpnpUnRegisterClient(). Both functions locked the same mutex (s_lock) and this resulted to a deadlock. Add a new mutex to protect only the upnp callback.
-
Thomas Guillem authored
This reverts commit 7e11257c.
-
Steve Lhomme authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Thomas Guillem authored
pf_open from service_discovery shouldn't block but UpnpSearchAsync can take more than one seconds. Indeed, contrary to what the libupnp doc states, UpnpSearchAsync is blocking (select() and send() are called). This is not a perfect solution. Indeed if pf_close is called just after pf_open, it will also block.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Hugo Beauzée-Luyssen authored
-