- 25 Jun, 2009 18 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
Set the nop at the end of parsing, instead of the beginning, because SetURI will only init the name once. Now we had all media library items with the title "nop".
-
Rémi Duraffort authored
early).
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Derk-Jan Hartman authored
A <track> can have 0 or more <location> elements. VLC doesn't like elements without a uri however, so init an element with vlc://nop. Note also that we currently only support 1 location element per track.... This closes #2891
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This ensure consistency with simple Open. Moreover, with those KDE effects, this is cool.
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
Close #2851 (cherry picked from commit 084a6247) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
(cherry picked from commit 31d64379) Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Jean-Paul Saman authored
(cherry picked from commit f23f5e62) Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
only non-deprecated functions.
-
Rémi Duraffort authored
-
- 24 Jun, 2009 14 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(Rtp)Add then MuxAdd, so MuxDel before (Rtp)Del. Indeed, the PS muxer sends packets when it's deleted, so the RTP stream is still needed.
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Derk-Jan Hartman authored
When it is called with strings that contain " " or '\' or don't have ://, we have an indication that the caller is likely providing a path. This will help us find these cases in the future.
-
Ilkka Ollakka authored
Select fullscreen display the one that has most of the video-window, then you get qt4 fullscreencontroller on same display also, and it's more logical (imo). Algorithm is prettymuch the same as Nigel Tao has made in his gpl2 project superswitcher, Didn't want to reinvent this with different variable-names ;)
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Pierre d'Herbemont authored
-
- 23 Jun, 2009 8 commits
-
-
Erwan Tulou authored
skins was using two lists of variables (named and anonymous). The problem was that variables from one list held references to variables from the other list and vice-versa. Whatever the order of releasing them, crashes could occur. This patch uses the anonymous list to keep a reference on **all** variables. This guarantees they are released in the reverse order from creation.
-
Derk-Jan Hartman authored
When we fill the name of an input item with URI parts, use decode_URI() so it becomes easier to read.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
, like the name indicates. Pass unmodified URIs from xspf to vlc, and stores them in xspf unmodified as well This commit partly reverts [9a746cfa] Code using psz_uri should be checked for consistency, and GUIs might want to decode components at display
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-