- 11 Aug, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Aug, 2012 5 commits
-
-
Zoran Turalija authored
FE_DISEQC_SEND_MASTER_CMD will fail if command length is not set, preventing multi-satellite tunning using DiSEqC switch. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Florian Roeske authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Toque authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 09 Aug, 2012 21 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In some cases, that gets more accurate timing meaurements faster. VLC does not use pa_stream_get_time(), so there is certainly no need for pa_stream_get_time() to return monotonic values.
-
Rémi Denis-Courmont authored
Such a latency update is an opportunity to reschedule the stream trigger time, or to trigger immediately if late. That can reduce the initial audio delay in some cases.
-
Rémi Denis-Courmont authored
Also remove unchecked memory allocation.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-O3 enables dangerous optimizations and does not make much sense for a protocol (not decoding => not performance critical) library.
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #7133
-
Jean-Baptiste Kempf authored
Close #6578
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
The code is far from being great, but it matches the Qt intf now.
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 08 Aug, 2012 13 commits
-
-
Hugo Beauzée-Luyssen authored
Fix #1859 #6983
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen 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
-
Rémi Denis-Courmont authored
Depending on the system, this can be called ducking, focus, policy... But it basically boils down to pausing playback automatically when a higher priority audio stream starts, typically a voice call. Resuming playback automatically when communications are over would be possible as well. But that seems unfriendly to me, so I skipped it.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This was not tested due to lack of hardware.
-
Rémi Denis-Courmont authored
This reverts commit 12627b88.
-
Rafaël Carré authored
-