Commit graph

1291 commits

Author SHA1 Message Date
Andreas Öman
85fc302882 * Inject entries in DVR schedule as soon as we know about an EPG
entry that matches an autorecording rule. Previously Tvheadend
    would scan the EPG continously and just grab shows as they neared
    air time.  The drawbacks of this approach was that it's a bit hard
    to understand what is happening. It also makes (more) correct
    wakeup from suspend hard to do.
2010-03-16 19:54:45 +00:00
Andreas Öman
727b590771 Fixed messed up code style 2010-03-16 16:42:57 +00:00
Andreas Öman
cd3e373826 Switch to akas.imdb.com instead of www.imdb.com. Should work better for international titles 2010-03-15 21:53:46 +00:00
Andreas Öman
af740ba24f A PMT on PID 0 is not valid (and will make Tvheadend crash), skip such services 2010-03-15 21:16:49 +00:00
Andreas Öman
2284af1395 Reset cc_valid for each elementary stream upon stream start 2010-03-11 21:54:15 +00:00
Andreas Öman
8121d950be Add an option for replacing spaces in title with '-' for DVR recorded files
Patch by: tuomaz
2010-03-11 20:23:44 +00:00
Andreas Öman
e2148358bf Skip MPEG Padding start codes 2010-03-10 22:45:29 +00:00
Andreas Öman
6d285d028c tht_refresh_feed is optional 2010-03-10 22:45:20 +00:00
Andreas Öman
57f9e7e1fe Popup a warning message about disk space consumption if the 'dump dvb mux' checkbox is enabled.
We are supposed to be user friendly after all :)
2010-03-02 22:21:03 +00:00
Andreas Öman
d8a0392275 * Add a new DVB adapter option that allows the entire DVB Mux to be
written to disk as Tvheadend tunes to it. This should aid a lot when
    it comes to debugging
2010-03-02 22:10:21 +00:00
Andreas Öman
b4f4b80269 Make sure query response is cleared if we happen to bail out early. Fixed ticket #145 2010-03-01 19:05:03 +00:00
Andreas Öman
22a3957af7 Create streams for each teletext subtitle page 2010-02-25 20:59:08 +00:00
Andreas Öman
132e81a5c8 Avoid cycling thru table filters too fast if we are short on hardware filters. It might overload the DVB adapter 2010-02-22 20:02:32 +00:00
Andreas Öman
6540760a83 h264 parser: Don't deescape more than 64 bytes (for once the comment was correct but code was not) 2010-02-22 19:44:30 +00:00
Andreas Öman
4a904268a1 Update (c) years 2010-02-16 20:13:38 +00:00
Andreas Öman
adffbe77d7 Log PSI changes with DEBUG level. It's too noisy 2010-02-16 20:13:33 +00:00
Andreas Öman
8ae7d9e6f6 Dont use strndup(). It's too GNUish 2010-02-16 19:53:53 +00:00
Andreas Öman
197b460079 Get rid of SOL_TCP 2010-02-16 19:51:44 +00:00
Andreas Öman
201914248c Make V4L and DVB conditionally compiled 2010-02-16 19:49:54 +00:00
Andreas Öman
64669db986 No DVB stuff here 2010-02-16 19:18:29 +00:00
Andreas Öman
e1d4e3c1be Increase CWC_NETMSGSIZE 2010-02-12 19:08:42 +00:00
Andreas Öman
4bfc04ba4c * Add circular 10.75 GHz LNB 2010-02-09 20:47:06 +00:00
Robert
0e13c5aaa5 improvements in string coding 2010-02-09 18:19:52 +00:00
Robert
e263f8bd4f sending extended_event_descriptor items over htsp 2010-02-08 17:36:44 +00:00
Robert
a3e68049f8 added ext_item to webui 2010-02-08 17:32:26 +00:00
Robert
d42d68198c more improvements for extended_event_descriptor 2010-02-08 17:29:19 +00:00
Robert
6103f01ebd concatenating strings from extendend_event_descriptor 2010-02-08 17:22:12 +00:00
Robert
9432e924b8 parsing extended_event_descriptor to get really long epg descriptions 2010-02-07 18:48:22 +00:00
Andreas Öman
6e24cea010 Add weekday support to autorecordings 2010-02-04 22:50:16 +00:00
Andreas Öman
9e4464acf5 Fix a comment 2010-02-04 22:02:46 +00:00
Andreas Öman
c4c19a5e03 Update docs a bit 2010-02-04 21:33:52 +00:00
Andreas Öman
f4b2446010 Close changelog for 2.10 2010-02-04 21:31:57 +00:00
Andreas Öman
f74b8970f7 Fix relative URL problems in RTSP sdp 2010-02-04 21:30:32 +00:00
Andreas Öman
8d665eb013 Uh, fix a bunch of compile errors. What did I smoke? 2010-02-04 19:39:00 +00:00
Robert
4f3c4a16e4 send stop message over capmt 2010-02-04 19:24:33 +00:00
Andreas Öman
ea294604e7 Send some details about services attached to a channel over HTSP 2010-02-03 19:19:25 +00:00
Andreas Öman
3dff8cd0bb Update changelog 2010-02-03 19:19:03 +00:00
Andreas Öman
8f5680f5c5 Don't mess with hts users' group 2010-02-03 19:18:38 +00:00
Andreas Öman
0385b58b3d Fix buffer overrun 2010-02-02 21:00:38 +00:00
Andreas Öman
13cd7f67e6 Pin FFmpeg version since someone broke the 0.5 head 2010-02-02 19:45:07 +00:00
Robert
c4ca5c0396 added servicetype to channelUpdate message (for XBMC) 2010-02-02 17:48:57 +00:00
Andreas Öman
efba2181a2 fix a comment 2010-02-01 21:15:37 +00:00
Andreas Öman
a9a08bdff9 The same transport stream id on different satconfs is ok 2010-02-01 21:15:31 +00:00
Andreas Öman
874f2564db dvr: Get rid of a few other ugly characters in filenames 2010-02-01 20:45:09 +00:00
Andreas Öman
b3e37fa199 Remove colon from filenames, causes problem for windows users 2010-02-01 20:40:05 +00:00
Andreas Öman
0a94874528 Make RTSP work again 2010-01-26 21:07:07 +00:00
Andreas Öman
b70afbc941 Don't send STOP if we have not sent a START message 2010-01-26 21:06:48 +00:00
Andreas Öman
f49a3ef099 2.9 changelog 2010-01-25 21:16:30 +00:00
Andreas Öman
994c7e3a17 Mention AAC in what we support 2010-01-25 21:16:25 +00:00
Andreas Öman
d0b3d7a087 Fix problems with settings paths 2010-01-25 21:13:16 +00:00