- 21 Feb, 2007 13 commits
-
-
Damien Fouilleul authored
-
Antoine Cellerier authored
-
Laurent Aimar authored
We use vlc_UrlParse for "URL" without protocol... so it was using a part of the URL as a protocol if it found ":/". Ensure to extract only valid protocol at least.
-
Rémi Denis-Courmont authored
- Use net_Accept()
-
Rémi Denis-Courmont authored
-
Damien Fouilleul authored
-
Rémi Denis-Courmont authored
- Fix som bugs
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Poll the system clock only once per loop (yes, it DOES matter), - Fix rare bug with TLS and multiple listening sockets, - Do not try to read/write to client socket with no pending events. ...and of course introduce dozens of new bugs. This SHOULD speed httpd up a bit.
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Accept phony SDPs with multiple identical media lines as if they had a single one
-
- 20 Feb, 2007 27 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
fixed mpeg audio decoding) vlc_demux.h: fixed COMMON_INIT_PACKETIZER (create a packetizer and not a decoder, fixed mpeg audio packetizer)
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Damien Fouilleul authored
-
Rémi Denis-Courmont authored
-
Damien Fouilleul authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Damien Fouilleul authored
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Treat all live555 versions before LIVEMEDIA_LIBRARY_VERSION_INT 1171929600 as if playStartTime() and playEndTime() didn't exist. Now only handle unpatched current versions of live library.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
-
Clément Stenac authored
- Return correct item ids - Structures for navigating the playlist - Consistent locking * Add a b_locked parameter to the remaining playlist API calls
-
Felix Paul Kühne authored
* don't double free an object! Thanks to nivix for pointing me to the right direction and keeping to bug me about this. Fixes #978
-
Jean-Baptiste Kempf authored
-