tvheadend/src
Adam Sutton 70623879dc linuxdvb: initial satconf structure
This is mostly the initial boiler plate just to get me started it doesn't
actually do anything useful yet.
2013-06-14 17:35:26 +01:00
..
descrambler service: trying to sort the service saving 2013-05-31 21:45:29 +01:00
dvr dvr: attempt to stop new DVR code creating false entries 2013-04-10 11:45:32 +01:00
epggrab Merge remote-tracking branch 'origin/dvbnetworks' into feature/dvb-rewrite 2013-04-23 17:31:24 +01:00
extra added capmt_ca 2009-12-16 07:20:39 +00:00
input linuxdvb: initial satconf structure 2013-06-14 17:35:26 +01:00
misc Re-apply previous fix to JSON escape processing required by opentv config files. 2012-11-21 21:34:31 +00:00
muxer Major reworking of the input system 2013-04-25 18:48:48 +01:00
parsers mpegts: started to add the generic mpegts code 2013-04-26 10:27:37 +01:00
plumbing Major reworking of the input system 2013-04-25 18:48:48 +01:00
timeshift Fix some printing errors. 2013-04-10 14:58:13 +01:00
webui webui: use the same editor field constructor for the grid view 2013-06-12 12:08:26 +01:00
access.c access: add new option to override all ACL 2013-02-04 11:05:35 +00:00
access.h access: add new option to override all ACL 2013-02-04 11:05:35 +00:00
atomic.h atomic: fix previous merge mistake 2013-02-15 11:24:04 +00:00
avahi.c main: rewrite of command line processing. 2013-01-08 16:27:23 +00:00
avahi.h The HTSP service is now announced via AVAHI (mDNS service discovery) 2009-08-10 19:06:16 +00:00
avg.c Make tvheadend stand on its own configure and build system. 2009-03-25 20:49:50 +00:00
avg.h Make tvheadend stand on its own configure and build system. 2009-03-25 20:49:50 +00:00
channels.c Major reworking of the input system 2013-04-25 18:48:48 +01:00
channels.h Add option to manually create a new channel entry. 2012-09-23 21:59:10 +01:00
config2.c timeshift: reworked the configuration 2013-01-09 21:26:52 +00:00
config2.h timeshift: reworked the configuration 2013-01-09 21:26:52 +00:00
descrambler.h service: trying to sort the service saving 2013-05-31 21:45:29 +01:00
dtable.c Rename tvhead.h -> tvheadend.h 2010-11-29 19:25:24 +00:00
dtable.h Keep CWC in a separate lock domain to avoid waiting for global_lock 2011-01-25 22:58:00 +01:00
epg.c dvr/epg: added some more debug (trace) to look at what might be going on 2013-04-07 14:01:59 +01:00
epg.h epgdb: some simplifications and corrections to the epg periodic save 2013-03-08 10:45:00 +00:00
epgdb.c epgdb: some simplifications and corrections to the epg periodic save 2013-03-08 10:45:00 +00:00
epggrab.c linuxdvb: started to work on linuxdvb code. 2013-05-21 20:06:30 +01:00
epggrab.h Merge remote-tracking branch 'origin/dvbnetworks' into feature/dvb-rewrite 2013-04-23 17:31:24 +01:00
file.c Move the reading from file descriptor into generic routine as I intend to reuse this function in the new EPG code. 2012-06-19 11:56:39 +01:00
file.h Move the reading from file descriptor into generic routine as I intend to reuse this function in the new EPG code. 2012-06-19 11:56:39 +01:00
filebundle.c filebundle: follow symlinks on the local filesystem 2013-06-04 11:13:49 +01:00
filebundle.h Make filebundling code work with gcc 4.5 and older. 2012-09-14 12:14:40 +01:00
hts_strtab.h constify strtab 2013-03-31 13:18:10 +02:00
htsbuf.c dont use variables that goes out of scope 2013-01-08 20:38:22 +01:00
htsbuf.h Upgrade htsmsg code from Showtime's codebase 2012-11-19 14:50:16 +01:00
htsmsg.c Merge remote-tracking branch 'origin/dvbnetworks' into feature/dvb-rewrite 2013-04-23 17:31:24 +01:00
htsmsg.h Merge remote-tracking branch 'origin/dvbnetworks' into feature/dvb-rewrite 2013-04-23 17:31:24 +01:00
htsmsg_binary.c Make tvheadend stand on its own configure and build system. 2009-03-25 20:49:50 +00:00
htsmsg_binary.h Make tvheadend stand on its own configure and build system. 2009-03-25 20:49:50 +00:00
htsmsg_json.c Add bool type to htsmsg + json parser 2013-02-07 23:43:04 +01:00
htsmsg_json.h Upgrade htsmsg code from Showtime's codebase 2012-11-19 14:50:16 +01:00
htsmsg_xml.c Updated htsmsg support with a few extra support routines and corrected a mistake in the XML attrib support routine. 2012-09-21 10:36:19 +01:00
htsmsg_xml.h Some additional XML helpers. 2012-07-30 13:34:22 +01:00
htsp_server.c Major reworking of the input system 2013-04-25 18:48:48 +01:00
htsp_server.h Allow binding address to be specified via --bindaddr flag. 2013-02-16 16:01:34 -06:00
htsstr.c Add multi-lingual support to the EPG. Fixes #227. 2012-08-21 14:57:52 +01:00
htsstr.h Add multi-lingual support to the EPG. Fixes #227. 2012-08-21 14:57:52 +01:00
http.c Merge remote-tracking branch 'origin/dvbnetworks' into feature/dvb-rewrite 2013-04-23 17:31:24 +01:00
http.h Allow binding address to be specified via --bindaddr flag. 2013-02-16 16:01:34 -06:00
huffman.c Try to make huffman decoder a bit more efficient. 2012-07-30 15:50:13 +01:00
huffman.h Try to make huffman decoder a bit more efficient. 2012-07-30 15:50:13 +01:00
idnode.c idnode: add function to check if node is instance of a class 2013-06-14 17:35:26 +01:00
idnode.h idnode: add function to check if node is instance of a class 2013-06-14 17:35:26 +01:00
imagecache.c Fix #1574 - imagecache: add option to ignore all invalid SSL certificates 2013-02-07 21:29:40 +00:00
imagecache.h imagecache: fix problem with imagecaching in the UI display 2013-02-20 11:55:13 +00:00
input.h mpegts: some further updates to get things working properly 2013-05-01 09:46:06 +01:00
lang_codes.c add greek language to language codes list 2012-12-27 20:12:28 +02:00
lang_codes.h webui: added new component ItemSelector to select default language(s) 2012-09-17 14:59:42 +01:00
lang_str.c Add multi-lingual support to the EPG. Fixes #227. 2012-08-21 14:57:52 +01:00
lang_str.h Add multi-lingual support to the EPG. Fixes #227. 2012-08-21 14:57:52 +01:00
libav.c dvr: added initial support for libavformat muxing 2013-01-07 19:52:48 +01:00
libav.h dvr: added initial support for libavformat muxing 2013-01-07 19:52:48 +01:00
main.c tvhlog: add option to display the thread ID in log messages 2013-06-08 12:49:54 +01:00
muxer.c http streaming: added a 'raw' container that works just like the passthrough muxer, but doesn't inject pmt/pat 2013-01-09 16:37:31 +01:00
muxer.h http streaming: added a 'raw' container that works just like the passthrough muxer, but doesn't inject pmt/pat 2013-01-09 16:37:31 +01:00
muxes.c Fix open file handle bug and reduce mux config scan depth. Fixes #1325. 2012-10-15 10:48:30 +01:00
muxes.h Fix some possible compile problems. Found with more strict gcc variants. Fixes #1086. 2012-08-21 19:48:05 +01:00
notify.c Add notify_reload() helper 2012-10-18 11:04:45 +02:00
notify.h Add notify_reload() helper 2012-10-18 11:04:45 +02:00
packet.c Rename tvhead.h -> tvheadend.h 2010-11-29 19:25:24 +00:00
packet.h timeshift: early prototype of the new timeshift feature. 2013-01-09 21:26:51 +00:00
parsers.h HTSP: Include video frame duration in streamingStart message 2012-10-25 13:06:05 +02:00
prop.c idnode: add function to check if node is instance of a class 2013-06-14 17:35:26 +01:00
prop.h idnode: massive cleanup 2013-06-11 20:18:04 +01:00
queue.h Partial revert of previous multi-key update. I have decided to leave it to the upstream data providers to fix this (which still makes it my problem) but I have kept some of the simplifications added as part of the previous update. 2012-07-30 15:47:54 +01:00
redblack.h Fix a bug causing tree first / last convenience pointers to be incorrect upon last node removal. 2009-07-16 18:40:33 +00:00
service.c idnode: Updated all objects to new idnode/prop API 2013-06-11 20:29:02 +01:00
service.h service: trying to sort the service saving 2013-05-31 21:45:29 +01:00
serviceprobe.c Major reworking of the input system 2013-04-25 18:48:48 +01:00
serviceprobe.h Rename transport -> service 2010-11-29 20:06:52 +00:00
settings.c Merge remote-tracking branch 'origin/dvbnetworks' into feature/dvb-rewrite 2013-04-23 17:31:24 +01:00
settings.h Merge remote-tracking branch 'origin/dvbnetworks' into feature/dvb-rewrite 2013-04-23 17:31:24 +01:00
spawn.c Issue #1454 - init strtok_r() state ptrs, older gcc whinges. 2012-12-13 21:29:22 +00:00
spawn.h Ensure PyEPG does not appear in basic list unless its installed. 2012-09-14 12:02:39 +01:00
streaming.c streaming: assert to catch errnoneous linkage 2013-06-09 12:01:36 +01:00
streaming.h added pmt pid to streaming_start 2012-10-24 14:22:00 +02:00
subscriptions.c service: fix mistake causing service startup to report incorrectly. 2013-04-30 15:10:45 +01:00
subscriptions.h Major reworking of the input system 2013-04-25 18:48:48 +01:00
tcp.c Merge remote-tracking branch 'origin/pr/247' 2013-02-21 15:52:06 +00:00
tcp.h Allow binding address to be specified via --bindaddr flag. 2013-02-16 16:01:34 -06:00
test.c WIP: messing about with idnode/prop stuff. 2013-04-24 16:39:36 +01:00
test.h WIP: messing about with idnode/prop stuff. 2013-04-24 16:39:36 +01:00
timeshift.c timeshift: fix atomic add problems on i386 2013-01-31 12:16:01 +00:00
timeshift.h timeshift: fix atomic add problems on i386 2013-01-31 12:16:01 +00:00
trap.c [PR-172] Fix compilatioin issues on OpenWRT 2012-10-31 13:58:18 +00:00
trap.h Add more sofisticated fatal signal handlers 2009-12-01 21:25:53 +00:00
tvadapters.c Major reworking of the input system 2013-04-25 18:48:48 +01:00
tvadapters.h Initial work on DVB hw tree 2013-04-23 15:46:43 +02:00
tvheadend.h linuxdvb: updated tuning/pid filtering code 2013-06-01 23:03:17 +01:00
tvhlog.c tvhlog: add option to display the thread ID in log messages 2013-06-08 12:49:54 +01:00
tvhlog.h tvhlog: add option to display the thread ID in log messages 2013-06-08 12:49:54 +01:00
tvhtime.c Fixes the implicit declaration of function 'llabs' warning when using older gcc versions 2013-04-13 17:59:53 +02:00
tvhtime.h tvhtime: start adding time processing support to TVH 2013-02-15 10:24:41 +00:00
utils.c mpegts: starting to get table input working for tsfile 2013-04-27 20:00:10 +01:00
wrappers.c Lots more reworking and organisation 2013-04-26 15:10:07 +01:00