- 04 Feb, 2011 7 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The parsing of .m3u8 HLS files was too position dependend and did not work well with some implementations of HLS playlist files. Parsing and reading the .m3u8 file are now separated.
-
Jean-Paul Saman authored
Functions to read an entire M3U8 meta or playlist file from the HLS server into a buffer. The buffer will be parsed later.
-
Jean-Paul Saman authored
If downloading of a segment takes longer then its duration, then print a warning instead of terminating playback.
-
Jean-Paul Saman authored
When there is less then 3 times the target duration of data available in the HLS stream print a warning and try to start anyway. Instead of aborting playback. Other HLS clients seem to do the same.
-
Jean-Paul Saman authored
Improve detection of HTTP Live Streaming detection to all EXT-X tags.
-
Jean-Paul Saman authored
-
- 21 Jan, 2011 8 commits
-
-
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 12 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
-