- 30 Jul, 2011 14 commits
-
-
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 9 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
-
Yuval Tze authored
module initial help value was always empty, causing leading line break when appending module psz_help text. save name and help in modules' PrefsItemData like other prefs items.
-
Rafaël Carré authored
-
- 28 Jul, 2011 9 commits
-
-
Rémi Denis-Courmont authored
Not only is an extra console obnoxious, but freopen() crashes.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is required for Wine to find libvlc.dll and libvlccore.dll.
-
Rémi Denis-Courmont authored
Just like we already do for (Unix) vlc.
-
Rémi Denis-Courmont authored
-
Damien Erambert authored
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
-
- 27 Jul, 2011 5 commits
-
-
Rémi Denis-Courmont authored
This time, it should work (famous last words).
-
Rémi Denis-Courmont authored
1kHz is way too much for human perception.
-
Rémi Denis-Courmont authored
This unfortunately inserts silence shortly after resuming, right after the samples that were held in the buffer during pause. This can possibly be avoided with prebuffering (not tested).
-
Felix Paul Kühne authored
Fixes #3078
-
Felix Paul Kühne authored
-
- 26 Jul, 2011 3 commits
-
-
Rafaël Carré authored
do not wait until a state change event
-
Rafaël Carré authored
GNOME went away from freedesktop DBus interface some time ago (for the sake of being 'special' ?) Unfortunately that means we have to support 2 different (but very similar) interfaces
-
Rémi Denis-Courmont authored
-