- 01 Aug, 2011 6 commits
-
-
Rafaël Carré authored
- cosmetics ( xx ) -> (xx) (look at patch with -w) - remove useless header inclusion - move some variables from p_sys to Run() function scope - fix invalid asprintf() return value checks ...
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
The metadata structure would not be zeroed when title or artist were missing
-
Rafaël Carré authored
-
- 31 Jul, 2011 12 commits
-
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: fixed cocoa error complaining about missing window server connection and reduced number of ticks for the speed control
-
Rafaël Carré authored
It gave -static -no-install flags to vlc instead of vlc-static
-
- 30 Jul, 2011 20 commits
-
-
Rémi Denis-Courmont authored
This occurs when the output is really late (typically as a side effect of glitches in pause/resume). Both FIFOs are now both protected with the same lock, so there is no room for race conditon between the two identical checks anymore. So we can handle both checks in one go.
-
Rémi Denis-Courmont authored
-
Alexey Sokolov authored
This simplifies life for users who don't have apt-get with its build-dep, use tarballs instead of git, but still want to easily make all dependencies. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Kaarlo Raiha authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Kaarlo Raiha authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Kaarlo Raiha authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Kaarlo Raiha authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Kaarlo Raiha authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Kaarlo Raiha authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Kaarlo Raiha authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Kaarlo Raiha authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Kaarlo Raiha authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Kaarlo Raiha authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
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
-
Hans-Kristian Arntzen authored
Fix the possibly wrong assumption that we're able to accurately calculate latency using GETOSPACE (buffer size - available bytes to write). New code uses GETODELAY to get latency directly but falls back to GETOSPACE calculation should GETODELAY fail. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 29 Jul, 2011 2 commits
-
-
Felix Paul Kühne authored
-
Ron Frederick authored
The recent changes to auhal had it using an AudioStreamBasicDescription array when looking at the stream properties. However, the proper type is AudioStreamRangedDescription. This patch corrects that, and then accesses the AudioStreamBasicDescription inside it as necessary. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-