tvheadend/src
2015-04-16 08:29:15 +02:00
..
api dvb: fix ENABLE_MPEGTS_DVB for dvb/orbitalpos/list, fixes #2683 2015-02-17 11:24:32 +01:00
descrambler Introduce DVB CA support 2015-04-16 08:29:15 +02:00
dvr Fix dvr_autorec_create_htsp to actually use "fulltext" parameter and not to always set fulltext to "1". 2015-04-15 18:23:05 +02:00
epggrab Remove extra characters in title of skynz provider and set skynz lang to eng 2015-04-09 12:03:14 +02:00
extra added capmt_ca 2009-12-16 07:20:39 +00:00
input Introduce DVB CA support 2015-04-16 08:29:15 +02:00
misc another round of coverity fixes (mostly NULL checks) 2014-10-03 22:52:57 +02:00
muxer mpegts pass muxer: recode the PAT rewritter to use psi library functions 2015-03-25 13:56:52 +01:00
parsers coverity fixes... 2015-03-22 21:01:10 +01:00
plumbing transcoding: set AVFrame format, width and height, fixes #2763 2015-04-15 18:17:39 +02:00
satip Fixed include guard of src/satip/server.h 2015-04-15 18:16:27 +02:00
timeshift config: fix the load order for the early config access 2015-03-18 00:06:41 +01:00
webui simpleui: fix search, fixes #2753 2015-04-01 10:37:26 +02:00
access.c cosmetic: remove old tvh_strlcatf() and rename tvh_strlcatf2() as tvh_strlcatf() 2015-04-01 10:27:15 +02:00
access.h ACL: add "All DVR (rw)" to delete a DVR entry. 2015-02-04 17:53:09 +01:00
api.c bouquet,fastscan: initial implementation 2014-11-08 21:05:37 +01:00
api.h bouquet,fastscan: initial implementation 2014-11-08 21:05:37 +01:00
atomic.h mpegts table: use atomic refcounting 2014-11-12 10:35:33 +01: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
bouquet.c bouquet: save bouquet on name change 2015-02-05 17:56:42 +01:00
bouquet.h bouquet: do not map disabled services, fixes #2525 2014-12-04 14:11:23 +01:00
channels.c epg: allow epg source to be set with auto epg channel unchecked 2015-03-25 15:16:32 +01:00
channels.h epggrab: allow updating channel name/number/icon Allow epg grabber to update channel name, number, and/or icon if "Update Channel name", "Update channel number", and/or "Update channel icon" are set in "EPG Grabber" -> "General Config". 2015-03-22 15:51:25 +01:00
config.c coverity fixes... 2015-03-22 21:01:10 +01:00
config.h config.h - include unistd to resolve git_t dependency 2015-03-23 20:10:06 +01: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 mpegts: optimize the data patch (join MPEG-TS packets for processing) 2015-03-17 09:52:53 +01:00
epg.c cosmetic: remove old tvh_strlcatf() and rename tvh_strlcatf2() as tvh_strlcatf() 2015-04-01 10:27:15 +02:00
epg.h - duplicate handling fixes according to pull comments 2015-03-09 16:18:54 +01:00
epgdb.c coverity fixes.... 2014-11-10 14:25:14 +01:00
epggrab.c epggrab: set minimal epggrab_epgdb_periodicsave value to 3600, fixes #2765 2015-04-09 12:02:33 +02:00
epggrab.h epggrab: allow updating channel name/number/icon Allow epg grabber to update channel name, number, and/or icon if "Update Channel name", "Update channel number", and/or "Update channel icon" are set in "EPG Grabber" -> "General Config". 2015-03-22 15:51:25 +01:00
esfilter.c esfilter: rename ONCE to ONE_TIME, improve doc 2015-01-26 15:00:04 +01:00
esfilter.h esfilter: rename ONCE to ONE_TIME, improve doc 2015-01-26 15:00:04 +01:00
file.c spawn: remove spawn_and_store_stdout() 2014-11-17 14:57:46 +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: try to fix build error for older zlib.. #3 2015-01-24 20:58:57 +01:00
filebundle.h Make filebundling code work with gcc 4.5 and older. 2012-09-14 12:14:40 +01:00
fsmonitor.c spawn: more CLOEXEC fixes 2014-11-17 22:01:33 +01: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 streaming profile: allow configuratible timeout and restart, fixes #2368 2014-10-14 11:08:23 +02:00
htsmsg.h streaming profile: allow configuratible timeout and restart, fixes #2368 2014-10-14 11:08:23 +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 xml parser: skip UTF-8 BOM header, fixes #2644 2015-01-27 11:48:03 +01:00
htsmsg_xml.h Some additional XML helpers. 2012-07-30 13:34:22 +01:00
htsp_server.c revert previous change 2015-04-15 18:15:07 +02:00
htsp_server.h add satpos and subsription status 2015-04-15 18:14:16 +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: add protocol version and command to dump_request() 2015-04-02 12:02:13 +02:00
http.h http: optimize tcp_get_ip_str() calls for the peer ip addr 2015-03-23 15:47:42 +01:00
httpc.c httpc: add more traces 2015-01-13 16:31:48 +01: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 coverity fixes... 2015-03-22 21:01:10 +01:00
idnode.h SAT>IP Server: Finish service descrambling 2015-03-13 19:26:07 +01:00
imagecache.c imagecache: fix global mutex deadlock 2014-11-28 14:20:06 +01:00
imagecache.h imagecache: allow to clean the image cache through General Configuration tab 2014-10-21 13:36:16 +02:00
input.c linuxdvb: fix the signal strenght / dB(m) calculations 2015-03-11 21:41:13 +01:00
input.h Remove MPEGPS/V4L support 2015-03-23 16:39:35 +01:00
intlconv.c Fixed iconv handle type 2014-11-19 13:04:54 +01: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 lang codes: add syn 2015-03-27 12:53:15 +01:00
lang_codes.h Graceful exit 2014-02-17 13:13:14 +01:00
lang_str.c - duplicate handling fixes according to pull comments 2015-03-09 16:18:54 +01:00
lang_str.h - duplicate handling fixes according to pull comments 2015-03-09 16:18:54 +01:00
libav.c AAC fixes (ADTS header) in transcoder and libav muxer 2014-10-17 17:25:59 +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
lock.c lock: posix needs fcntl.h 2015-01-13 18:52:03 +01:00
lock.h create <CFG>/.lock file to protect sharing config directory 2014-12-04 17:11:18 +01:00
main.c main: fix build using --disable-satip_server 2015-03-22 21:02:19 +01:00
muxer.c profile: add matroska/mpegts muxers from libav 2015-01-24 21:55:01 +01:00
muxer.h mpegts pass muxer: add possibility to rewrite/filter SDT and EIT tables, fixes #2043 2015-03-25 12:35:12 +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 H264 parser: add the rest of frame (after 01Ex start code), fixes#2482 2014-11-22 22:07:36 +01:00
packet.h parsers: AAC - better handle SBR extension 2015-02-11 20:59:34 +01:00
parsers.h HTSP: Include video frame duration in streamingStart message 2012-10-25 13:06:05 +02:00
profile.c mpegts pass muxer: add possibility to rewrite/filter SDT and EIT tables, fixes #2043 2015-03-25 12:35:12 +01:00
profile.h SAT>IP Server: more work on the descrambling 2015-03-13 10:18:52 +01:00
prop.c prop: skip completely the PT_NONE variables, fixes #2601 2015-01-14 20:58:23 +01:00
prop.h mpegts dvb: implement last seen, fixes #2528 2014-12-02 20:52:26 +01:00
queue.h SAT>IP Server: Finish service descrambling 2015-03-13 19:26: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
rtsp.c coverity fixes... 2015-03-22 21:01:10 +01:00
service.c SAT>IP Server: more work on the descrambling 2015-03-13 10:18:52 +01:00
service.h SAT>IP Server: more work on the descrambling 2015-03-13 10:18:52 +01:00
service_mapper.c capmt: extend log for subscription 2015-03-23 09:35:57 +01:00
service_mapper.h bouquets: add noname, no channel, channel tag options 2014-11-08 21:05:38 +01:00
settings.c config: fix the load order for the early config access 2015-03-18 00:06:41 +01:00
settings.h config: started to add the concept of a configuration version 2014-04-04 09:55:08 +01:00
spawn.c avoid leaving dangling children by killing spawned processes recursively 2015-04-09 15:14:06 +02:00
spawn.h spawn: move argument parser from iptv_pipe 2014-12-01 17:03:28 +01:00
streaming.c streaming: msg_free - allow NULL ptr as input 2014-10-24 18:03:28 +02:00
streaming.h parsers: AAC - better handle SBR extension 2015-02-11 20:59:34 +01:00
subscriptions.c cosmetic: remove old tvh_strlcatf() and rename tvh_strlcatf2() as tvh_strlcatf() 2015-04-01 10:27:15 +02:00
subscriptions.h subscription: cleanup for the subscription type selection 2015-03-13 10:36:31 +01:00
tcp.c SAT>IP server: fix the tuner configuration 2015-03-11 21:41:13 +01:00
tcp.h tcp: add IP_PORT_SET() macro 2015-03-11 21:41:12 +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 timeshift: add 'use only RAM' option 2015-01-19 21:31:18 +01:00
timeshift.h timeshift: add 'use only RAM' option 2015-01-19 21:31:18 +01: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
tvh_endian.h mpegts: optimize the data patch (join MPEG-TS packets for processing) 2015-03-17 09:52:53 +01:00
tvheadend.h add satpos and subsription status 2015-04-15 18:14:16 +02:00
tvhlog.c cosmetic: remove old tvh_strlcatf() and rename tvh_strlcatf2() as tvh_strlcatf() 2015-04-01 10:27:15 +02:00
tvhlog.h tvhlog: fix the tvhlog_limit() plus linuxdvb quick-fix 2014-08-20 17:38:52 +02:00
tvhpoll.c tvhpoll: cosmetic chage for cppcheck 2014-12-06 16:30:47 +01: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 coverity fixes... 2015-03-22 21:01:10 +01:00
udp.h UDP: rearrange udp_connect/udp_sendinit 2015-03-11 21:41:12 +01:00
upnp.c udp: add tx buffer size setup for udp_bind(_double) 2015-03-11 21:41:12 +01:00
upnp.h UPnP: add delay handling to write queue 2015-03-11 21:41:12 +01: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 url: fix port type to int (ports above 32766), use AI_NUMERICSERV in tcp and udp, fixes #2369 2014-10-14 09:13:52 +02:00
utils.c Fix the unsigned issue for gid/uid handling 2015-03-18 09:48:46 +01:00
uuid.c uuid: use tvh_open instead direct open (O_CLOEXEC issue) 2014-11-27 12:17:14 +01:00
uuid.h cwc: use better random values (coverity) 2014-10-03 21:12:31 +02:00
wrappers.c epggrab: try to fix the thread kill & wrong memory access 2014-12-01 21:25:15 +01:00