- 12 Jul, 2009 10 commits
-
-
Rémi Denis-Courmont authored
This restores the pre-1.0.0 behaviour. With the atomic vlcrc update, VLC managed to work-around a read-only vlcrc. Indeed, Linux (POSIX?) allows renaming a file onto an existing read-only file, which is then replaced (both content and meta-data). In principle, you should put the containing directory in read-only mode to avoid this, but this is inconvenient as .config/vlc contains other files.
-
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
-
Rémi Denis-Courmont authored
Some URI types do not need URI-encoding, yet use the percent sign. E.g. http://forum.videolan.org/viewtopic.php?f=13&t=61946
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 11 Jul, 2009 10 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Laurent Aimar authored
mpeg1 files may have only one sequence header. It can be backported to 1.0 only after being carefully tested.
-
Jean-Baptiste Kempf authored
Close #2954. Patch by cherife on trac.
-
Laurent Aimar authored
-
Laurent Aimar authored
It was introduced by 25a8f939.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 5878fd30.
-
Rémi Denis-Courmont authored
-
Alexis Ballier authored
POSIX does not mandate HOST_NAME_MAX to be defined and FreeBSD does not define it to encourage people to use sysconf() for discovering its value. If sysconf fails, fallback to _POSIX_HOST_NAME_MAX. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (with minor changes)
-
- 10 Jul, 2009 20 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Too bad for your AAC encoding, but, well.
-
Anthony Loiseau authored
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
-
Jason Scheunemann authored
Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
-
Olivier Aubert authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Erwan Tulou authored
skins2: For Linux, correct files that cannot be loaded because of a workaround that only makes sense on Windows. Forcefully setting a file name with lower case was inserted to solve an issue that is only true on Windows. On Linux, upper/lower case must not be tampered with. This resulted in skins like Orangeade.vlt failing to load their fonts on Linux.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Sigmund Augdal authored
reduce latency when running many dbus commands. (cherry picked from commit d66e529d) Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Jean-Paul Saman authored
The text "Waiting for video..." is no longer shown be default. One has to add it to the browser plugin properties before it is shown on the plugin area.
-