tvheadend/src
2014-08-17 22:41:44 +02:00
..
api ACL: add missing src/api/api_access.c file 2014-08-16 23:56:59 +02:00
descrambler Corrected ssize_t log printing. Cleanup. 2014-08-16 15:54:08 +02:00
dvr dvr: fix the start and end time for post processor - fixes #1990 2014-08-14 16:22:57 +02:00
epggrab epggrab: remove epggrab_running check from _epggrab_socket_thread() 2014-08-15 12:27:41 +02:00
extra added capmt_ca 2009-12-16 07:20:39 +00:00
input mpegts: move active mux check to mpegts_mux_instance_start() 2014-08-17 22:41:44 +02:00
misc misc: fix and simplify string procesing bug 2013-06-23 14:27:14 +01:00
muxer muxers: handle ECONNRESET errno as end-of-stream 2014-07-07 16:40:47 +02:00
parsers Fix occasional audio stream not starting (bug #2172) 2014-08-01 16:57:26 +02:00
plumbing tsfix: Add a wait flag for the video dimensions 2014-08-11 17:58:03 +02:00
timeshift whitespace fix 2014-08-16 15:55:02 +02:00
webui ACL: rewrite to use idnode system... 2014-08-16 23:51:59 +02:00
access.c ACL: fix the channel tag list creation 2014-08-17 19:59:41 +02:00
access.h ACL: rewrite to use idnode system... 2014-08-16 23:51:59 +02:00
api.c ACL: rewrite to use idnode system... 2014-08-16 23:51:59 +02:00
api.h ACL: rewrite to use idnode system... 2014-08-16 23:51:59 +02:00
atomic.h atomic: fix previous merge mistake 2013-02-15 11:24:04 +00:00
avahi.c tvhthread_create() - remove detach argument 2014-07-07 17:18:37 +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 idnode: handle short uuid identifiers better 2014-08-15 20:06:06 +02:00
channels.h ACL: Many improvements 2014-08-11 17:54:55 +02:00
config.c ACL: rewrite to use idnode system... 2014-08-16 23:51:59 +02:00
config.h config: started to add the concept of a configuration version 2014-04-04 09:55:08 +01:00
cron.c FreeBSD 1/X - Fix compiler errors 2014-07-30 15:46:18 +01: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 write() compilation error 2014-08-11 21:20:32 +02:00
dbus.h dbus: fix some compilation errors 2014-08-11 21:11:48 +02:00
descrambler.h descrambler: show "cannot decode packets" message as error once a time 2014-08-08 17:28:39 +02: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 epg: another skel leak fixed 2014-08-05 22:22:56 +02:00
epg.h WebUI: Add programme duration filtering 2014-07-07 17:27:02 +01:00
epgdb.c Fixes for graceful exit patch 2014-03-05 15:03:50 +01:00
epggrab.c epggrab: add back channel_reicon to epggrab_save() 2014-07-09 15:31:22 +02:00
epggrab.h epggrab: ota - improve save caching and add no data timeout 2014-07-30 12:09:41 +02:00
esfilter.c idnode: handle short uuid identifiers better 2014-08-15 20:06:06 +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 bundle: fix memory leak spotted by EricV 2014-04-17 17:35:30 +01:00
filebundle.h Make filebundling code work with gcc 4.5 and older. 2012-09-14 12:14:40 +01:00
fsmonitor.c tvhthread_create() - remove detach argument 2014-07-07 17:18:37 +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 Fix some memory leaks in parse_avc.c and mkmux.c 2014-03-14 21:04:15 +01:00
htsbuf.h htsbuf: ensure that printf arguments are validated 2014-06-07 21:19:49 +01:00
htsmsg.c htsmsg_field_find - protect for NULL arguments 2014-06-18 23:41:59 +02: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 Corrected build for android. 2014-08-16 15:54:08 +02:00
htsp_server.h tcp: bind http and htsp ports before setting uid / gid - fixes#2190 2014-08-13 15:09:38 +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 http: improve the error logging 2014-08-15 12:25:44 +02:00
http.h tcp: bind http and htsp ports before setting uid / gid - fixes#2190 2014-08-13 15:09:38 +02:00
httpc.c Corrected build for android. 2014-08-16 15:54:08 +02: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: fix the short uuid check in idnode_insert() 2014-08-16 19:32:48 +02:00
idnode.h idnode: handle short uuid identifiers better 2014-08-15 20:06:06 +02:00
imagecache.c tvhthread_create() - remove detach argument 2014-07-07 17:18:37 +02:00
imagecache.h Graceful exit 2014-02-17 13:13:14 +01:00
input.c idnode: handle short uuid identifiers better 2014-08-15 20:06:06 +02:00
input.h Cleanup, fixes and improvements of linuxdvb frontend statistics code, 2014-08-01 14:39:42 +02:00
intlconv.c dvr: Try to autodetect the UTF-8 filesystem charset 2014-05-28 19:27:15 +02:00
intlconv.h dvr: Try to autodetect the UTF-8 filesystem charset 2014-05-28 19:27:15 +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 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 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 Corrected build for android. 2014-08-16 15:54:08 +02:00
muxer.c Corrected build for android. 2014-08-16 15:54:08 +02:00
muxer.h muxers: handle ECONNRESET errno as end-of-stream 2014-07-07 16:40:47 +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 ACL: rewrite to use idnode system... 2014-08-16 23:51:59 +02:00
prop.h ACL: rewrite to use idnode system... 2014-08-16 23:51:59 +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 idnode: handle short uuid identifiers better 2014-08-15 20:06:06 +02:00
service.h Streaming - add special streaming priority for all inputs (including IPTV) 2014-08-11 13:45:28 +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 - use alloca() in hts_settings_makedirs() 2014-07-12 22:37:47 +02:00
settings.h config: started to add the concept of a configuration version 2014-04-04 09:55:08 +01:00
spawn.c Corrected build for android. 2014-08-16 15:54:08 +02:00
spawn.h Ensure PyEPG does not appear in basic list unless its installed. 2012-09-14 12:02:39 +01: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_reschedule: fix the timer value 2014-08-12 22:39:25 +02:00
subscriptions.h Streaming - add special streaming priority for all inputs (including IPTV) 2014-08-11 13:45:28 +02:00
tcp.c capmt: do properly the reconnection, fix another mutex bug - fixes #2227 2014-08-14 15:48:26 +02:00
tcp.h tcp: bind http and htsp ports before setting uid / gid - fixes#2190 2014-08-13 15:09:38 +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 Remove PRIsize_t, PRIssize_t and PRIoff_t 2014-08-01 11:55:52 +02:00
timeshift.h timeshift: fix atomic add problems on i386 2013-01-31 12:16:01 +00:00
trap.c osx: initial support for OS X 2014-05-26 17:59:33 +02: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 Corrected build for android. 2014-08-16 15:54:08 +02:00
tvhlog.c tcp: bind http and htsp ports before setting uid / gid - fixes#2190 2014-08-13 15:09:38 +02:00
tvhlog.h Corrected build for android. 2014-08-16 15:54:08 +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 fix building on OS X and FreeBSD 2014-06-10 18:03:50 +02:00
uuid.c rename uuid_t to tvh_uuid_t 2014-05-26 17:57:34 +02:00
uuid.h rename uuid_t to tvh_uuid_t 2014-05-26 17:57:34 +02:00
wrappers.c tvhthread_create() - remove detach argument 2014-07-07 17:18:37 +02:00