- 15 Apr, 2011 2 commits
-
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 14 Apr, 2011 18 commits
-
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Laurent Aimar authored
In this case, the subpictures are rendered either at the display size or the video size (the biggest one).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Juha Jeronen authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org> Modified-by: Laurent Aimar <fenrir@videolan.org>
-
Rémi Denis-Courmont authored
This is only used when the update callback is not used though.
-
Rémi Denis-Courmont authored
This should work around distortion problems with some cards (probably an ALSA-lib bug).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Probable regression from 95a18cc9 (9 months old, I guess no developers use S/PDIF)
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Mike Houben authored
git failed to apply the entire patch, sorry for the noise Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Mike Houben authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Mike Houben authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 13 Apr, 2011 20 commits
-
-
Jean-Baptiste Kempf authored
-
Denis Charmet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Note that this code seems more likely to trigger race-induced crashes in the audio mixer core.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Some weird hardware only support weird formats that VLC does not know of (e.g. unsigned 18-bits padded to 3 bytes). The ALSA plug plugin will do the conversion if needed.
-
Rémi Denis-Courmont authored
-
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
-