Commit graph

24 commits

Author SHA1 Message Date
Andreas Öman
32a3a8e4d2 ifdef'ery for DVB_API_VERSION >= 5 2009-11-17 22:00:23 +00:00
Robert
385eff6053 fixed some stuff for dvb-s(2) mux creation 2009-11-15 12:38:57 +00:00
Robert
ce2109c3e7 some work on displaying and adding dvb-s(2) 2009-11-13 18:08:05 +00:00
Andreas Öman
63bd6f42c8 Even more robust transport transport_stream id checks 2009-11-08 21:51:16 +00:00
Andreas Öman
af53c5f812 Improve debug logging quite a bit 2009-10-09 20:26:17 +00:00
Andreas Öman
0582ba2c2e Fix a bug causing satconf not to be correcty set on load (upon application start) 2009-09-06 20:56:46 +00:00
Robert
a11a1b266d small fix in tdmi_compare_conf 2009-09-04 15:12:40 +00:00
Andreas Öman
599d50bf25 Make it compile even for systems with Linux DVB API version < 5 2009-09-02 21:35:19 +00:00
Robert
3ddef93591 extensions to tune dvb-s2 via s2api 2009-09-02 18:27:34 +00:00
Andreas Öman
8e24c5960e Add support for copying a selection of muxes from one DVB adapter to another in the web UI. 2009-09-01 21:16:16 +00:00
Andreas Öman
8696f3f61c Only log mux updates if detailed logging is enabled 2009-08-30 13:40:48 +00:00
Andreas Öman
c5768174c9 Pass DVB mux configuration parameters via a struct instead of parameters
Make dvb_mux_create() update and save mux configuration if needed
2009-08-30 13:32:21 +00:00
Andreas Öman
9ae5180e60 ATSC has a fixed symbolrate 2009-08-29 10:40:02 +00:00
Andreas Öman
fc3ac623ca Add support for sattelite beams with circular polarisation 2009-08-29 09:22:21 +00:00
Andreas Öman
08db2b91c4 Add support for tuning ATSC adapters 2009-08-26 20:39:44 +00:00
Andreas Öman
05cb40d1c6 * Due to a bug, the polarisation of DVB-S muxes was not correctly
stored internally. This has now been fixed.
2009-07-19 07:19:16 +00:00
Andreas Öman
f774e7b031 Add support for manually configuring DVB multiplexes by entering all tuning parameters
Ticket #37
2009-07-18 07:55:43 +00:00
Andreas Öman
18b3a7b564 Remove superfluous allocation resulting in memory leak. 2009-07-16 20:20:18 +00:00
Andreas Öman
b4ea79f752 Change the DVB mux modulation text slightly. 2009-07-07 20:56:08 +00:00
Andreas Öman
03ddfb507b Display modulation type in DVB mux grid. 2009-07-07 20:50:58 +00:00
Andreas Öman
819f832a1c * Redesigned the DVB configuration tab in the web userinterface:
- Each adapter have three (or four) tabs
      o General setup and information
      o Grid of multiplexes
      o Grid of services
      o For sattelite adapters, a sattelite configuration tab.

  * Add support for disabling / enabling an entire DVB multiplex

  * Add support for multiple DiSEqC switchports on a single adapter

  * Add support for different sattelite LNBs

  * Graceful handling of DVB adapters that does not support many
    table filters in hardware. Tvheadend will rotate among the available
    ones.

  * Add support for enabling / disabling transports from the DVB configuration

  * Make it possible to remove DVB multiplexes from the web ui

  * Add 'Revert changes' button to all editable grids in the web ui

  * Make it possible to disable the idle scan on per-DVB adapter basis.
    The idle scan is a process to cycles through all multiplex to check
    the quality for each mux continously.
2009-07-03 20:24:00 +00:00
Andreas Öman
91ebc7cf40 If we are unable to create a demultiplex filter in hardware for a table,
put the table on a pending queue and cycle through all tables.

Fixes problems with low-end adapters that does not support that many
filter in hardware.
2009-06-22 21:18:09 +00:00
Andreas Öman
47bd9809c0 Make tvheadend stand on its own configure and build system. 2009-03-25 20:49:50 +00:00
Andreas Öman
42c8947724 Making tvheadend more standalone, #2 2009-03-25 17:46:54 +00:00
Renamed from dvb/dvb_multiplex.c (Browse further)