tvheadend/src
Adam Sutton 143c33f15b queue: mod to TAILQ_MOVE to ensure empty Q is properly copied/init
This mirrors a change that Andreas had already made in the showtime copy.
2014-04-04 09:55:07 +01:00
..
api Graceful exit 2014-02-17 13:13:14 +01:00
descrambler Merge remote-tracking branch 'origin/pr/329' 2014-03-05 16:22:03 +00:00
dvr muxer dvr: fix configuration passing to reduce potential for error 2014-03-21 14:56:46 +00:00
epggrab Obvious typo fixes 2014-03-17 10:34:46 +01:00
extra added capmt_ca 2009-12-16 07:20:39 +00:00
http misc: fix a bunch of shutdown error messages that are irrelevant 2014-03-18 21:46:11 +00:00
input iptv: fix service config saving 2014-03-21 14:27:07 +00:00
misc misc: fix and simplify string procesing bug 2013-06-23 14:27:14 +01:00
muxer muxer dvr: fix configuration passing to reduce potential for error 2014-03-21 14:56:46 +00:00
parsers Merge remote-tracking branch 'origin/pr/344' 2014-03-14 22:28:38 +00:00
plumbing transcoding: fixed compilation on ubuntu 14.04 2014-01-17 13:53:43 +01:00
timeshift Fix some typos and compilation errors (TRACE disabled) 2014-03-09 18:59:12 +01:00
webui muxer dvr: fix configuration passing to reduce potential for error 2014-03-21 14:56:46 +00:00
access.c add option to only allow user to access the tag that matches username 2014-03-07 11:11:27 +04:00
access.h add option to only allow user to access the tag that matches username 2014-03-07 11:11:27 +04:00
api.c Graceful exit 2014-02-17 13:13:14 +01:00
api.h Graceful exit 2014-02-17 13:13:14 +01:00
atomic.h atomic: fix previous merge mistake 2013-02-15 11:24:04 +00:00
avahi.c Fixes for graceful exit patch 2014-03-05 15:03:50 +01:00
avahi.h Graceful exit 2014-02-17 13:13:14 +01: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 Fix the service <-> channel mapping editor #3 2014-03-17 10:06:03 +01:00
channels.h Graceful exit 2014-02-17 13:13:14 +01:00
config2.c Graceful exit 2014-02-17 13:13:14 +01:00
config2.h Graceful exit 2014-02-17 13:13:14 +01:00
descrambler.h Graceful exit 2014-02-17 13:13:14 +01:00
dtable.c Graceful exit 2014-02-17 13:13:14 +01:00
dtable.h Graceful exit 2014-02-17 13:13:14 +01:00
epg.c Graceful exit 2014-02-17 13:13:14 +01:00
epg.h Graceful exit 2014-02-17 13:13:14 +01:00
epgdb.c Fixes for graceful exit patch 2014-03-05 15:03:50 +01:00
epggrab.c Graceful exit 2014-02-17 13:13:14 +01:00
epggrab.h Graceful exit 2014-02-17 13:13:14 +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 zlib: fix error on partial compression of files. Fixes #1902. 2014-01-01 12:48:39 +00:00
filebundle.h Make filebundling code work with gcc 4.5 and older. 2012-09-14 12:14:40 +01:00
fsmonitor.c Add missing fsmonitor_done() for undefined ENABLE_INOTIFY 2014-03-17 14:31:18 +01:00
fsmonitor.h Graceful exit 2014-02-17 13:13:14 +01:00
hts_strtab.h constify strtab 2013-03-31 13:18:10 +02:00
htsbuf.c Fix some memory leaks in parse_avc.c and mkmux.c 2014-03-14 21:04:15 +01:00
htsbuf.h Fix some memory leaks in parse_avc.c and mkmux.c 2014-03-14 21:04:15 +01:00
htsmsg.c htsmsg: add routine to convert a list to a CSV string 2013-09-16 21:39:12 +01:00
htsmsg.h htsmsg: add routine to convert a list to a CSV string 2013-09-16 21:39:12 +01:00
htsmsg_binary.c - Fix memory leak - in case htmsg_binary_des0 return's something < 0, n and f was not free'd 2013-06-30 21:09:09 +02: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 Merge remote-tracking branch 'origin/pr/344' 2014-03-14 22:28:38 +00:00
htsp_server.h Graceful exit 2014-02-17 13:13:14 +01: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 Graceful exit 2014-02-17 13:13:14 +01:00
http.h Graceful exit 2014-02-17 13:13:14 +01: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 prop: make it possible for child classes to override parent props 2014-03-18 21:46:11 +00:00
idnode.h Graceful exit 2014-02-17 13:13:14 +01:00
imagecache.c misc: fix a bunch of shutdown error messages that are irrelevant 2014-03-18 21:46:11 +00:00
imagecache.h Graceful exit 2014-02-17 13:13:14 +01:00
input.c linuxdvb: added dynamic and combi DVB tuner support 2014-01-11 00:27:00 +00:00
input.h linuxdvb: added dynamic and combi DVB tuner support 2014-01-11 00:27:00 +00:00
lang_codes.c Graceful exit 2014-02-17 13:13:14 +01:00
lang_codes.h Graceful exit 2014-02-17 13:13:14 +01:00
lang_str.c Graceful exit 2014-02-17 13:13:14 +01:00
lang_str.h Graceful exit 2014-02-17 13:13:14 +01:00
libav.c transcoding: added initial support for vorbis. might suffer from sync problems when frames are dropped earlier in the pipe line 2013-07-17 16:26:48 +02:00
libav.h libav: fixed compiling issues with more recent versions of libavcodec 2013-06-07 13:11:09 +02:00
main.c Fix the subscription_done() call 2014-03-14 21:05:18 +01:00
muxer.c muxer dvr: fix configuration passing to reduce potential for error 2014-03-21 14:56:46 +00:00
muxer.h muxer dvr: fix configuration passing to reduce potential for error 2014-03-21 14:56:46 +00: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 prop: make it possible for child classes to override parent props 2014-03-18 21:46:11 +00:00
prop.h idnode prop: make it possible for child classes to override parent props 2014-03-18 21:46:11 +00:00
queue.h queue: mod to TAILQ_MOVE to ensure empty Q is properly copied/init 2014-04-04 09:55:07 +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 Fix the service <-> channel mapping editor #3 2014-03-17 10:06:03 +01:00
service.h Use inline functions for the PID lookup optimizations 2014-03-07 20:35:20 +00:00
service_mapper.c Merge remote-tracking branch 'origin/pr/352' 2014-03-18 21:45:18 +00:00
service_mapper.h Changed service_mapper_notify() origin==NULL behaviour 2014-03-17 10:37:27 +01:00
settings.c Graceful exit 2014-02-17 13:13:14 +01:00
settings.h Graceful exit 2014-02-17 13:13:14 +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 Fix the sp_reject_filter logic 2014-03-18 17:50:54 +01:00
streaming.h Use inline functions for the PID lookup optimizations 2014-03-07 20:35:20 +00:00
subscriptions.c Remove waiting subscriptions in subscription_done() 2014-03-15 23:35:59 +01:00
subscriptions.h Graceful exit 2014-02-17 13:13:14 +01:00
tcp.c Fixes for graceful exit patch 2014-03-05 15:03:50 +01:00
tcp.h Graceful exit 2014-02-17 13:13:14 +01: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 debug: added extra debug for deep analysis of packet handling 2014-03-04 09:03:30 +00:00
timeshift.h timeshift: fix atomic add problems on i386 2013-01-31 12:16:01 +00:00
trap.c build: typecast NGREG to int 2014-03-04 15:22:45 +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 The sbuf allocation cleanups 2014-03-14 21:10:51 +01:00
tvhlog.c Graceful exit 2014-02-17 13:13:14 +01:00
tvhlog.h Graceful exit 2014-02-17 13:13:14 +01:00
tvhpoll.c tvhpoll: added support (epoll) for auto-modifying poll entries 2013-11-24 20:34:38 +00:00
tvhpoll.h tvhpoll: added support (epoll) for auto-modifying poll entries 2013-11-24 20:34:38 +00:00
tvhtime.c stime(2) is only available on Linux so make it optional. 2013-05-31 14:19:25 +01:00
tvhtime.h tvhtime: start adding time processing support to TVH 2013-02-15 10:24:41 +00:00
url.c url: minor correction based on suggestion from MinGyoon 2014-03-21 14:30:31 +00:00
url.h util iptv: add support for using liburiparser 2013-11-24 20:34:39 +00:00
utils.c The sbuf allocation cleanups 2014-03-14 21:10:51 +01:00
wrappers.c Merge remote-tracking branch 'origin/pr/329' 2014-03-05 16:22:03 +00:00