Commit graph

3838 commits

Author SHA1 Message Date
InuSasha
1673b4a2cd EN50494: configuration storage
- add save configuration
- set default values
- raise variable length to 16bit (needed by configuration save)
2014-01-06 17:29:19 +01:00
Sascha
4a4d7f166e EN50494: fix copy'n'paste misstake 2014-01-06 13:58:04 +01:00
InuSasha
b67b98b7b6 EN50494: fix subelement creation for multi-port switches 2014-01-05 23:47:12 +01:00
InuSasha
229ef2f48e EN50494: replace hardcoded en50494 tune-freq with calculated one 2014-01-05 18:47:55 +01:00
InuSasha
66c6d85f39 EN50494: first commit
- works with same hardcoded values (needs to setup)
- setup via gui is missing
2014-01-05 17:54:49 +01:00
Adam Sutton
88e06607b0 mpegts: ensure that PCR (and PMT) are properly opened by service and recorded.
Fixes #1884.
2013-12-24 23:49:39 +00:00
Adam Sutton
821a854d90 support: updated some random helper scripts 2013-12-24 23:48:02 +00:00
Adam Sutton
a0f2bebcc5 iptv: allow non-multicast IPTV (useful for testing)
I don't actually check for valid MC group address, I simply try and add group
and just warn if it fails (but carry on anyway).
2013-12-23 23:56:10 +00:00
Adam Sutton
4226ea5e31 iptv: ensure startup will not block installation of PID filters 2013-12-23 23:55:57 +00:00
Adam Sutton
8438dfd7a6 epggrab: reduce spam in the logs, fixes #1839. 2013-12-23 23:01:52 +00:00
Adam Sutton
a8ce127dee epggrab: ensure / in channel ID doesn't cause config failure. Fixes #1774. 2013-12-23 22:37:27 +00:00
Adam Sutton
0c039fc2f4 build: add default Autobuild job (debian)
This works fine for most native compilations, so saves spec'ing anything else.
2013-12-23 21:25:38 +00:00
Adam Sutton
89f9cf40ae misc: add qsort_r replacement for glibc < 2.8. Fixes #1871 2013-12-22 21:45:53 +00:00
Adam Sutton
da3473368c mpegts: fix some minor compilation issues on older gcc 2013-12-22 21:45:53 +00:00
Adam Sutton
63cdff215f linuxdvb: work around bug in gcc <4.6. Fixes #1869 2013-12-22 21:45:53 +00:00
Adam Sutton
cd92bb0ce3 linuxdvb: move FE status message from trace to debug on change
This could still be spammy if the signal isn't clean and keeps going
in and out. But that's just tough luck I guess!
2013-12-22 21:45:53 +00:00
Adam Sutton
b15f65490a linuxdvb: possible HW race condition, LNB might not switch LO before FE locks 2013-12-22 21:45:53 +00:00
Adam Sutton
3e11bc4f13 support: remove stray commenting out of stderr redirect 2013-12-22 20:55:38 +00:00
Adam Sutton
13864f9eac mpegts: update to the way init scan table completion is handled
Should be a bit better at handling tables that may or may not exist.
We have an initial timeout after which we check if data for any tables
has been received but incomplete.

This is still far from ideal, really what is needed is to make this
all more async based on when we sync etc... but this will do for now.
2013-12-21 22:35:25 +00:00
Adam Sutton
70bf35b6f6 main: add some (commented out) debug for gtimer and fixed minor issue in gtimercmp
The issue should be benign, equal timers were always reported -1, not right.
2013-12-21 22:35:25 +00:00
Adam Sutton
57b7b33d3a main: Fix stupid typo in tsfile ATSC option flag 2013-12-21 22:35:25 +00:00
Adam Sutton
89d7bb308f capmt: fix silly error in capmt record building with new connected field 2013-12-18 19:21:13 +00:00
Adam Sutton
7d6f932bd5 capmt: attempt to avoid confusion over validity of configuration
UI now has 3 possible colours, red - not working, orange - not connected
(but will probably work, used for new non-persistent mode 2) and green -
actively connected.
2013-12-18 18:53:02 +00:00
Adam Sutton
c76b10fc18 Merge remote-tracking branch 'origin/pr/311' 2013-12-18 18:12:30 +00:00
Adam Sutton
e67a30c225 iptv: stop possible crash on IPTV mux tune failure 2013-12-17 22:26:18 +00:00
Adam Sutton
dae84cec66 support: add basic IPTV migration to conf_migrate script 2013-12-17 21:53:50 +00:00
Mariusz Bialonczyk
2db7becc5b capmt: adjust for recent OSCam frame change
Additional byte describing adapter index was
added to the beginning of the frame.
It only affect tvh capmt mode 2.
2013-12-13 09:21:24 +01:00
Adam Sutton
6f62adc287 linuxdvb: fix bug stopping adapter path fallback working. fixes #1855. 2013-12-12 22:32:16 +00:00
Adam Sutton
6c3aca2880 support: add ccache support to configure script 2013-12-12 22:28:45 +00:00
Adam Sutton
3e41a7610d linuxdvb: was not storing ATSC configuration, fixes #1867. 2013-12-12 22:28:07 +00:00
Dave Chapman
eb8c99b493 webui: Fix "Page: All" display by using a large value for it instead of -1 2013-12-06 23:40:53 +00:00
Adam Sutton
5fce3a4941 muxer pass: correct program number in PMT generation 2013-12-06 12:04:15 +00:00
Adam Sutton
1dcb0947b9 Merge pull request #309 from manio/master
Fix loading charset overrides list
2013-12-05 04:44:29 -08:00
Mariusz Bialonczyk
3753b1122b Fix loading charset overrides list
The dvb_charset_init() was not called anywhere.
2013-12-05 12:55:32 +01:00
Adam Sutton
f6f79ad413 tvhlog: stop full debug by default if --trace specified
Often I want to enable trace (and debug) for a specific set of subsys,
but I had it configured to enable ALL debug if any debug related options
were spec'd (for compat). But this was a PITA and I kept doing
--trace blah --debug none just to get around it!
2013-12-04 23:28:29 +00:00
Adam Sutton
321d6b35bf webui: minor correction to checkbox controls 2013-12-04 22:56:33 +00:00
Adam Sutton
b3366c6631 linuxdvb: allow init scan to be started/stopped by setting initscan state 2013-12-04 22:56:33 +00:00
Adam Sutton
34743f9cbc subscriptions: reverse EPG and initscan priorities
For networks with extended EIT, having EPG take precdence causes chaos
during init scan. The reality is that forcing an EPG scan to stop because
someone wants to scan a new mux is probably the right thing to do anyway.
2013-12-04 22:56:32 +00:00
Adam Sutton
d58410d817 epggrab: ensure muxes with no (or disabled) modules aren't started 2013-12-04 22:56:32 +00:00
Adam Sutton
9fc6e36114 tsfile: cmdline flag to specify ATSC input
Previously all standard DVB and ATSC tables were installed, this
would cause the initscan to time out. We try and be more clever
with determining the type, but this will do for now.

The code allows the option to be per mux (file), but the cmdline
is currently limited to a global setting, which is likely to be
more than enough.
2013-12-04 22:17:22 +00:00
Adam Sutton
ea751dada6 linuxdvb: API compat fixes for stats update from PR307 2013-12-04 21:55:13 +00:00
Adam Sutton
3560cee63d Merge remote-tracking branch 'origin/pr/307' 2013-12-04 21:52:31 +00:00
Adam Sutton
7f9c4cc75e linuxdvb: fix backwards compatibility 2013-12-04 21:52:24 +00:00
Adam Sutton
e1443a4cc3 imagecache: fix stupid compilation mistakes in code rework.
Fixes #1848
2013-12-04 20:37:16 +00:00
Adam Sutton
67a585c96a Merge remote-tracking branch 'origin/pr/308' 2013-12-04 15:48:57 +00:00
Mariusz Bialonczyk
a20fc729a8 capmt: fix numbering services after a686fe3
The commit fixes simultaneous channel decryption.
We are enumerating services based on the generated seq value.
In fact it should be elementary stream PID, but currently
we can leave it until PMT code rework.

The CA_SET_PID and CA_SET_DESCR from OSCam was always set with
seq=0 leading to setting all keys always to first subscribed
service.
2013-12-03 13:04:55 +01:00
Adam Sutton
bfa033de6a muxer pass: correct PAT generation 2013-12-02 13:53:38 +00:00
Adam Sutton
36fc669182 webui: remove old redundant code 2013-12-02 13:33:52 +00:00
Adam Sutton
582e205bc0 imagecache: migrate configuration to new API
I started to do this as there was a possible issue with imagecache as a result
of updates. However this has thus far not been proved, but still a useful
update. Hopefully not too broken!
2013-12-02 13:30:59 +00:00
Andreas Öman
1b784355ad h264: Read crop from SPS and subtract from picture width/height 2013-12-02 00:04:12 +00:00