- 13 Jul, 2009 9 commits
-
-
Laurent Aimar authored
The latency is increased by monitoring the last buffer underflows and by filtering the values obtained (median 3). It is simple and pretty robust (tested with http and sshfs over wireless).
-
Laurent Aimar authored
As it is part of a critical section for playback, becareful about any regressions.
-
Laurent Aimar authored
It has no consequence (because of the way we actually use the clock) but it is more consistent.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Alexis Ballier authored
This was actually fixed by [697457bc] but then [952a943a] came which made it useless. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
And not %appdata% on win32
-
Jean-Baptiste Kempf authored
-
- 12 Jul, 2009 15 commits
-
-
Jean-Baptiste Kempf authored
This happened in many WMA2 mono samples where the codec information pannel said "ERROR"
-
Rémi Denis-Courmont authored
(cherry picked from commit 2e02b35f4ee4aa36bd659fc898c31abc1cf31891)
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
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 6 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
-