tvheadend/src
Adam Sutton a68d867cb3 mpegts: fix possible recursion, causing strange crashes
I'm not entirely sure what has changed that has made this a problem
where it apparently wasn't before. That being said, its not nice and
would previously have said it might cause undesirable side-effects.
I would have been right!
2014-06-09 22:08:41 +01:00
..
api intlconv: use iconv for utf8 conversions 2014-05-26 21:30:10 +02:00
descrambler cwc: do not show error on read in the shutdown phase 2014-06-02 08:18:30 +02:00
dvr Merge remote-tracking branch 'origin/pr/301' 2014-06-07 22:53:48 +01:00
epggrab Merge remote-tracking branch 'origin/pr/372' 2014-06-07 22:38:55 +01:00
extra added capmt_ca 2009-12-16 07:20:39 +00:00
input mpegts: fix possible recursion, causing strange crashes 2014-06-09 22:08:41 +01:00
misc misc: fix and simplify string procesing bug 2013-06-23 14:27:14 +01:00
muxer Formatting cleanup plus change from tvhlog to tvhtrace as per @perexg comments 2014-05-20 21:28:14 +01:00
parsers Fix mkv generation by enhancing avc_find_start_code and thus correctly generating isom/fourcc 2014-04-15 00:10:15 +02:00
plumbing transcoding: fixed compilation on ubuntu 14.04 2014-01-17 13:53:43 +01:00
timeshift timeshift_filemgr: move the reaper lock to the end of loop to save the lock time 2014-05-21 14:27:16 +02:00
webui Merge remote-tracking branch 'origin/pr/301' 2014-06-07 22:53:48 +01:00
access.c add option to only allow user to access the tag that matches username 2014-03-07 11:11:27 +04:00
access.h add option to only allow user to access the tag that matches username 2014-03-07 11:11:27 +04:00
api.c api: fix crash on passing on no subsystem 2014-05-27 10:06:39 +01:00
api.h intlconv: use iconv for utf8 conversions 2014-05-26 21:30:10 +02:00
atomic.h atomic: fix previous merge mistake 2013-02-15 11:24:04 +00:00
avahi.c avahi: tvheadend_webroot can be NULL - fix the fix 2014-06-02 18:06:43 +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 Merge remote-tracking branch 'origin/pr/345' 2014-04-04 15:56:13 +01:00
channels.h Graceful exit 2014-02-17 13:13:14 +01:00
config.c rename uuid_t to tvh_uuid_t 2014-05-26 17:57:34 +02:00
config.h config: started to add the concept of a configuration version 2014-04-04 09:55:08 +01:00
cron.c util cron: fix possible DST issue 2014-04-21 14:46:31 +01:00
cron.h util cron: re-added code I wrote in early EPG days for handling cron tasks 2014-04-20 14:12:53 +01:00
descrambler.h Graceful exit 2014-02-17 13:13:14 +01: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 Graceful exit 2014-02-17 13:13:14 +01:00
epg.h Graceful exit 2014-02-17 13:13:14 +01:00
epgdb.c Fixes for graceful exit patch 2014-03-05 15:03:50 +01:00
epggrab.c Graceful exit 2014-02-17 13:13:14 +01:00
epggrab.h Graceful exit 2014-02-17 13:13:14 +01:00
esfilter.c Add esfilter (elementary stream filter) 2014-05-05 22:00:38 +02:00
esfilter.h Add esfilter (elementary stream filter) 2014-05-05 22:00:38 +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 Add missing fsmonitor_done() for undefined ENABLE_INOTIFY 2014-03-17 14:31:18 +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 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: 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 Merge remote-tracking branch 'origin/pr/344' 2014-03-14 22:28:38 +00:00
htsp_server.h Graceful exit 2014-02-17 13:13:14 +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 Add build-in http client 2014-05-05 22:00:35 +02:00
http.h httpc: Change the http_client_thread locking 2014-05-27 21:06:30 +02:00
httpc.c httpc: fix the basic auth 2014-06-02 08:51: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 prop: allow sorting via key value on enum's 2014-06-09 22:08:39 +01:00
idnode.h idnode: fix potential issue with trying to load unsaved values 2014-05-17 00:02:43 +01:00
imagecache.c imagecache: check for null/empty url 2014-06-01 22:06:40 +02:00
imagecache.h Graceful exit 2014-02-17 13:13:14 +01:00
input.c mpegts: added some additional mux statistics 2014-04-16 21:13:41 +01:00
input.h mpegts: first pass of new network scanner code 2014-06-09 22:08:39 +01: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 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 osx: introduce bonjour support 2014-06-01 16:21:25 +02:00
muxer.c osx: initial support for OS X 2014-05-26 17:59:33 +02:00
muxer.h Formatting cleanup plus change from tvhlog to tvhtrace as per @perexg comments 2014-05-20 21:28:14 +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 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 prop: fix bug in handling PT_INT which should be signed 2014-06-09 22:08:38 +01:00
prop.h idnode prop: allow sorting via key value on enum's 2014-06-09 22:08:39 +01: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 Merge pull request #383 from scooter1556/master 2014-05-07 17:26:28 +02:00
service.h Add esfilter (elementary stream filter) 2014-05-05 22:00:38 +02:00
service_mapper.c Merge remote-tracking branch 'origin/pr/352' 2014-03-18 21:45:18 +00:00
service_mapper.h Changed service_mapper_notify() origin==NULL behaviour 2014-03-17 10:37:27 +01:00
settings.c settings: return NULL if no settings path is set 2014-04-13 20:41:46 +01:00
settings.h config: started to add the concept of a configuration version 2014-04-04 09:55:08 +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 Fix the sp_reject_filter logic 2014-03-18 17:50:54 +01:00
streaming.h Use inline functions for the PID lookup optimizations 2014-03-07 20:35:20 +00:00
subscriptions.c Add esfilter (elementary stream filter) 2014-05-05 22:00:38 +02:00
subscriptions.h mpegts: first pass of new network scanner code 2014-06-09 22:08:39 +01:00
tcp.c tcp: break the timeout loop early when tvheadend is in the shutdown phase 2014-06-02 08:13:12 +02:00
tcp.h SAT>IP: allow to specify the local bind IP address 2014-05-22 16:02:53 +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: ensure no use of potentially free()'d variable (fixes #2028) 2014-04-07 20:47:50 +01: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 osx: initial support for OS X 2014-05-26 17:59:33 +02:00
tvhlog.c tvhlog - do not queue messages when log is not running 2014-05-05 22:00:35 +02:00
tvhlog.h Graceful exit 2014-02-17 13:13:14 +01: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 stime(2) is only available on Linux so make it optional. 2013-05-31 14:19:25 +01:00
tvhtime.h util: fix typo if #ifndef protection, spotted by decke 2014-04-14 11:28:38 +01:00
udp.c udp: do not get unused ifindex for Darwin & IPv4 2014-05-29 10:55:15 +02:00
udp.h SAT>IP: allow to specify the local bind IP address 2014-05-22 16:02:53 +02:00
upnp.c osx: initial support for OS X 2014-05-26 17:59:33 +02:00
upnp.h Add basic support for the UPnP protocol (client) 2014-05-05 22:00:35 +02:00
url.c url: fix the uriparser (password parsing) 2014-06-01 20:58:23 +02:00
url.h Make URL parser more dynamic 2014-05-05 22:00:35 +02:00
utils.c Merge pull request #364 from ProfYaffle/master 2014-05-21 09:12:08 +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 osx: fix crash during the tvh_qsort_r() 2014-05-30 00:52:06 +02:00