- 21 Jan, 2011 9 commits
-
-
Pierre Ynard authored
-
Jean-Paul Saman authored
Do not start live playback when there is not enough data available. There should at least be 3 times the target duration of data segments.
-
Jean-Paul Saman authored
The httplive stream_filter ignored HTTP port numbers other then 80 and 443. These where dectected by HTTP access input. Other port numbers were simply ignored. The patch now uses the original portnumber and carries it along when handling relative_URI() and download URI in AccessOpen() functions.
-
Ilkka Ollakka authored
-
Konstantin Pavlov authored
This reverts commit 01dbb084. I must have had something really wrong going on in scratchbox for this commit to fix things.
-
Pierre Ynard authored
Untested
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 20 Jan, 2011 13 commits
-
-
Rémi Denis-Courmont authored
This simplifies memory handling in most cases.
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre Ynard authored
-
Pankaj yadav authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
The attribute name is valid until the next attribute or next node. This simplifies the code a bit: fewer error paths, and free() calls. A few potential memory leaks were fixed too.
-
Jean-Baptiste Kempf authored
Rename preferences entries, put in the right categories, etc...
-
Christophe Massiot authored
This is used in a very particular situation (language code changing continuously on a single PID, signaled by a change in teletext data), but maybe other uses can be inspired from it. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Work based on Christophe Massiot setlang module, merged by /me
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 19 Jan, 2011 18 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
Sorry, I failed my merge ;)
-
Jean-Baptiste Kempf authored
-
Christophe Massiot authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Christophe Massiot authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Christophe Massiot authored
* modules/access/linsys/*: add support for SDI and HD-SDI cards of Linear Systems/Computer Modules Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Christophe Massiot authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It is behaving a little bit different from the libxml parser which has caused weird bugs in the past. Anyway, everybody has libxml (I am planning to write an Expat parser too but not there yet).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
commit id: c5f5039b defined a shadow variable psz_path which content is needed to correctly construct a relative_URI().
-
Jean-Paul Saman authored
If Prefetch() decides that playback cannot commence it returns VLC_EGENERIC. The code path in Open() tries to cleanup by calling Close(). However at that point the hls_Thread() is not started yet and this causes a crash in Close(). The resolution is to not call Close() but cleanup the parts that have been created in the Open() function itself.
-
Jean-Paul Saman authored
httplive crashed in parse_SegmentInformation on line 428. The cause is that hls->url.psz_path can be NULL, when there is no meta playlist involved. In that situation it results in a crash of vlc. (Issue reported by Felix Kuehne.)
-