- 17 Nov, 2010 3 commits
-
-
Pierre Ynard authored
These are never used
-
Pierre Ynard authored
-
Erwan Tulou authored
For clarity, i_children can be -1 (at init) or 0 for no child. Yet, there was no bug, since buildNode was just a noop for -1. pointed out on the forum
-
- 16 Nov, 2010 7 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
Cleaner and better working solution for VoD than the bad hack that we currently have. Instead of (badly) duplicating large portions of codes, it reuses the existing RTSP stack and factorizes the RTP payload code, and provides support for a number of ES not limited to one audio and one video tracks, as well as for missing features in RTSP headers. The VoD module is responsible for starting and running the RTSP stack. When a VoD media instance is started, the VLM passes down media and session parameters as variables to the RTP stream output object, that uses them to hook back into the VoD code (and through it, into the RTSP stack), to retrieve accurate, already set up parameters, and provide playback data.
-
Jonas Gehring authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This lead to way too many false positive and complaints when VLC tried to open a .txt file that had nothing to do with a subtitle Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 15 Nov, 2010 9 commits
-
-
Jean-Baptiste Kempf authored
This calls a var_GetBool each time a menu is redrawn. This may be not optimal. Maybe a callback on "play-and-exit" would be better? Do we care about the performance on that part (menu display)? Close #3842
-
Jean-Baptiste Kempf authored
Should close #4332
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This makes the input thread much less responsive. But there is no other way to enable directory sorting.
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 14 Nov, 2010 7 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This is completely untested (other than compiling & linking).
-
Rémi Denis-Courmont authored
This is tested with X11 and should fix LP#665298. This partially reverts commit fb7f0141. RV24 is left as is because I cannot test it on my GPU.
-
Felix Paul Kühne authored
-
Pierre Ynard authored
Partially reverts f3f203e5
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 13 Nov, 2010 10 commits
-
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
This seems quite wrong to me, but untested.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Juho Vähä-Herttua authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
Font is not safe because it uses the file system, and is dependent on the local system anyway. YUVP is only for encoding, so it seems irrelevant. Other options seem fine.
-
Sven Petai authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Sven Petai authored
Return fatal error to the upper layers when connection is lost while reading the ICY metadata. Otherwise we will end up with an endless loop since -1 is interpreted by AStreamRefillStream() as a temporary error. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
- 12 Nov, 2010 4 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Laurent Aimar authored
The items url where not complete.
-