tvheadend/src
2014-10-07 09:32:58 +02:00
..
api WEBUI: Add possibility to cancel HTTP and HTSP streaming connections 2014-10-06 17:35:24 +02:00
descrambler cwc: faster reconfigure 2014-10-05 16:46:32 +02:00
dvr epg: remove unused argument for epg_broadcast_find_by_id(), replace atoi() with strtoll() for 32-bit numbers 2014-10-05 21:22:31 +02:00
epggrab coverity fixes - fixed string copy 2014-10-03 22:06:37 +02:00
extra added capmt_ca 2009-12-16 07:20:39 +00:00
input mpegts network dvb: remove dead code (coverity) 2014-10-03 22:25:29 +02:00
misc another round of coverity fixes (mostly NULL checks) 2014-10-03 22:52:57 +02:00
muxer another round of coverity fixes (mostly NULL checks) 2014-10-03 22:52:57 +02:00
parsers parser latm: remove dead code (coverity) 2014-10-03 22:15:06 +02:00
plumbing globalheaders: fix again the wrong packet refcounting 2014-09-22 17:12:36 +02:00
timeshift timeshift: fix some coverity issues 2014-10-03 21:02:56 +02:00
webui WEBUI: Add possibility to cancel HTTP and HTSP streaming connections 2014-10-06 17:35:24 +02:00
access.c ACL, HTSP, HTTP: Added streaming connection limit per user 2014-10-06 16:33:22 +02:00
access.h ACL, HTSP, HTTP: Added streaming connection limit per user 2014-10-06 16:33:22 +02:00
api.c caclient: initial code to move cwc,capmt to idnode 2014-09-30 21:46:51 +02:00
api.h caclient: initial code to move cwc,capmt to idnode 2014-09-30 21:46:51 +02:00
atomic.h atomic: fix previous merge mistake 2013-02-15 11:24:04 +00:00
avahi.c avahi: improve shutdown sequence 2014-10-02 16:25:23 +02: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
bonjour.c tvheadend_webroot can be NULL 2014-06-02 16:08:01 +02:00
bonjour.h osx: introduce bonjour support 2014-06-01 16:21:25 +02:00
channels.c coverity fixes - fixed string copy 2014-10-03 22:06:37 +02:00
channels.h idnode: optimize idnodes (split to domains) 2014-09-22 17:08:14 +02:00
config.c config: fix another coverity NULL string issue in config_modify_dvr_log() 2014-10-03 23:07:37 +02:00
config.h channel: added support for getting icons from underlying services 2014-10-01 17:27:53 +02:00
cron.c cron: coverity chack for NULL string in cron_parse_val() 2014-10-03 15:45:04 +02:00
cron.h cron, internal epggrab: add multi-line cron support for internal epggrab 2014-07-07 16:41:52 +02:00
dbus.c dbus: fix a memory leak 2014-09-01 15:26:29 +02:00
dbus.h dbus: add -U,--dbus switch to manually enable the DBus interface 2014-08-18 14:22:46 +02:00
descrambler.h descrambler: move tvhcsa structure to the descrambler runtime 2014-10-02 15:39:25 +02:00
epg.c epg: remove unused argument for epg_broadcast_find_by_id(), replace atoi() with strtoll() for 32-bit numbers 2014-10-05 21:22:31 +02:00
epg.h epg: remove unused argument for epg_broadcast_find_by_id(), replace atoi() with strtoll() for 32-bit numbers 2014-10-05 21:22:31 +02:00
epgdb.c epg: more robust 32-bit object ID handling 2014-10-05 20:51:13 +02:00
epggrab.c epggrab: fix memory leaks on shutdown for opentv/pyepg/xmltv 2014-09-29 10:09:44 +02:00
epggrab.h epg: more robust 32-bit object ID handling 2014-10-05 20:51:13 +02:00
esfilter.c esfilter: remove dead code (coverity) 2014-10-03 17:14:37 +02:00
esfilter.h esfilter: add logical stream index, enhance the CA type filtering 2014-07-31 11:36:25 +02: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: fix possible buf overflow in fb_scandir() - coverity 2014-10-03 17:31:29 +02:00
filebundle.h Make filebundling code work with gcc 4.5 and older. 2012-09-14 12:14:40 +01:00
fsmonitor.c fsmonitor: coverity - fix variable access (beyond) 2014-10-03 15:02:39 +02:00
fsmonitor.h Graceful exit 2014-02-17 13:13:14 +01:00
hts_strtab.h util: allow conversion from strtab to htsmsg (suitable for idnode enum) 2014-06-09 22:08:38 +01:00
htsbuf.c htsbuf: add two missing va_end() calls to htsbuf_vqprintf() 2014-10-03 15:49:38 +02:00
htsbuf.h htsbuf: ensure that printf arguments are validated 2014-06-07 21:19:49 +01:00
htsmsg.c htsmsg: fix htsmsg_get_str_multi() - coverity 2014-10-03 22:50:52 +02:00
htsmsg.h comet events - an attempt to clean them 2014-09-08 16:48:59 +02: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 htsp server: fix missing tcp_connection_land() call, caused memory corruptions 2014-10-07 09:32:58 +02:00
htsp_server.h [htsp] add autorec support 2014-09-14 18:28:49 +02: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 WEBUI: Add possibility to cancel HTTP and HTSP streaming connections 2014-10-06 17:35:24 +02:00
http.h HTTP server: use cookie to remember the logout state 2014-09-16 15:03:11 +02:00
httpc.c httpc: coverity - used another variable in http_client_ssl_shutdown() 2014-10-03 17:43:43 +02:00
huffman.c huffman: remove wrong htsmsg_destroy() call (coverity) 2014-10-03 14:45:18 +02:00
huffman.h Try to make huffman decoder a bit more efficient. 2012-07-30 15:50:13 +01:00
idnode.c idnode: better check for p argument in idnode_get_display() - coverity 2014-10-03 18:47:52 +02:00
idnode.h idnode: optimize idnodes (split to domains) 2014-09-22 17:08:14 +02:00
imagecache.c imagecache: fix the url variable initialization for error path (coverity) 2014-10-03 14:49:01 +02:00
imagecache.h channel: added support for getting icons from underlying services 2014-10-01 17:27:53 +02:00
input.c comet events - an attempt to clean them 2014-09-08 16:48:59 +02:00
input.h Removed doubele enum definition tvh_input_stream_stats_scale_t and signal_status_scale_t 2014-08-18 20:12:32 +02:00
intlconv.c intlconv: Add some missing close calls (coverity) 2014-10-03 14:17:04 +02:00
intlconv.h intlconv: add intlconv_to_utf8() and use it in dvb_support.c also fixes #2319 2014-10-02 13:36:31 +02:00
lang_codes.c config: started to add the concept of a configuration version 2014-04-04 09:55:08 +01:00
lang_codes.h Graceful exit 2014-02-17 13:13:14 +01:00
lang_str.c dvr: rewrite to use the idnode system 2014-09-08 16:48:58 +02:00
lang_str.h dvr: rewrite to use the idnode system 2014-09-08 16:48:58 +02:00
libav.c libav: Use newer version of LIBAV. Patch by IRC user 'kvaster'. 2014-08-06 20:00:57 +02:00
libav.h libav: better libav version check for CODEC_ID -> AV_CODEC_ID transition #2 2014-08-06 21:05:31 +02:00
main.c descrambler: add constcw DES & AES clients 2014-10-02 08:40:01 +02:00
muxer.c muxer: Fix the preprocesor directive 2014-09-18 17:26:47 +02:00
muxer.h DVR: Remove dvr_flags and m_config.m_flags - use direct values 2014-09-11 11:54:56 +02: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 prop: add extra assert to prop_read_value() 2014-10-03 15:13:03 +02:00
prop.h descrambler: add constcw DES & AES clients 2014-10-02 08:40:01 +02:00
queue.h util: added a reverse insert (sorted) routine to TAILQ 2014-06-09 22:08:39 +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
rtsp.c RTSP: only skip leading zeros if the next character is also zero (fixes stream ID of 0) 2014-06-02 11:02:52 +01:00
service.c service: remove dead code (esf_service) - coverity 2014-10-03 17:17:24 +02:00
service.h channel: added support for getting icons from underlying services 2014-10-01 17:27:53 +02:00
service_mapper.c Streaming - add special streaming priority for all inputs (including IPTV) 2014-08-11 13:45:28 +02:00
service_mapper.h [servicemapper] reset stats when starting the mapper 2014-08-06 10:00:38 +02:00
settings.c settings: add another missing va_end() 2014-10-03 22:42:10 +02:00
settings.h config: started to add the concept of a configuration version 2014-04-04 09:55:08 +01:00
spawn.c config: add automatic backup at upgrade using 'tar cvjf' to <CFG>/backup directory 2014-09-08 16:48:59 +02:00
spawn.h config: add automatic backup at upgrade using 'tar cvjf' to <CFG>/backup directory 2014-09-08 16:48:59 +02:00
streaming.c Introduce SMT_GRACE message 2014-08-11 11:50:51 +02:00
streaming.h Use inline functions for the PID lookup optimizations 2014-03-07 20:35:20 +00:00
subscriptions.c subscriptions: reshuffle code in subscription_unlink_mux() - coverity 2014-10-03 17:15:56 +02:00
subscriptions.h subcriptions: reschedule - add the early retry scheme for the busy situations 2014-08-17 23:04:47 +02:00
tcp.c WEBUI: Add possibility to cancel HTTP and HTSP streaming connections 2014-10-06 17:35:24 +02:00
tcp.h WEBUI: Add possibility to cancel HTTP and HTSP streaming connections 2014-10-06 17:35:24 +02: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 simple memory leak 2014-10-03 09:54:24 +02:00
timeshift.h timeshift: fix atomic add problems on i386 2013-01-31 12:16:01 +00:00
trap.c trap: fix digest variable initialization (coverity) 2014-10-03 14:50:25 +02:00
trap.h Add more sofisticated fatal signal handlers 2009-12-01 21:25:53 +00:00
tvheadend.h linuxdvb: rotor - try to fix the grace calculation routine for USALS and negative longtitudes 2014-09-18 10:37:54 +02:00
tvhlog.c tvhlog: fixed thinko, add closelog() call 2014-10-06 09:51:50 +02:00
tvhlog.h tvhlog: fix the tvhlog_limit() plus linuxdvb quick-fix 2014-08-20 17:38:52 +02:00
tvhpoll.c Rewrite imagecache to use build-in http client (remove curl) 2014-05-05 22:00:35 +02:00
tvhpoll.h tvhpoll: added support (epoll) for auto-modifying poll entries 2013-11-24 20:34:38 +00:00
tvhtime.c Corrected build for android. 2014-08-16 15:54:08 +02:00
tvhtime.h util: fix typo if #ifndef protection, spotted by decke 2014-04-14 11:28:38 +01:00
udp.c udp: multipacket - add NULL checks 2014-07-07 19:54:34 +02:00
udp.h SAT>IP: allow to specify the local bind IP address 2014-05-22 16:02:53 +02:00
upnp.c Corrected ssize_t log printing. Cleanup. 2014-08-16 15:54:08 +02:00
upnp.h Add basic support for the UPnP protocol (client) 2014-05-05 22:00:35 +02:00
url.c url parser: fix regexp for minus sign (must be at the end of the regexp group) 2014-07-09 15:05:15 +02:00
url.h Make URL parser more dynamic 2014-05-05 22:00:35 +02:00
utils.c settings: coverity - possible buf overflow 2014-10-03 16:58:39 +02:00
uuid.c cwc: use better random values (coverity) 2014-10-03 21:12:31 +02:00
uuid.h cwc: use better random values (coverity) 2014-10-03 21:12:31 +02:00
wrappers.c coverity fixes - fixed string copy 2014-10-03 22:06:37 +02:00