- 16 Nov, 2012 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
- 15 Nov, 2012 22 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
This enable more uses of optimized format conversion plugins. (Currently the generic format converter hides indirect conversions.)
-
Rémi Denis-Courmont authored
This should fix problems when remixing is required but the FL32 format is not involved, as well as decoding on non-FPU platforms. This also disables (or rather avoids) remixing in A52 and DTS decoders. I do not really see the point in using the A52 downmixer anyway.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
this worked out of pure luck for the past 6 years
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
Drop audio rather than abort.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #6200
-
Jean-Baptiste Kempf authored
Ref #6895 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
- 14 Nov, 2012 9 commits
-
-
Rémi Denis-Courmont authored
The latency needs to be returned also when not (yet) running to start playback on time (the audio output core inserts zeroes accordingly). Also, then there is no point to using PCM status, as only one single parameter is used. This simplifies the code and works around a bug (probably in ALSA plugin framework) whereby delay was always zero when using the ALSA<->PulseAudio I/O plugin.
-
Rémi Denis-Courmont authored
Taking any lock in vlc_testcancel() is prone to deadlock since it gets called from vlc_cond_(timed)wait() with the mutex held. Not using semaphores at all would probably be saner here though.
-
Rémi Denis-Courmont authored
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Denis Charmet authored
Fix #2702 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Fix #5196 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Nov, 2012 5 commits
-
-
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
The core takes care of it now. In principles.
-