- 01 Apr, 2011 2 commits
-
-
Ilkka Ollakka authored
dtv is build automaticly and we anyway assume new enough libdvbpsi that has pkg-config enabled. Also ts demux wasn't build automaticly previously (as dvb was disabled by default some time ago).
-
Ilkka Ollakka authored
-
- 31 Mar, 2011 10 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- preserve sample format from VLC, if possible, - preserve physical channels mapping, - remove a useless callback, - fix small race conditions with pa_*_wait() on startup, - cosmetic changes.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 30 Mar, 2011 9 commits
-
-
Akash Mehrotra authored
adds pl_forceplay,pl_forcepause,pl_resume Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
On every data update, I was cleaning the overlapped entries, and on the whole list. Apologies for the O(n*n).
-
Francois Cartegnie authored
-
Pierre Ynard authored
The telnet interface is removed. In its place, a small wrapper is used to provide backward compatibility with --lua-config configuration.
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 29 Mar, 2011 16 commits
-
-
Ilkka Ollakka authored
-
Juha Jeronen authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
As for the previous commit, this seems more harmful than helpful. Due to the UTF-16 subtitle hack present in the stream layer, this commit will break in-memory UTF-16 subtitles character encoding if UTF-8 autodetection was disabled and unless UTF-8 is the selected encoding. On the other hand, this commit fixes subtitles encoding if there is more than one subtitles stream in the whole input.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Four access plugins need access to the input at the moment. In all cases, it would misbehave if the input (item) of the main access was used. attachment: failing seems like the correct thing. I don't see a use for attachment from stream_UrlNew(). CDDA uses the input item to append child nodes for individual tracks. This is wrong in case of stream_UrlNew(), as the input items would be wrongly appended to the main access item. Like directory, FTP, etc, CCDA should probably return a playlist in this particular case. MMSH uses the input item for redirection. This would not work properly for stream_UrlNew(): it would rewrite the main access URL instead of the child stream URL. This failing seems actually safer. Handling the redirection within the MMS plugin would probably be better. VCDX uses the input item to fill disc-wide meta data from the GET_TITLE control request. It should use GET_META instead. In any case, it should not pollute the meta data of the main access. Bugs have been filed for the last 3 cases. Fortunately, I doubt any of these access plugins was ever used through stream_UrlNew().
-
Rémi Denis-Courmont authored
Ideally, I guess a text SPU should be emitted instead.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It does not seem to be needed in this case.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It is not used anywhere (it was meant for use with Corba). We have better ways to take snapshots nowadays.
-
Rémi Denis-Courmont authored
The stream output is not a decendent of the input in VLC 1.2. So this plugin does currently not work at all. This commit only removes non-working code; it does not break or fix anything as such. In previous versions, this code could cause crashes when #gather was used, as the input object would change behind the back.
-
Rémi Denis-Courmont authored
The sout instance is _not_ a child of the input, so this cannot work. In practice, finding the input would always fail.
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 Mar, 2011 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-