Adam Sutton
404316f08f
timeshift: add return to live function to HTSP
2013-03-07 16:42:59 +00:00
Adam Sutton
f339c08c49
time: hide some debug messages to limit spamming logs
2013-03-07 15:17:09 +00:00
Adam Sutton
c862269c62
timeshift: minor mod to htsp to flush output buffer on skip
2013-03-07 15:10:37 +00:00
Dave Chapman
5d8af1a209
Swap the order of the PAT and PMT packets injected by the passthrough muxer - it is more logical to write the PAT first, followed by the PMT, as that is the order parsers will need to process the packets.
2013-03-07 14:53:20 +00:00
Dave Chapman
4724e01d13
Remove unused files iptv_output.[ch] and tsmux.[ch] and related code
2013-02-28 12:38:23 +00:00
Adam Sutton
229a8d75d8
timeshift: fix bug that can cause failure when seeking hits start of file
...
this resulted in a failed read that terminated the timeshift buffer.
2013-02-22 11:11:10 +00:00
John Smith
6b94edbaa2
dvb: fix bug causing failures in service discovery using SDT
2013-02-21 16:22:21 +00:00
Adam Sutton
ea37cc3aba
Merge remote-tracking branch 'origin/pr/251'
2013-02-21 16:00:43 +00:00
Adam Sutton
290dcb8643
Merge remote-tracking branch 'origin/pr/247'
...
Conflicts:
man/tvheadend.1
2013-02-21 15:52:06 +00:00
Adam Sutton
e270f38da7
Merge remote-tracking branch 'origin/pr/245'
2013-02-21 15:34:41 +00:00
Adam Sutton
f44baad54c
ui: fix previous mod that broken channel configuration editing
...
I made the change so that /channels returned the imagecache icon
while I was testing some other UI code. Unfortunately that breaks
channel editing. So I've added a second (possibly confusingly named)
field.
2013-02-21 14:33:32 +00:00
xhaggi
14a470efd1
cwc: cleanups and better debug logging
2013-02-21 12:55:28 +01:00
xhaggi
667e1c2bad
cwc: reset prefcapid if service can't be descrambled
2013-02-21 01:12:43 +01:00
xhaggi
b77c68e6e8
cwc: fixed problem with changed CA pids by provider and prefered CA pid
2013-02-20 16:26:39 +01:00
Adam Sutton
92d0450cca
imagecache: fix problem with imagecaching in the UI display
2013-02-20 11:55:13 +00:00
Adam Sutton
06f83663c1
timeshift: fix NULL ptr issue
2013-02-20 11:18:30 +00:00
Archie L. Cobbs
a3fdc6f120
Allow binding address to be specified via --bindaddr flag.
2013-02-16 16:01:34 -06:00
Adam Sutton
dace377855
Issue #1622 - timeshift: remove post double list removal
2013-02-16 19:31:24 +00:00
Stefan Saraev
6aeeb4a4b6
capmt: fix crash while trying to open iptv channel with capmt enabled
2013-02-16 16:06:36 +02:00
Adam Sutton
c338802902
Fix #1605 - timeshift: correct mistake in file refcounting.
2013-02-15 16:39:27 +00:00
Adam Sutton
7088c9c029
webui: break configuration into multiple super tabs
...
This is done to limit the total number of tabs on one row which is
leading to problems on smaller displays. I also think its more
logical.
2013-02-15 12:34:22 +00:00
Adam Sutton
3a5c84af10
comsetics: some updates to --help output.
...
Changes are based on suggestions from Vuolter <vuolter@gmail.com>
2013-02-15 11:29:00 +00:00
Adam Sutton
6cbf00e9f5
atomic: fix previous merge mistake
2013-02-15 11:24:04 +00:00
Vuolter
ec8a0dfd1e
Cosmetics: epg genre
2013-02-15 11:21:12 +00:00
Adam Sutton
c223d223bd
Merge remote-tracking branch 'origin/pr/242'
2013-02-15 11:16:56 +00:00
Adam Sutton
8b8876d768
Fix #1605 - timeshift: mark file space as free at earliest opportunity.
...
Previously the space was only marked as free when the file was physically
removed (which happens async) which resulted in the buffer immediately
being seen as full.
2013-02-15 10:31:59 +00:00
Adam Sutton
920a0a802c
dvb: some minor corrections to nit scanning.
2013-02-15 10:24:41 +00:00
Adam Sutton
8f49909e9e
Fix #1608 - atomic: add workaround for missing intrinsic atomic ops.
2013-02-15 10:24:41 +00:00
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
Andrew Martin
eaec34220b
fix compile errors with gcc 4.1.x and 4.2.x
...
- tested with gcc 4.1.2, 4.2.1, 4.4.6, 4.6.3 and 4.7.2
- disable gcc ignore pragma for "-Warray-bounds" if gcc version < 4.3
- when I took out the pragma tvheadend compiled fine in all the above compilers, but I assume some version of gcc is issuing a false-positive.
- "-Warray-bounds" was added in gcc 4.3: http://gcc.gnu.org/gcc-4.3/changes.html
- fixes typo in cmdline help for -C
- clarify usage of -a in help description
2013-02-10 02:39:51 -07:00
Adam Sutton
74c9b4ecb1
main: fix possible NULL ptr on startup
2013-02-09 12:48:57 +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
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
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