..
api
dvb: fix ENABLE_MPEGTS_DVB for dvb/orbitalpos/list, fixes #2683
2015-02-17 11:24:32 +01:00
descrambler
capmt: fix endless loop
2015-03-22 15:50:05 +01:00
dvr
config: fix the load order for the early config access
2015-03-18 00:06:41 +01:00
epggrab
subscription: add TABLES subscription type handling, fix some memory leaks
2015-03-11 21:41:13 +01:00
extra
added capmt_ca
2009-12-16 07:20:39 +00:00
input
set modulation
2015-03-22 15:47:39 +01:00
misc
another round of coverity fixes (mostly NULL checks)
2014-10-03 22:52:57 +02:00
muxer
parsers: AAC - better handle SBR extension
2015-02-11 20:59:34 +01:00
parsers
parsers: AAC - fix the thinko in the previous patch
2015-02-11 21:05:00 +01:00
plumbing
transcoding: fix compile error when using libav, fixes #2708
2015-03-11 21:40:12 +01:00
satip
SAT>IP Server: DVBC - fix stream id initialization
2015-03-19 23:01:28 +01:00
timeshift
config: fix the load order for the early config access
2015-03-18 00:06:41 +01:00
webui
SAT>IP Server/Client: Add more tuner types (atsc, dvbcb, dvbs, dvbc2)
2015-03-18 11:45:04 +01:00
access.c
ACL: add "All DVR (rw)" to delete a DVR entry.
2015-02-04 17:53:09 +01: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
channel: icons - do not generate auto icon URL with {name-not-set}, fixes #2661
2015-02-10 09:41:28 +01:00
channels.h
channel tags: add sort index, fixes #2560
2014-12-18 08:50:01 +01:00
config.c
config: handle chown error
2015-03-18 16:34:09 +01:00
config.h
config: fix the load order for the early config access
2015-03-18 00:06:41 +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
- better duplicate handling - better subtitle handling
2015-03-09 16:18:35 +01: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: fix memory leaks on shutdown for opentv/pyepg/xmltv
2014-09-29 10:09:44 +02:00
epggrab.h
epggrab: ota - add trigger button to webui
2015-01-21 20:56:22 +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
subscription: cleanup for the subscription type selection
2015-03-13 10:36:31 +01:00
htsp_server.h
add timerec support to htsp server
2015-01-04 15:59:06 +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
http: show protocol/command in http_error()
2015-03-19 12:20:36 +01:00
http.h
http server: RTSP Session header cleanups, add more RTSP status codes
2015-03-11 21:41:12 +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
SAT>IP Server: Finish service descrambling
2015-03-13 19:26:07 +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
libhdhomerun integration
2014-10-14 14:12:52 +02: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
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
- 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: finish tcp connections (thus subscriptions) before mpegts done call
2015-03-19 15:42:14 +01:00
muxer.c
profile: add matroska/mpegts muxers from libav
2015-01-24 21:55:01 +01:00
muxer.h
muxer: fix the meta write errors, fixes #2557
2014-12-16 14:01: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
subscription: cleanup for the subscription type selection
2015-03-13 10:36:31 +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
RTSP client: handle also different RTSP port than 554
2015-03-11 21:41:12 +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
subscription: cleanup for the subscription type selection
2015-03-13 10:36:31 +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
spawn: fix thinko in spawn_parse_args()
2014-12-06 16:29:55 +01: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
subscriptions: Fix crash when subscription is in the remove queue list, but unsubscribed before
2015-03-17 14:08:26 +01: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
config: fix the load order for the early config access
2015-03-18 00:06:41 +01:00
tvhlog.c
tvhlog: improve subsystem parser 2nd, fixes #2552
2014-12-15 14:44:47 +01: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
udp: fix typo
2015-03-13 10:38:37 +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