.. |
api
|
imagecache: migrate configuration to new API
|
2013-12-02 13:30:59 +00:00 |
descrambler
|
build: ioctl() is defined in platform specific include files and features.h is Linux specific
|
2014-01-15 14:13:40 +00:00 |
dvr
|
dvr: some fixes from kendrak24 for my changes to PR #284
|
2014-01-28 08:43:06 +00:00 |
epggrab
|
Add "onid-" as suggested by Adam
|
2014-01-16 10:55:05 +01:00 |
extra
|
added capmt_ca
|
2009-12-16 07:20:39 +00:00 |
http
|
http: added new HTTP client code to use CURL
|
2013-11-24 20:34:38 +00:00 |
input
|
tsfile: fix broken build caused by BSD updates
|
2014-01-15 20:31:39 +00:00 |
misc
|
misc: fix and simplify string procesing bug
|
2013-06-23 14:27:14 +01:00 |
muxer
|
muxer pass: correct program number in PMT generation
|
2013-12-06 12:04:15 +00:00 |
parsers
|
h264: Read crop from SPS and subtract from picture width/height
|
2013-12-02 00:04:12 +00:00 |
plumbing
|
transcoding: fixed compilation on ubuntu 14.04
|
2014-01-17 13:53:43 +01:00 |
timeshift
|
misc: Remove memory leaks and other anomalies
|
2013-10-11 13:41:46 +01:00 |
webui
|
webif: added a html5 based bandwidth monitor.
|
2014-01-17 13:53:44 +01:00 |
access.c
|
Add missing include for FreeBSD which has AF_INET6 defined
|
2013-05-31 14:19:24 +01:00 |
access.h
|
access: add new option to override all ACL
|
2013-02-04 11:05:35 +00:00 |
api.c
|
imagecache: migrate configuration to new API
|
2013-12-02 13:30:59 +00:00 |
api.h
|
imagecache: migrate configuration to new API
|
2013-12-02 13:30:59 +00:00 |
atomic.h
|
atomic: fix previous merge mistake
|
2013-02-15 11:24:04 +00:00 |
avahi.c
|
misc: Remove memory leaks and other anomalies
|
2013-10-11 13:41:46 +01:00 |
avahi.h
|
The HTSP service is now announced via AVAHI (mDNS service discovery)
|
2009-08-10 19:06:16 +00: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 |
channels.c
|
channel: add imagecache field
|
2014-01-16 21:19:15 +00:00 |
channels.h
|
xmltv: fix XMLTV channel configuration
|
2013-11-10 20:14:14 +00:00 |
config2.c
|
timeshift: reworked the configuration
|
2013-01-09 21:26:52 +00:00 |
config2.h
|
timeshift: reworked the configuration
|
2013-01-09 21:26:52 +00:00 |
descrambler.h
|
move detect_card_type to commonly accessible place
|
2013-09-17 21:06:31 +04:00 |
dtable.c
|
Rename tvhead.h -> tvheadend.h
|
2010-11-29 19:25:24 +00:00 |
dtable.h
|
Keep CWC in a separate lock domain to avoid waiting for global_lock
|
2011-01-25 22:58:00 +01:00 |
epg.c
|
channel: remove direct usage of ch_name
|
2013-10-10 11:12:37 +01:00 |
epg.h
|
epgdb: some simplifications and corrections to the epg periodic save
|
2013-03-08 10:45:00 +00:00 |
epgdb.c
|
epg: forgot to uncomment the broadcast save loop
|
2013-08-30 23:24:26 +01:00 |
epggrab.c
|
misc: Remove memory leaks and other anomalies
|
2013-10-11 13:41:46 +01:00 |
epggrab.h
|
epggrab: hide OTA channels from epggrab config
|
2013-11-12 12:15:20 +00: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
|
zlib: fix error on partial compression of files. Fixes #1902.
|
2014-01-01 12:48:39 +00:00 |
filebundle.h
|
Make filebundling code work with gcc 4.5 and older.
|
2012-09-14 12:14:40 +01:00 |
fsmonitor.c
|
fsmonitor: general purpose wrapper for inotify for monitoring files/dirs
|
2014-01-11 00:27:00 +00:00 |
fsmonitor.h
|
fsmonitor: remove extraneous typedef's that can cause compile error. Fixes #1923
|
2014-01-11 13:22:41 +00:00 |
hts_strtab.h
|
constify strtab
|
2013-03-31 13:18:10 +02:00 |
htsbuf.c
|
dont use variables that goes out of scope
|
2013-01-08 20:38:22 +01:00 |
htsbuf.h
|
Upgrade htsmsg code from Showtime's codebase
|
2012-11-19 14:50:16 +01:00 |
htsmsg.c
|
htsmsg: add routine to convert a list to a CSV string
|
2013-09-16 21:39:12 +01: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
|
htsp: bump protocol version to reflect addition of new cutpoint API
|
2014-01-28 09:42:58 +00:00 |
htsp_server.h
|
htsp: update the EPG/HTSP hookup to send channelUpdate on next event change.
|
2013-05-22 12:55:00 +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 htsp: fix status handling. Race condition caused NULL ptr exception. Fixes #1898.
|
2013-12-30 09:19:14 +00:00 |
http.h
|
http: added new HTTP client code to use CURL
|
2013-11-24 20:34:38 +00: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
|
Merge remote-tracking branch 'origin/pr/317'
|
2014-01-11 00:29:16 +00:00 |
idnode.h
|
linuxdvb: added dynamic and combi DVB tuner support
|
2014-01-11 00:27:00 +00:00 |
imagecache.c
|
imagecache: fix stupid compilation mistakes in code rework.
|
2013-12-04 20:37:16 +00:00 |
imagecache.h
|
imagecache: migrate configuration to new API
|
2013-12-02 13:30:59 +00:00 |
input.c
|
linuxdvb: added dynamic and combi DVB tuner support
|
2014-01-11 00:27:00 +00:00 |
input.h
|
linuxdvb: added dynamic and combi DVB tuner support
|
2014-01-11 00:27:00 +00:00 |
lang_codes.c
|
* do red-black tree search for language code lookups
|
2013-10-26 17:41:34 +02:00 |
lang_codes.h
|
* do red-black tree search for language code lookups
|
2013-10-26 17:41:34 +02:00 |
lang_str.c
|
Add multi-lingual support to the EPG. Fixes #227.
|
2012-08-21 14:57:52 +01:00 |
lang_str.h
|
Add multi-lingual support to the EPG. Fixes #227.
|
2012-08-21 14:57:52 +01:00 |
libav.c
|
transcoding: added initial support for vorbis. might suffer from sync problems when frames are dropped earlier in the pipe line
|
2013-07-17 16:26:48 +02:00 |
libav.h
|
libav: fixed compiling issues with more recent versions of libavcodec
|
2013-06-07 13:11:09 +02:00 |
main.c
|
main: fix stupid error of moving the initial lock of global_lock
|
2014-01-11 01:40:22 +00:00 |
muxer.c
|
Merge relevant parts of PR#255 to complete the implementation of PAT/PMT passthrough, with the option of rewriting the PAT and PMT so the PAT only contains a reference to the included service, and the PMT only contains references to the included streams. This still needs more work - the PMT PID is being passed to the muxer as zero the first time a channel is streamed after tvh starts, and the PMT rewrite code fails if the PMT spans multiple TS packets
|
2013-12-01 00:11:17 +00:00 |
muxer.h
|
muxer pass: some re-org, UI fixup and general tidying of PMT/PAT rewrite
|
2013-12-01 00:11:18 +00: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
|
channel: remove direct usage of ch_name
|
2013-10-10 11:12:37 +01:00 |
prop.h
|
channel: remove direct usage of ch_name
|
2013-10-10 11:12:37 +01:00 |
queue.h
|
Partial revert of previous multi-key update. I have decided to leave it to the upstream data providers to fix this (which still makes it my problem) but I have kept some of the simplifications added as part of the previous update.
|
2012-07-30 15:47:54 +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 |
service.c
|
service: report better status responses when subscription fails
|
2013-12-01 22:36:59 +00:00 |
service.h
|
channel: make channel number like name
|
2013-10-11 16:20:05 +01:00 |
service_mapper.c
|
service_mapper: store config to ensure options are processed
|
2014-01-04 21:09:30 +00:00 |
service_mapper.h
|
servicemapper: work on getting feedback from service mapping
|
2013-12-01 22:36:59 +00:00 |
settings.c
|
linuxdvb: fix some mistake in previous commits and reduce level of config saving
|
2013-11-19 11:42:03 +00:00 |
settings.h
|
Merge remote-tracking branch 'origin/dvbnetworks' into feature/dvb-rewrite
|
2013-04-23 17:31:24 +01:00 |
spawn.c
|
Issue #1454 - init strtok_r() state ptrs, older gcc whinges.
|
2012-12-13 21:29:22 +00:00 |
spawn.h
|
Ensure PyEPG does not appear in basic list unless its installed.
|
2012-09-14 12:02:39 +01:00 |
streaming.c
|
Merge branch 'feature/dvb-rewrite'
|
2013-08-28 17:08:39 +01:00 |
streaming.h
|
Merge relevant parts of PR#255 to complete the implementation of PAT/PMT passthrough, with the option of rewriting the PAT and PMT so the PAT only contains a reference to the included service, and the PMT only contains references to the included streams. This still needs more work - the PMT PID is being passed to the muxer as zero the first time a channel is streamed after tvh starts, and the PMT rewrite code fails if the PMT spans multiple TS packets
|
2013-12-01 00:11:17 +00:00 |
subscriptions.c
|
service: report better status responses when subscription fails
|
2013-12-01 22:36:59 +00:00 |
subscriptions.h
|
subscriptions: reverse EPG and initscan priorities
|
2013-12-04 22:56:32 +00:00 |
tcp.c
|
tcp: correct typo in debug message
|
2014-01-11 00:27:00 +00:00 |
tcp.h
|
http: make line processing dynamic
|
2013-11-25 09:42:50 +00: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
|
misc: Remove memory leaks and other anomalies
|
2013-10-11 13:41:46 +01:00 |
timeshift.h
|
timeshift: fix atomic add problems on i386
|
2013-01-31 12:16:01 +00:00 |
trap.c
|
build: declare environ explicitly on FreeBSD
|
2014-01-10 20:51:26 +00: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
|
build: Hide glibc workarounds in PLATFORM_LINUX because it does only make sense on Linux.
|
2014-01-05 21:53:28 +01:00 |
tvhlog.c
|
build: Fix compiler warning and properly cast return value of pthread_self() to long
|
2014-01-04 22:23:46 +00:00 |
tvhlog.h
|
tvhlog: fix logging when running as daemon
|
2013-11-15 12:32:15 +00:00 |
tvhpoll.c
|
tvhpoll: added support (epoll) for auto-modifying poll entries
|
2013-11-24 20:34:38 +00:00 |
tvhpoll.h
|
tvhpoll: added support (epoll) for auto-modifying poll entries
|
2013-11-24 20:34:38 +00:00 |
tvhtime.c
|
stime(2) is only available on Linux so make it optional.
|
2013-05-31 14:19:25 +01:00 |
tvhtime.h
|
tvhtime: start adding time processing support to TVH
|
2013-02-15 10:24:41 +00:00 |
url.c
|
util iptv: add support for using liburiparser
|
2013-11-24 20:34:39 +00:00 |
url.h
|
util iptv: add support for using liburiparser
|
2013-11-24 20:34:39 +00:00 |
utils.c
|
mpegts: starting to get table input working for tsfile
|
2013-04-27 20:00:10 +01:00 |
wrappers.c
|
pthread: Add missing include for pthread_set_name_np(3)
|
2014-01-10 20:40:31 +00:00 |