.. |
api
|
idnode set: add sorted insert / lookup for bouquets
|
2014-11-08 21:05:38 +01:00 |
descrambler
|
cwc: reset preferred CA PID when NOKs are received and PID is not locked
|
2014-10-31 15:38:36 +01:00 |
dvr
|
profile: add chain reopen function for DVR,fixes #2419
|
2014-10-26 18:01:47 +01:00 |
epggrab
|
epggrab: ota - fix the stolen mux requeue
|
2014-11-08 21:05:38 +01:00 |
extra
|
added capmt_ca
|
2009-12-16 07:20:39 +00:00 |
input
|
dvb_sat_position_from_str - fix the parsing for positions without dot
|
2014-11-08 21:05:39 +01:00 |
misc
|
another round of coverity fixes (mostly NULL checks)
|
2014-10-03 22:52:57 +02:00 |
muxer
|
muxer libav: do not write new data when an error occured, fixes #2420
|
2014-10-26 17:46:52 +01:00 |
parsers
|
streaming: change streaming_pad_deliver() semantics
|
2014-10-24 17:59:20 +02:00 |
plumbing
|
profile/service: sharer - fix the stop/reconfiguration
|
2014-11-02 16:16:01 +01:00 |
timeshift
|
timeshift: for initial pts value, scan more packets (now 6)
|
2014-10-23 15:24:41 +02:00 |
webui
|
bouquet: do not keep services for not enabled bouquets, fix bouquet delete
|
2014-11-08 21:05:39 +01:00 |
access.c
|
api epg: do not provide the DVR info to users without permissions
|
2014-11-07 17:07:57 +01:00 |
access.h
|
api epg: do not provide the DVR info to users without permissions
|
2014-11-07 17:07:57 +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
|
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 |
bouquet.c
|
bouquet: prepare storage for tags
|
2014-11-08 21:05:39 +01:00 |
bouquet.h
|
bouquet: prepare storage for tags
|
2014-11-08 21:05:39 +01:00 |
channels.c
|
bouquet: freesat support
|
2014-11-08 21:05:38 +01:00 |
channels.h
|
bouquets: add noname, no channel, channel tag options
|
2014-11-08 21:05:38 +01:00 |
config.c
|
config: fix prefer_picon name in the storage structure, fixes #2413
|
2014-10-23 08:37:56 +02:00 |
config.h
|
global config: allow to prefer picons or channel names for auto icon urls, fixes #2403
|
2014-10-22 10:06:23 +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
|
epggrab: ota - fix the stolen mux requeue
|
2014-11-08 21:05:38 +01:00 |
esfilter.c
|
ACL: add more restrictive permissions for all config urls, fix the http ticket issue, fixes #2383
|
2014-10-16 11:03:22 +02:00 |
esfilter.h
|
Add VP9 stream type, but VP9 encoding does not work (1-pass VP9 encoder in libvpx is broken)
|
2014-10-15 12:32:08 +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
|
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
|
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
|
subscription: add profile name to creating subscription log
|
2014-11-02 13:30:59 +01: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
|
http server: improve shutdown for streaming
|
2014-10-26 21:43:08 +01:00 |
http.h
|
http server: improve shutdown for streaming
|
2014-10-26 21:43:08 +01: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 set: add sorted insert / lookup for bouquets
|
2014-11-08 21:05:38 +01:00 |
idnode.h
|
idnode set: add sorted insert / lookup for bouquets
|
2014-11-08 21:05:38 +01:00 |
imagecache.c
|
imagecache: allow to clean the image cache through General Configuration tab
|
2014-10-21 13:36:16 +02:00 |
imagecache.h
|
imagecache: allow to clean the image cache through General Configuration tab
|
2014-10-21 13:36:16 +02:00 |
input.c
|
comet events - an attempt to clean them
|
2014-09-08 16:48:59 +02:00 |
input.h
|
libhdhomerun integration
|
2014-10-14 14:12:52 +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
|
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 |
main.c
|
bouquet,fastscan: initial implementation
|
2014-11-08 21:05:37 +01:00 |
muxer.c
|
libav muxer: add AVMATROSKA muxer type
|
2014-10-17 09:40:28 +02:00 |
muxer.h
|
libav muxer: added WEBM support
|
2014-10-17 20:53:57 +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
|
remove pkt_merge_header()
|
2014-10-19 11:40:08 +02:00 |
packet.h
|
remove pkt_merge_header()
|
2014-10-19 11:40:08 +02:00 |
parsers.h
|
HTSP: Include video frame duration in streamingStart message
|
2012-10-25 13:06:05 +02:00 |
profile.c
|
profile: don't create duplicate profile when it's not enabled
|
2014-11-02 16:33:01 +01:00 |
profile.h
|
profile: add chain reopen function for DVR,fixes #2419
|
2014-10-26 18:01:47 +01:00 |
prop.c
|
bouquet: freesat support
|
2014-11-08 21:05:38 +01: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
|
bouquet,fastscan: initial implementation
|
2014-11-08 21:05:37 +01:00 |
service.h
|
bouquet: fix the per-bouquet LCN handling
|
2014-11-08 21:05:39 +01:00 |
service_mapper.c
|
bouquets: add noname, no channel, channel tag options
|
2014-11-08 21:05:38 +01:00 |
service_mapper.h
|
bouquets: add noname, no channel, channel tag options
|
2014-11-08 21:05:38 +01: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
|
streaming: msg_free - allow NULL ptr as input
|
2014-10-24 18:03:28 +02:00 |
streaming.h
|
streaming: change streaming_pad_deliver() semantics
|
2014-10-24 17:59:20 +02:00 |
subscriptions.c
|
subscription: add profile name to creating subscription log
|
2014-11-02 13:30:59 +01:00 |
subscriptions.h
|
profile/subscription: use profile chain everywhere, add profile refcounting
|
2014-10-22 16:17:29 +02:00 |
tcp.c
|
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 |
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: move the pts_delta init code to a function
|
2014-10-24 09:02:21 +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
|
AAC fixes (ADTS header) in transcoder and libav muxer
|
2014-10-17 17:25:59 +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: improve udp_bind_double
|
2014-10-26 22:42:07 +01: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
|
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
|
cosmetic change for sri table
|
2014-10-16 18:05:27 +02:00 |
uuid.c
|
uuid: add inline for hexnibble
|
2014-11-08 21:05:38 +01: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 |