- 13 Apr, 2011 12 commits
-
-
Rémi Denis-Courmont authored
VLC resamples all the time anyway. We don't need two resamplers.
-
Rémi Denis-Courmont authored
ALSA-lib will convert the sample format if needed, notably on weird cheap hardware. It will also remix the channels based on the selected device.
-
Rémi Denis-Courmont authored
In any case, ALSA version 1.0.24 is recommended as any older versions may cause spurious failures when used in VLC.
-
Rémi Denis-Courmont authored
With this change, the ALSA device failure dialog gets a fair chance to appear in case of error. Previously, Probe() would silently make the ALSA plugin fail, bypassing the error dialogs.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
This commits crashes saving preferences This reverts commit 3d3cacbf. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Its only supported codec (of sorts) cannot occur anymore, as the fake access_demux was superseded by the image demux.
-
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 1 commit
-
-
Felix Paul Kühne authored
-