Commit graph

3083 commits

Author SHA1 Message Date
Adam Sutton
e9ce02138e dvb: demux setup code went missing! 2013-03-28 11:03:05 +00:00
Adam Sutton
21e1e548ca gtimer: fix live lock problem caused by wrong clock usage 2013-03-28 10:59:48 +00:00
Adam Sutton
4e7506abbe support: some updates to build system 2013-03-27 12:40:27 +00:00
Adam Sutton
43326e2d45 Fix #1674 - remove spurious (info) log message before daemon(). 2013-03-27 09:41:50 +00:00
Adam Sutton
d75b99a610 Fix #1666 - dvb: rework the adapter tuning to stop possible deadlock 2013-03-27 09:41:47 +00:00
Adam Sutton
4f2f68a4b6 gtimer: increased resolution of the gtimer system.
This is needed to resolve a dvb tuner deadlock issued caused by my
re-jigging of the tuning setup code.
2013-03-22 10:50:03 +00:00
Adam Sutton
babe15958e support: remove confusing (and uncessary) default values. 2013-03-19 14:42:48 +00:00
Adam Sutton
ddc466c1bf Fix #1643 - dvb: alter the way we handle dvb tuning
This ensures that demux filters are not installed until after tuning
is locked. This should resolve most stale data issues.
2013-03-18 14:02:32 +00:00
John Törnblom
5e7950275d libav: drop h264 packets when bitstream filter fails 2013-03-17 14:28:53 +01:00
John Törnblom
e622db159f libav: fixed minor memory leak when errors accurs. 2013-03-17 14:25:02 +01:00
John Törnblom
ba9c4fd1f4 libav: print warning if bitstream filter fails 2013-03-17 09:21:32 +01:00
John Törnblom
35ad10b1ab libav: cosmetics 2013-03-17 08:51:41 +01:00
John Törnblom
266dfee3a5 libav: make sure we don't write a trailer if the header has not been written 2013-03-17 08:51:35 +01:00
John Törnblom
94a3af4c98 libav: added missing marker function 2013-03-17 08:51:29 +01:00
Adam Sutton
410943c051 Merge remote-tracking branch 'origin/pr/260' 2013-03-13 21:18:02 +00:00
Adam Sutton
04155b83ae Merge remote-tracking branch 'origin/pr/253' 2013-03-13 21:17:59 +00:00
Adam Sutton
07cdfdaf6a Fix #1660 - dvb: stop constant updating of dvb mux configuration files 2013-03-13 21:16:35 +00:00
Stefan Saraev
484b3f6d23 cwc: syslog: move some log messages to debug 2013-03-13 21:32:33 +02:00
John Törnblom
84b22640b2 libav: fix memory leak when converting packets to annex-b format 2013-03-13 14:56:55 +01:00
Adam Sutton
819b8c8394 Fix #1657 - timeshift: add constant length qualifier to avoid warning on some arch's 2013-03-10 19:21:52 +00:00
Adam Sutton
1c9e85b326 dvb: fix mistake in dvr close commit (wasn't restarting thread) 2013-03-10 19:21:34 +00:00
Dave Chapman
271165a4c5 opentv: hack to include episode/series number processing from description. 2013-03-08 22:29:52 +00:00
Adam Sutton
ab7302ec99 dvr: another minor improvement to epg/dvr relinking
Realised that we don't need to update things that are no longer
scheduled (i.e. complete).
2013-03-08 21:59:37 +00:00
Adam Sutton
6c6e0541be dvr: ensure unlinked entry updates are properly handled
previously it updated things that were already linked and also on
different channels entirely.
2013-03-08 21:56:11 +00:00
Adam Sutton
aac905c184 dvb: fix problems with dvb satconf processing and storage 2013-03-08 21:27:14 +00:00
Adam Sutton
55ed28cb53 Fix #1643 - dvb: close dvr device on each re-tune 2013-03-08 21:23:49 +00:00
Adam Sutton
a0a7539a73 Fix #1444 - dvr: ensure that DVR entries are not removed when EPG is updated
previously an overlapping (replacement) event could result in the DVR
entry being completely removed. This will now ensure that the original
entry is left in place (with just info and times).

It will also try and re-match with an EPG entry as and when it can.
2013-03-08 21:23:44 +00:00
Adam Sutton
1508fd6166 serviceprobe: add NULL ptr check on dvb mux to be safe 2013-03-08 17:15:39 +00:00
Jaroslav Kysela
033495993e cwc: cryptoworks - remove double malloc in the emm code 2013-03-08 10:56:09 +00:00
Adam Sutton
81c48b1de1 Merge remote-tracking branch 'origin/pr/152' 2013-03-08 10:49:26 +00:00
Adam Sutton
595c3b8574 epgdb: some simplifications and corrections to the epg periodic save
saving is now done from the gtimer system since a global lock is
required to be able to edit the EPG data.

I've also added missing global lock processing elsewhere.
2013-03-08 10:45:00 +00:00
Adam Sutton
ed7d8724d7 Merge remote-tracking branch 'origin/pr/258' 2013-03-08 10:44:54 +00:00
Adam Sutton
666e5959e7 Merge remote-tracking branch 'origin/pr/257' 2013-03-08 10:44:52 +00:00
John Törnblom
288edf74fd xmltv: fixed parsing of star-rating 2013-03-08 10:05:03 +01:00
John Törnblom
62a1a6d3c2 insert chapters when packets are marked as containing commercials 2013-03-08 10:00:58 +01:00
Andrew C. Martin
f5ecd443f4 use http for cloning dtv-scan-tables git repo
- this allows ./configure to not hang when ran behind a firewall
2013-03-07 20:45:01 -07:00
Andrew C. Martin
079c006f1f error check argument passed into epgdump 2013-03-07 20:45:01 -07:00
Andrew C. Martin
9b385a78c5 allow build path spaces in support scripts
- allow build path spaces in configure & support scripts
- use the same die function for all scripts
2013-03-07 20:44:55 -07:00
andyb2000
4b7ffc058f Changed gui parameter to take a numeric value which is the
number of hours to write data to disk
2013-03-07 21:35:15 +00:00
Adam Sutton
404316f08f timeshift: add return to live function to HTSP 2013-03-07 16:42:59 +00:00
andyb2000
3752158b92 Added checkbox to the epggrab dialog to enable 8Hr flush
to disk EPG data on user request via thread
2013-03-07 15:27:29 +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
andyb2000
9b877c9003 Add /epgsave to the webui so you can trigger a write of the epgdb
to disk to help debugging, etc
2013-03-07 10:12:41 +00:00
andyb2000
8925083ea7 Add flush command to simplewebui to trigger a write to disk of the epgdb 2013-03-06 21:17:28 +00:00
andyb2000
8b8868e5ff Adding initial code for periodic saving of epgdb to disk 2013-03-06 21:12:42 +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
xhaggi
7578a19a3e cwc: improvements for ECM handling and code cleanups 2013-02-22 14:27:16 +01: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