Commit graph

101 commits

Author SHA1 Message Date
Andreas Öman
2b86b18184 Fix a typo 2008-08-29 16:12:37 +00:00
Andreas Öman
cb8266e3ea Initial take on making tvheadend multithreaded instead of relying on a
poll/dispatcher framework.

The top reasons for going multithreaded is:

* Take adventage of multicore CPUs
* No need to put slow operations in ugly helper threads now that the entire app is designed for multithreads
* Some of the timing sensetive tasks (IPTV output / RTP / UDP pacing) can run on RT priority.
2008-08-29 15:29:33 +00:00
Andreas Öman
04bc7b609f Add support for switching automatic DVB multiplex discovery on/off.
Fixes issue #17
2008-08-26 17:04:09 +00:00
Andreas Öman
e544180acf Add channel configuration and setup.
htsclient.c is now no longer supported.
2008-08-26 14:15:33 +00:00
Andreas Öman
e7e4b9f710 Remove the conecpt of channel groups, it's too inflexible 2008-08-25 20:37:19 +00:00
Andreas Öman
5a8370efaf Store quality and status in settings 2008-08-25 18:55:46 +00:00
Andreas Öman
ce4669b418 Rename tvheadend_newui to tvheadend 2008-08-25 16:22:50 +00:00
Andreas Öman
0c2ac1f4e5 Add ability to force start of an DVB transport, needed for probing 2008-05-17 09:30:41 +00:00
Andreas Öman
267459c222 Make sure we correctly clean up when transports / muxes are destroyed 2008-05-17 08:53:44 +00:00
Andreas Öman
f60f556512 Use redblack trees for DVB muxes 2008-05-12 17:27:01 +00:00
Andreas Öman
b90404d8ed Use tree instead of list for transport temporary link to speed up
sorting
2008-05-12 16:07:22 +00:00
Andreas Öman
b03520376a Faster scan during first check of a mux 2008-05-05 20:40:06 +00:00
Andreas Öman
13fd086e44 Rename tht_status to tht_runstatus to avoid confusion 2008-05-04 18:51:00 +00:00
Andreas Öman
5a5e4854ca Improve transport status notification changes.
Also let, serviceprobe use the transport built-in timeout facilities.
2008-05-04 18:32:46 +00:00
Andreas Öman
b55dbe7f0f Rework the 'error' notfication for subscribers to a more generic and
and flexible transport status tool.
2008-05-04 15:31:39 +00:00
Andreas Öman
0d7cbe9ac2 Fix various bugs related to channel <-> service mappings 2008-05-03 06:55:56 +00:00
Andreas Öman
d517f22827 Add support for destroying channels 2008-05-03 06:00:07 +00:00
Andreas Öman
b8a93bef06 Compile with '-Wmissing-prototypes' and fix all fallout 2008-05-02 19:37:23 +00:00
Andreas Öman
87c553ea36 Add framework for notifying subscribers if a transports gets in trouble.
Currently only implemented for access denied in code word client.
2008-05-02 14:18:56 +00:00
Andreas Öman
5879cd4d14 Add function for automating probing of services and if successful, map to a channel 2008-05-02 10:17:22 +00:00
Andreas Öman
8d47b9b946 Add fine grained user / source address access control configurable from web ui. 2008-04-29 06:53:21 +00:00
Andreas Öman
5dd804026c Use transport's quality index when chosing which transport to use for a subscription. 2008-04-22 20:53:22 +00:00
Andreas Öman
423349705e Add quality index for DVB muxes 2008-04-22 20:46:08 +00:00
Andreas Öman
0cd6b6d12f Add code for deleting a DVB mux (and transports) 2008-04-21 17:29:11 +00:00
Andreas Öman
69e7c77d42 Load adapters for which we have configuration but is not detected 2008-04-20 13:38:10 +00:00
Andreas Öman
d042b9d420 Fix transfer of events from XML-TV to mail event database 2008-04-19 14:52:09 +00:00
Andreas Öman
cf3c57a468 Add support for configuring method for commercial detection 2008-04-17 21:16:33 +00:00
Andreas Öman
0f86ee679c Add support for disabling a certain transport/service directly in the channel editor 2008-04-17 20:46:38 +00:00
Andreas Öman
6a324b7443 Add callback for returning transport source information in cleartext 2008-04-16 20:54:36 +00:00
Andreas Öman
ff70e88880 Add AJAX mailboxes for updating content asynchornously on the web ui. 2008-04-16 05:23:03 +00:00
Andreas Öman
548b023e76 Add min/max macros 2008-04-09 19:30:25 +00:00
Andreas Öman
2324265ee7 Remove one of the adapter statuses 2008-04-07 20:43:42 +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
5fe9339e0f Add support for DVB-S and LNB setup via voltage control and diseqc. 2008-03-30 18:36:12 +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
dd37b29ab0 ffmpeg include paths have changed 2008-02-25 09:40:52 +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
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
448fe2faf9 Replace the 'content guide' with a much more powerful search tab 2008-02-12 14:28:30 +00:00
Andreas Öman
b58371f4e8 Add content based TV guide in HTML interface 2008-02-10 20:01:29 +00:00
Andreas Öman
2e0c9fa636 Add support for content type for events.
This is (and will be) based on the content types described in EN 300 468

Still a lot to do
2008-02-10 15:11:02 +00:00
Andreas Öman
39c157b1af Add PCR recovery from TS sources and add PCR drift compensation to TS output 2008-02-10 12:26:22 +00:00
Andreas Öman
4a18583645 Fix h264 parser 2008-02-09 07:51:41 +00:00
Andreas Öman
b4593ffba3 Fix parsing of mpeg and ac3 audio 2008-02-08 13:46:34 +00:00
Andreas Öman
f0d06575db no need to explicitly configure RTSP server IP, instead deduce info from established http connection 2008-02-05 19:14:31 +00:00
Andreas Öman
9df2cfbe53 Add support for deliberate corruption of generated MPEG TS streams 2008-02-05 11:27:57 +00:00