- 01 Aug, 2011 1 commit
-
-
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 7 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>
-
Francois Cartegnie authored
Technically, it's either filter or search, but not search filter
-
Yuval Tze authored
-
Yuval Tze authored
add SearchLineEdit above the advanced tree that filters the tree items.
-
Yuval Tze authored
add filter function to expand and show matched tree items and hide the rest
-
Yuval Tze authored
add contains function to search text in item's name, help and in the config items' text
-