Commit graph

3001 commits

Author SHA1 Message Date
Adam Sutton
b043cf3729 tvhtime: start adding time processing support to TVH 2013-02-15 10:24:41 +00:00
Adam Sutton
5c4c611e59 timeshift: minor addition to atomics (check max size correctly). 2013-02-15 10:24:41 +00:00
Adam Sutton
79c134f9c4 init: added delay option to init 2013-02-09 12:51:14 +00:00
Adam Sutton
74c9b4ecb1 main: fix possible NULL ptr on startup 2013-02-09 12:48:57 +00:00
Adam Sutton
efd2c28b89 support: fix configure args storage. 2013-02-08 15:44:05 +00:00
Adam Sutton
53a9d6a4ba Fix #1574 - imagecache: add option to ignore all invalid SSL certificates 2013-02-07 21:29:40 +00:00
Andreas Öman
0fd2aaf66f ATSC: In VCT, if tsid is 0, assume it's current mux 2013-02-06 03:22:06 -05:00
Andreas Öman
5398629394 Add support for adding ATSC muxes manually 2013-02-06 03:10:39 -05:00
Adam Sutton
b359144b7c Fix #1591 - timeshift: fix mutex deadlock affecting on-demand mode.
Note: there is still an issue I've realised in that writer_flush() could
potentially result in a single packet being written out of order as two
threads have the potential to write. This isn't fatal and is probably
rare enough to ignore at this stage.
2013-02-04 15:27:56 +00:00
Adam Sutton
fea99ba649 Fix #1595 - fix typo in IPV6 check for debian init script 2013-02-04 14:12:16 +00:00
Adam Sutton
ac36914b98 Fix #1596 - some version of git don't like describe in subdir 2013-02-04 14:11:07 +00:00
Adam Sutton
5c1359b663 dvb: add a bit more debug to NIT processing 2013-02-04 12:06:46 +00:00
Adam Sutton
1726565e20 access: add new option to override all ACL
This can be quite useful for debug/testing, especially when using
configuration provided by a user (saves deleting ACL files).
2013-02-04 11:05:35 +00:00
Adam Sutton
8b617c893e logging: add option to log to separate file, useful for debug.
This can be simpler than using log to syslog OR log to console for
reporting problems.
2013-02-04 11:04:34 +00:00
Adam Sutton
5dd5826921 Fix #1589 - only remove "unsafe" characters if configured to do so. 2013-02-03 20:13:55 +00:00
Adam Sutton
e50408ee0b Fix #1588 - epg: forgot to check string bounds for epggrab channel name 2013-02-03 20:13:55 +00:00
Adam Sutton
ce672631dc dvr: remove bad LIST_REMOVE() call if entry has no channel 2013-02-03 20:13:55 +00:00
Adam Sutton
cedd06468d dvb: ensure that we only create radio/tv services from SDT 2013-02-03 13:50:46 +00:00
Adam Sutton
a582fe7c7b Correct some mistkaes picked up by static analysis.
Thanks to seo for pointing these out.
2013-02-03 13:22:21 +00:00
Adam Sutton
a0e5b07e62 docs: update documentation about icon caching. 2013-02-02 20:10:35 +00:00
Adam Sutton
bbc215f476 timeshift: increase play out buffer to reduce stutter due to disk IO. 2013-02-02 19:28:52 +00:00
Adam Sutton
b7c5d27191 timeshift: improve rdwr locking to try and reduce stutters. 2013-02-02 19:27:48 +00:00
Adam Sutton
b3c6fc9459 tableeditor: ensure all reload operations are properly processed 2013-02-02 12:52:20 +00:00
Adam Sutton
6dbec8e2e4 cwc: remove duplicate lock causing deadlock on cwc entry delete 2013-02-02 12:19:38 +00:00
Adam Sutton
bec277d699 Revert "dvb: close dvr device on each re-tune"
This reverts commit 03e9f1179d.
2013-02-02 11:51:13 +00:00
Adam Sutton
7a7835dc0a dvb: add adapter bandwidth to status page. 2013-02-02 11:48:30 +00:00
Adam Sutton
df9eeef371 docs: reinstate original README 2013-02-01 21:15:23 +00:00
Adam Sutton
b9b8e8d891 Merge remote-tracking branch 'origin/pr/240' 2013-02-01 21:04:56 +00:00
Vuolter
ae008ff96a docs: updated the README and add markdown 2013-02-01 21:04:01 +00:00
Adam Sutton
665ca55b4e dvr: don't run postproc script unless there is actually a file to process 2013-02-01 21:02:03 +00:00
Adam Sutton
03e9f1179d dvb: close dvr device on each re-tune 2013-02-01 21:02:03 +00:00
Adam Sutton
dc160b9e48 dvb: re-instate some of the form scanning code.
Mux TSID and ONID can now be updated from other tables if, and only if,
they values are not yet set. Values from the NIT will ALWAYS override
existing values, as they're hopefully more reliable.
2013-02-01 21:02:03 +00:00
Piotras
2b3de552b9 SNR support for all TBS tuners
Drivers fot TBS tuner support SNR
this change work for all models ;)
2013-01-31 23:38:48 +00:00
Adam Sutton
2e25766a10 dvb: forgot to pass netname to sat mux_create 2013-01-31 23:18:21 +00:00
Adam Sutton
af095a3e51 debian: looks like git pseudo package didn't exist in lucid 2013-01-31 12:34:42 +00:00
Adam Sutton
ef97ed35a1 debian: add git to dep list. 2013-01-31 12:20:33 +00:00
Adam Sutton
7a52ff434c support: re-instate getmuxlist script to ensure pbuilder script works 2013-01-31 12:16:04 +00:00
Adam Sutton
432009acc6 timeshift: fix atomic add problems on i386 2013-01-31 12:16:01 +00:00
Adam Sutton
43ae54c062 Fix #1569 - dvr: simplify filename cleanup 2013-01-31 11:30:09 +00:00
Adam Sutton
8f5d8fe9bf dvr: ensure subsystems are notified when dvr starts (and filename is set) 2013-01-31 11:30:09 +00:00
Adam Sutton
4335797e53 Fix #1521 - dvr: some minor corrections to PR code
ensure that recordings are properly loaded in the event no channel
exists and that the internal channel name is preferred not the DE
on.
2013-01-31 11:30:02 +00:00
Adam Sutton
ef5ab4bae2 Merge remote-tracking branch 'origin/pr/236' 2013-01-31 10:35:51 +00:00
Adam Sutton
d78a36c984 Merge remote-tracking branch 'origin/pr/239' 2013-01-31 10:29:40 +00:00
Adam Sutton
e00ba4c85f dvb: allow off-air services to be inserted into the service list 2013-01-31 10:27:51 +00:00
Adam Sutton
b90b7f96b0 dvb: add some debug logging to dvb table code 2013-01-31 10:27:47 +00:00
Adam Sutton
18c820ea17 dvb: reworked dvb mux creation to only use NIT data 2013-01-31 10:25:53 +00:00
Adam Sutton
51fa4bb0e3 dvr: stop possible NULL ptr if messing about with config 2013-01-31 10:20:17 +00:00
Adam Sutton
0b16c754c1 dvb: stop psi_section_reassemble from skipping packets 2013-01-31 00:08:34 +00:00
Adam Sutton
ea6d988409 rawts: add missing (new) callback param to stop crash 2013-01-30 12:32:00 +00:00
Adam Sutton
b83ad18a99 timeshift: increase timeshift play buffer period. 2013-01-30 12:23:36 +00:00