- 26 Sep, 2011 13 commits
-
-
Felix Paul Kühne authored
we'll need a similar fix for function keys and friends
-
Felix Paul Kühne authored
-
Rob Jonson authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
playlist.xml now draws it's data from the common model in httprequests.lua output data is the same for backwards compatibility Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
instead of sending the uri as name to input_item_NewExt, send NULL and the core will deal with it (fix #5378) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
This should help on Win64
-
Jean-Baptiste Kempf authored
-
- 25 Sep, 2011 27 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #3148
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Some speed/seek functions are now gone, because they don't really make sense for an audio playback. Volume functions are now in, because this is useful
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
This reverts commit 0c16b5d0. The same effect can already be obtained by setting CONTRIB_DIR to "yes"
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Sébastien Toque authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Instead of ignoring the URI anchor (if present), the input now parses it for start and stop seek points. This is non-standard - anchors are normally names found in HTML document. But at least, it does not interfere with parsing real-world URLs (see the bug #5022 for example). Also contrary to stream output chain, the hash symbol should be free of shell quoting issues when used this.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Unfortunately, there is currently no way to determine whether the MRL scheme uses file paths (e.g. file, dir, vdr, zip...) or not, so we always try. Anyway, the folder browsing menu item should not be visible at all when the item is not a local file. So there is no need to deal with that failure care here.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
I don't know when "raw_device" was used, but it must have been removed a loooooooong time ago.
-
Rémi Denis-Courmont authored
This reverts commit fb9bbdc9.
-
Rémi Denis-Courmont authored
This reverts commit 06108030.
-
Felix Paul Kühne authored
-