- 11 Aug, 2012 6 commits
-
-
Rémi Denis-Courmont authored
This is also used on *BSD systems.
-
Zoran Turalija authored
With this option marked as unsafe, it is not possible to use it and as a result, it is not possible to tune to different satellite on different DiSEqC LNB. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This should fix DVB on *BSD.
-
Zoran Turalija authored
This supports configurations that use uncommitted diseqc switch in front of committed diseqc switch to allow 8/16 satellites... Example of such cascade: 19.2E 13E 16E 1W 5E 28.2E 23.5E 30W \ | | / \ | | / \1 \2 3/ 4/ \1 \2 3/ 4/ +--o---o--o---o--+ +--o---o--o---o--+ LNB (:dvb-satno n) | SPAUN SAR 411F | | SPAUN SAR 411F | | committed | | committed | +-----------o----+ +----o-----------+ \ / \1 2/ sat: switches: PORT +--o----------o--+ 19.2E: :dvb-uncommitted=1 :dvb-satno=1 (:dvb-uncommitted=n) | SPAUN SUR 211F | 13E: :dvb-uncommitted=1 :dvb-satno=2 | uncommitted | 16E: :dvb-uncommitted=1 :dvb-satno=3 +-------o--------+ 1W: :dvb-uncommitted=1 :dvb-satno=4 | 5E: :dvb-uncommitted=2 :dvb-satno=1 +------o------+ 28.2E: :dvb-uncommitted=2 :dvb-satno=2 | skystar HD2 | 23.5E: :dvb-uncommitted=2 :dvb-satno=3 +-------------+ 30W: :dvb-uncommitted=2 :dvb-satno=4 Reception of 16 satellites is possible using eg. SPAUN SUR 420F as uncommitted diseqc switch instead of SPAUN SUR 211F, and 2 more SPAUN SAR 411F committed diseqc switches. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
Also list the entries in the log like ALSA output.
-
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 8 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
-