- 21 Jan, 2011 2 commits
-
-
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 21 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.)
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Pierre Ynard authored
-
- 18 Jan, 2011 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(Refer to the previous commit for rationale)
-