- 13 Apr, 2011 3 commits
-
-
Rémi Denis-Courmont authored
That codec cannot occur anymore.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
- 12 Apr, 2011 12 commits
-
-
Jean-Baptiste Kempf authored
-
Pierre Ynard authored
-
Jean-Baptiste Kempf authored
Sometimes it didn't work, when stopping, as pointed out by Rémi on IRC.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This keeps the VLC value in sync with the PulseAudio one. For some reason, the Qt4 interface does not pick up the correct default though.
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Notes: - The variable value represents the PulseAudio sink index. It is not a member of the AOUT_VAR_ enumeration. - There is no configuration item. PulseAudio normally remembers the last sink VLC used. So I think there is no need value in writing code to duplicate that effort. - I am not sure if we need more locking inside the variable callback. This needs to be clarified with PulseAudio guys.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Fixes the int64_t issue.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 11 Apr, 2011 15 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
</joke>
-
Jean-Baptiste Kempf authored
This is not finished work, yet. Please refrain from comitting without discussing before :D Work done mostly my "Ludovic Fauvet", "Filipe Azevedo" and /me Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Filipe Azevedo authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Most of the code churn in this commit comes from converting from void * to uintptr.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
HWND are process-wide so there is not much point in a dedicated list per LibVLC instance.
-
Rémi Denis-Courmont authored
-
- 10 Apr, 2011 10 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
decode URL for the Info panel, fixed potential redraw issue in the open panel
-
Rémi Denis-Courmont authored
Until now, if the rate was not one of the hard-coded value, and the hot keys would jump not to the nearest known rate, but the second nearest. Unfortunately, we still have to account for rounding errors in the input thread, so this is not perfect.
-
Francois Cartegnie authored
Alsa devices listing can be really large and make layout to expand beyond screen size.
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
additionally, allow switching the time display also in fullscreen mode
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
fixes #3854
-
Felix Paul Kühne authored
aka Dock, App Switcher, AppleScript, etc. Fixed #4009
-