Commit graph

5072 commits

Author SHA1 Message Date
Mario Di Raimondo
a6fd491710 moved opentv patterns from code-level to the provider configuration file
This permits to add/change patterns without touching the code.

In the original code of tvheadend there was an old pattern: it was
copied in ausat/skyuk conf file in order to maintain backward compatibility.
Note: now all the patterns are uniformly applied in a case-sensitive way (necessary for sky-it subtitle patterns)
2014-09-19 22:15:18 +02:00
Jaroslav Kysela
8d5e1814a0 WEBUI JS: status tabs - add missing comet shutdown calls 2014-09-19 21:40:14 +02:00
Jaroslav Kysela
a001ef012d tsfix: revert the code logic back in recover_pts() 2014-09-19 20:33:12 +02:00
Jaroslav Kysela
962f99c69f config: add more help to the log when backup fails 2014-09-19 14:14:01 +02:00
Jaroslav Kysela
286509b7f7 descrambler: show also section for ECM messages in traces 2014-09-19 14:03:29 +02:00
Jaroslav Kysela
5764703e4b cwc: ECM section filtering is in descrambler.c, remove it from cwc 2014-09-19 14:02:25 +02:00
Jaroslav Kysela
3ac7a43c0d cwc: Add missing loop break in the section resolved check 2014-09-19 13:57:56 +02:00
Jaroslav Kysela
8b1ce062aa cwc: show section in NOK log msgs 2014-09-19 13:56:41 +02:00
Jaroslav Kysela
0b2cddada3 descrambler: add ECM section filtering 2014-09-19 13:51:41 +02:00
Jaroslav Kysela
fcb1c5a7d1 DVR: timerec - clear the seconds for the scheduling times 2014-09-19 13:19:56 +02:00
Jaroslav Kysela
19afc9a017 htsp: add getChannel method, fixes #2283 2014-09-19 13:11:27 +02:00
Jaroslav Kysela
ad4de65b6f cwc: whitespace fixes and removal 2014-09-19 11:07:16 +02:00
Jaroslav Kysela
d38f9006d7 globalheaders: fix "reorganize refcounting for readability" commit 2014-09-19 10:28:04 +02:00
Jaroslav Kysela
4a53de9d76 DVR: Fix memory leak in dvr_entry_create_() 2014-09-19 08:55:34 +02:00
Jaroslav Kysela
b2d01569aa cwc: cosmetic fix (indentation) 2014-09-18 22:21:49 +02:00
Jaroslav Kysela
bafbf389f8 cwc: add support for the key state per section 2014-09-18 22:18:49 +02:00
Jaroslav Kysela
bdb31c36a2 cwc: use list for ep_sections rather than an array 2014-09-18 20:32:25 +02:00
Jaroslav Kysela
4bce3dc4ae muxer: Fix the preprocesor directive 2014-09-18 17:26:47 +02:00
Jaroslav Kysela
651d0404bd subscription: Move TSS_NO_ACCESS outside of the fatal errors
... but keep to report it as the first reason for which the streaming
was canceled ...

Remove also the 25-seconds descrambler check. There is a global
streaming timeout which takes care now.
2014-09-18 15:41:26 +02:00
Jaroslav Kysela
abad73972d descrambler: Fix the graceful flush for cwc 2014-09-18 14:51:50 +02:00
Jaroslav Kysela
249eac3e11 DVR: config - use combobox to set the extra times 2014-09-18 14:24:51 +02:00
Jaroslav Kysela
4f494c6cb6 DVR: Added configurable EPG update window 2014-09-18 12:43:07 +02:00
Jaroslav Kysela
c571413e65 tsfix: fix the crash caused by last tsfix.c modification (memory leak fix) 2014-09-18 11:40:23 +02:00
Jaroslav Kysela
03af723216 linuxdvb: rotor - try to fix the grace calculation routine for USALS and negative longtitudes 2014-09-18 10:37:54 +02:00
Jaroslav Kysela
34cb8509d1 scanfile: Fix new format parser for DVB-S and DVB-C 2014-09-18 08:21:45 +02:00
Jaroslav Kysela
a643a79f6b WEBUI: Whitespace fix 2014-09-17 20:25:25 +02:00
Jaroslav Kysela
81514467bc WEBUI: Show the browser (client) address in Tip in the login info text 2014-09-17 20:24:41 +02:00
Jaroslav Kysela
3c0ca052db ACL: Fix ugly typo in the address parsing 2014-09-17 19:17:49 +02:00
Jaroslav Kysela
9ac202d376 DVR: another dvr_config_find_by_name_default fix 2014-09-17 18:26:57 +02:00
Jaroslav Kysela
c94e2b99d5 DVR: move query functions to simpleui (only this user) 2014-09-17 18:26:37 +02:00
Jaroslav Kysela
0cd4319eb9 DVR: Fix dvr_config_find_by_name_default, attempt #2 2014-09-17 17:47:47 +02:00
Jaroslav Kysela
6ddd022056 DVR: Fix dvr_config_find_by_name_default (no config files) 2014-09-17 16:10:37 +02:00
Jaroslav Kysela
b3586c2f3b tsfix (matroska, htsp): fix memory leaks (refcounting) 2014-09-17 14:54:38 +02:00
Jaroslav Kysela
6df75e847a globalheaders (matroska): reorganize refcounting for readability 2014-09-17 14:53:27 +02:00
Jaroslav Kysela
a7f80d2a8e descrambler: do not allow to open new pids when flushed 2014-09-17 11:53:21 +02:00
Jaroslav Kysela
a766245f8a DVR: Fix the wrong memory access
Note that dvr_thread() uses the de->de_s contents which is
freed in subscription_unsubscribe().

Move the subscription_unsubscribe() as last.
2014-09-17 11:43:51 +02:00
Jaroslav Kysela
2e017d6b64 DVR: Fix memory leaks 2014-09-17 10:04:25 +02:00
Jaroslav Kysela
b9997bb64f DVR: Move dvr_entry_cancel() fcn 2014-09-17 09:51:11 +02:00
Jaroslav Kysela
6a90afd255 DVR: Move dvr config routines to dvr_config.c 2014-09-17 09:42:49 +02:00
Jaroslav Kysela
236b99864a globalheaders: add restart support to gh_pass() 2014-09-17 09:00:22 +02:00
Mario Di Raimondo
45bb1c8bad remove trailing spaces from title and subtitle 2014-09-17 08:41:33 +02:00
Jaroslav Kysela
e5137f8ef8 webui: fix the range variable formats in page_dvrfile() 2014-09-17 08:39:10 +02:00
Jaroslav Kysela
54dd7ddc01 DVR: Handle DVR_NOSTATE in cancel functions 2014-09-17 08:28:13 +02:00
Jaroslav Kysela
f35f4ce73a ACL: Rewrite a bit the IP address parsing and handling 2014-09-16 20:30:18 +02:00
Jaroslav Kysela
97999e4715 ACL: set the default (no filter) prefix when user entered empty or wrong prefix 2014-09-16 17:23:43 +02:00
Jaroslav Kysela
89ee111a26 ACL: Fix username match 2014-09-16 15:05:22 +02:00
Jaroslav Kysela
972306d813 HTTP server: use cookie to remember the logout state 2014-09-16 15:03:11 +02:00
Jaroslav Kysela
b55b9c9ac3 DVR: dvr_config_name cleanups 2014-09-16 13:08:34 +02:00
Jaroslav Kysela
175fee8e86 DVR: Fix dvr_config_find_by_name_default() 2014-09-16 12:33:21 +02:00
Jaroslav Kysela
a79cdee345 config: backup - exclude epggrab/*.sock files 2014-09-16 12:29:08 +02:00