Commit graph

363 commits

Author SHA1 Message Date
Andreas Öman
5c93b3bde3 HTML cosmetical changes 2008-04-07 21:33:18 +00:00
Andreas Öman
470bc50b9b Make sure services always appear in the same order by sorting them. 2008-04-07 21:00:12 +00:00
Andreas Öman
2324265ee7 Remove one of the adapter statuses 2008-04-07 20:43:42 +00:00
Andreas Öman
8d592df42a layout cleanup 2008-04-07 20:43:06 +00:00
Andreas Öman
ee77599684 Fix obvious typo 2008-04-07 20:24:35 +00:00
Andreas Öman
58633ae2d7 Move strtab.h to libhts 2008-04-07 16:23:52 +00:00
Andreas Öman
d1f24092a2 Work in progress on AJAX interface for tvheadend 2008-04-07 15:57:20 +00:00
Andreas Öman
827120cb75 Remove unused member 2008-04-03 19:42:37 +00:00
Andreas Öman
96d41e1e85 Add intial take on an AJAX based web user interface. 2008-04-03 19:15:00 +00:00
Andreas Öman
7cba494444 Fix support for parallel builds 2008-03-31 10:41:15 +00:00
Andreas Öman
0efef92d81 Remove cruft 2008-03-31 10:19:05 +00:00
Andreas Öman
5fe9339e0f Add support for DVB-S and LNB setup via voltage control and diseqc. 2008-03-30 18:36:12 +00:00
Andreas Öman
96bea3b8eb Optionally execute a program when a recording is completed 2008-03-27 21:21:26 +00:00
Andreas Öman
d9c1ea3c65 Add support for just executing a program with arguments 2008-03-27 21:20:37 +00:00
Andreas Öman
e84807f7e0 Set duration in correct timebase
Set key-frame flag if packet contains a key frame
2008-03-27 19:29:52 +00:00
Andreas Öman
610b2c27a0 more comments 2008-03-25 18:51:30 +00:00
Andreas Öman
48a2cf5897 cleanup 2008-03-25 17:52:49 +00:00
Andreas Öman
cc2c634b3d Fix complation on 64bit arch 2008-03-19 07:56:28 +00:00
Andreas Öman
0cfa6f0a29 fix compilation error due to new ffmpeg include layout 2008-02-28 16:25:34 +00:00
Andreas Öman
0d96816a3d install manpage 2008-02-28 16:04:07 +00:00
Andreas Öman
6eca66a297 Change the thresholds for stopping subscriptions due to DVB errors.
We need to have 10 seconds of consecutive errors in order to abort.
2008-02-28 15:28:09 +00:00
Andreas Öman
b3d038fce2 document the code word client 2008-02-25 21:59:34 +00:00
Andreas Öman
1392a5de66 get rid of an incorrect assert 2008-02-25 21:07:31 +00:00
Andreas Öman
e271126b6f Add XBMSP support 2008-02-25 21:05:35 +00:00
Andreas Öman
7dee7ba352 Add an internal output fifo to enable ffmuxer to write to an internal fifo.
Fix various bugs (in particular if output format was mpeg based)
2008-02-25 20:54:59 +00:00
Andreas Öman
b7184fd6f7 Allocate extra bytes to compensate for overreading in libavcodec 2008-02-25 16:28:46 +00:00
Andreas Öman
1330a49bed Add chapter for COMMERCIAL DETECTION
Some wording and spelling fixes
2008-02-25 16:27:39 +00:00
Andreas Öman
dd37b29ab0 ffmpeg include paths have changed 2008-02-25 09:40:52 +00:00
Andreas Öman
1316689fb4 Add initial version of tvheadend's man page 2008-02-21 21:45:41 +00:00
Andreas Öman
92caa7fd70 fix possible NULL deref bug 2008-02-21 21:45:15 +00:00
Andreas Öman
7c31cf3a7d Instead of having the xmltv parser load a preconfigured file, execute the grabbers directly and parse output.
We no longer need to rely on any cronjobs, etc for loading the xmltv db.
2008-02-21 21:12:21 +00:00
Andreas Öman
99f92a51e5 Add some functions for dealing with fork(), executing childs and reaping them. 2008-02-21 21:11:09 +00:00
Andreas Öman
4c27648393 close on exec, preparing for fork() stuff 2008-02-21 20:17:27 +00:00
Andreas Öman
752413ddc6 Add url '/channellist.xml' that deliver a list of all channels in xml format 2008-02-21 20:08:44 +00:00
Magnus Edenhill
c4e5e6e7b8 - Log crashes to syslog. 2008-02-16 20:42:13 +00:00
Magnus Edenhill
fb0d3da575 - Set up default channel groups before referring to them. 2008-02-16 20:41:18 +00:00
Andreas Öman
6d49544849 move ffmuxer to a file of its own 2008-02-15 16:39:22 +00:00
Andreas Öman
1f925ec9fc Split out the ffmpeg guts of the PVR recorder to aid reusing it for other stuff 2008-02-15 16:33:56 +00:00
Andreas Öman
93888d02d3 Add tcp_qput(), for writing data to a tcp_queue 2008-02-15 15:38:08 +00:00
Andreas Öman
f3057b7803 move code for resolving a username + password -> config to main.c (we want it to be more general) 2008-02-15 15:37:42 +00:00
Andreas Öman
ec9406de71 If no setting storage has been specified in the config, warn user 2008-02-14 06:52:02 +00:00
Andreas Öman
a652f09bcc fix html layout bug 2008-02-13 21:44:13 +00:00
Andreas Öman
dc86a566fa Add support for autorecording rules 2008-02-13 21:38:41 +00:00
Andreas Öman
f043211140 remove unused code 2008-02-13 20:24:16 +00:00
Andreas Öman
1f3044f3c6 fix bug when clearing a future scheduled PVR session 2008-02-13 19:11:53 +00:00
Andreas Öman
df14b82ef7 Add 'creator' to PVR entry 2008-02-13 19:05:59 +00:00
Andreas Öman
4caf7c9548 use a table for recording log per-entry extra info 2008-02-13 19:02:14 +00:00
Andreas Öman
00b06529d3 cleanup PVR internal API a bit 2008-02-13 18:55:47 +00:00
Andreas Öman
23de1a66d1 fix comments 2008-02-13 18:37:15 +00:00
Andreas Öman
e33bbd28a5 Only use 'pvr_' as prefix for PVR function names 2008-02-13 18:33:09 +00:00