]>
git.ipfire.org Git - thirdparty/tvheadend.git/log
Jaroslav Kysela [Sat, 8 Apr 2017 09:10:56 +0000 (11:10 +0200)]
replace 'struct sockaddr' with 'struct sockaddr_storage'
this really fatal problem caused stack overflows - detected by c-lang sanitizers
Jaroslav Kysela [Fri, 3 Jul 2015 09:33:22 +0000 (11:33 +0200)]
DVR: Fix Important priority handling, fixes #2989
Jaroslav Kysela [Fri, 17 Feb 2017 10:41:38 +0000 (11:41 +0100)]
tcp: handle ERRNO_AGAIN in tcp_fill_htsbuf_from_fd
Ricardo Pontes [Fri, 13 Jan 2017 00:42:24 +0000 (00:42 +0000)]
Fix weird channel numbers
When selecting "Use service IDs as channel numbers" in the network settings, the s_dvb_service_id (uint16) multiplied by CHANNEL_SPLIT (uint64), would produce a value that would overflow the r variable (int) if the service id is high enough, causing the result to be weird numbers.
Jaroslav Kysela [Fri, 30 Dec 2016 16:06:36 +0000 (17:06 +0100)]
tcp: change listen backlog from 1 to 511 (like apache default), fixes #4152
Jaroslav Kysela [Fri, 9 Dec 2016 08:22:32 +0000 (09:22 +0100)]
DVR: try to fix crash when invalid streaming profile is selected, fixes #4128
Jaroslav Kysela [Wed, 30 Nov 2016 08:25:33 +0000 (09:25 +0100)]
idnode: show the collision in log, too
Jaroslav Kysela [Thu, 22 Sep 2016 07:26:29 +0000 (09:26 +0200)]
cwc: increase network messages size frmo 362 to 500 (like in oscam), fixes #3989
Jaroslav Kysela [Tue, 30 Aug 2016 16:44:24 +0000 (18:44 +0200)]
imagecache: handle HTTP HEAD request correctly (no payload)
Jaroslav Kysela [Mon, 29 Aug 2016 09:46:22 +0000 (11:46 +0200)]
filebundle: handle error code from stat() call
Oliver O [Fri, 19 Aug 2016 16:03:31 +0000 (18:03 +0200)]
dvb: fix loss of SNR display (bug #3927)
Jaroslav Kysela [Fri, 19 Aug 2016 07:31:57 +0000 (09:31 +0200)]
cron: add NULL terminator for key arrays (clang sanitizer)
Jaroslav Kysela [Fri, 19 Aug 2016 06:46:13 +0000 (08:46 +0200)]
httpc: fix the stack corruption (clang sanitizer)
Jaroslav Kysela [Mon, 9 May 2016 07:25:43 +0000 (09:25 +0200)]
htsmsg: fix code indentation, fixes #3788
Adam Sutton [Thu, 14 Jul 2016 20:10:18 +0000 (21:10 +0100)]
support: updated the list of ubuntu versions to build
(cherry picked from commit
01c26fcc8a6f05c83d675fdf9f8671e07d4e3e2e )
Jaroslav Kysela [Wed, 8 Jun 2016 11:00:06 +0000 (13:00 +0200)]
Makefile.ffmpeg: change x264 URL
axfree [Thu, 31 Mar 2016 07:15:26 +0000 (16:15 +0900)]
Fix epggrab to close accepted socket after grabbing
Jaroslav Kysela [Sun, 27 Mar 2016 18:02:46 +0000 (20:02 +0200)]
timerec: fix 20:40 ... 00:40 case, fixes #3662
Jaroslav Kysela [Thu, 24 Mar 2016 08:03:27 +0000 (09:03 +0100)]
http client: fix possible out-of-range data access, fixes #3611
Jaroslav Kysela [Fri, 18 Mar 2016 15:47:37 +0000 (16:47 +0100)]
mpegts input: mpegts_input_recv_packets - add retry
Jaroslav Kysela [Sun, 13 Mar 2016 16:42:56 +0000 (17:42 +0100)]
cron: fix the cron_next for DST change, fixes #3627
Jaroslav Kysela [Wed, 9 Mar 2016 20:56:58 +0000 (21:56 +0100)]
SAT>IP client: remove idl4k hack for very old firmware V1.13.0.105, fixes #3613
Jaroslav Kysela [Tue, 8 Mar 2016 11:33:39 +0000 (12:33 +0100)]
filebundle: another fb_read thinko fix
Jaroslav Kysela [Tue, 8 Mar 2016 10:44:34 +0000 (11:44 +0100)]
filebundle: fix fb_read - fread might return an error or 0
Michael Marley [Wed, 2 Mar 2016 11:22:12 +0000 (06:22 -0500)]
config: Exclude timeshift buffer from configuration backup
This fixes the issue where if TVHeadend was streaming live TV with
timeshift turned on and suffered an unclean shutdown followed
immediately by an upgrade, it would try to put the entire timeshift
buffer into the configuration backup.
Jaroslav Kysela [Sat, 20 Feb 2016 09:55:16 +0000 (10:55 +0100)]
subscription: fix assert() fail caused by previous fix, fixes #3577
Jaroslav Kysela [Fri, 19 Feb 2016 13:15:02 +0000 (14:15 +0100)]
subscriptions: set ths_current_instance to NULL in subscription_unlink_service0(), fixes #3577
Adam Sutton [Wed, 17 Feb 2016 11:28:43 +0000 (11:28 +0000)]
debian: add ca-certificates to dep list as we need for github access
(cherry picked from commit
f87b6fea81b727aa85021fbef5d57f2c9ad6e853 )
Conflicts:
debian/control
Jaroslav Kysela [Wed, 27 Jan 2016 14:52:14 +0000 (15:52 +0100)]
getmuxlist: use own dtv-scan-tables repository (quick fixes, merges)
(cherry picked from commit
90f66ef27a78dd70f739cdf63f075d21c5d557c9 )
Adam Sutton [Wed, 17 Feb 2016 11:32:47 +0000 (11:32 +0000)]
build: enable HDHR static build by default
Adam Sutton [Tue, 16 Feb 2016 23:03:31 +0000 (23:03 +0000)]
build: backported apt-update script from master
Jaroslav Kysela [Mon, 8 Feb 2016 09:26:17 +0000 (10:26 +0100)]
makedirs: pass subsystem, add mstrict command, fixes #3459
Jaroslav Kysela [Thu, 4 Feb 2016 08:15:33 +0000 (09:15 +0100)]
utils: makedirs - don't call chmod() in makedirs() when mode is ok
Jaroslav Kysela [Tue, 2 Feb 2016 14:09:53 +0000 (15:09 +0100)]
httpc: fix req conn-close ans conn-keep-alive handling, fixes #3548
Diego Rivera [Mon, 1 Feb 2016 20:15:58 +0000 (14:15 -0600)]
Fixed bug-3507 - incorrect dereference of argv when performing variable interpolation
Jaroslav Kysela [Thu, 17 Dec 2015 15:00:09 +0000 (16:00 +0100)]
timeshift: reallocate segment on close to release unused tail
Jaroslav Kysela [Fri, 1 Jan 2016 16:20:53 +0000 (17:20 +0100)]
cwc: improve section logs
Jaroslav Kysela [Sat, 26 Dec 2015 17:35:12 +0000 (18:35 +0100)]
capmt: when the caid is forced for a service, try to use it as PID 8191, fixes #2942
Jaroslav Kysela [Sat, 26 Dec 2015 16:35:40 +0000 (17:35 +0100)]
imagecache: deescape also file:// urls
Ferni7 [Thu, 3 Dec 2015 10:26:18 +0000 (21:26 +1100)]
Update linuxdvb_lnb.c
Adding LNB widely used in Australia.
Jaroslav Kysela [Wed, 16 Dec 2015 17:33:33 +0000 (18:33 +0100)]
Revert "DVR inotify: fix fundamental error when inotify filename is re-registered"
This reverts commit
f55871b5f6315f71364456d59160c5b136f1cb55 .
Jaroslav Kysela [Wed, 16 Dec 2015 09:42:37 +0000 (10:42 +0100)]
SAT>IP client: fix the timer race
See: https://github.com/perexg/satip-axe/issues/36
Jaroslav Kysela [Mon, 14 Dec 2015 08:53:52 +0000 (09:53 +0100)]
timeshift: fix the NULL cur_file 'deadlock', change to live mode when end-of-buffers
Jaroslav Kysela [Sun, 13 Dec 2015 21:01:13 +0000 (22:01 +0100)]
timeshift: correctly signal the end-of-data for RAM segment
Jaroslav Kysela [Tue, 8 Dec 2015 13:18:53 +0000 (14:18 +0100)]
dvbpsi: parse LCNs for 0x83 tag when priv value is 0x3200,0x3201, fixes #3398
Jaroslav Kysela [Sun, 29 Nov 2015 21:35:07 +0000 (22:35 +0100)]
SAT>IP server: handle rtsp_start() return code correctly
Jaroslav Kysela [Fri, 27 Nov 2015 16:52:10 +0000 (17:52 +0100)]
SAT>IP server: bind only to IPv4 (IPv6 support is not defined in SAT>IP spec), fixes #3350
Jaroslav Kysela [Sat, 21 Nov 2015 20:02:26 +0000 (21:02 +0100)]
support/css.py: don't use PWD but TVHDIR, fixes #3332
Jaroslav Kysela [Thu, 19 Nov 2015 14:09:33 +0000 (15:09 +0100)]
mkv muxer: handle EAGAIN in the write loop
Jaroslav Kysela [Wed, 18 Nov 2015 20:27:32 +0000 (21:27 +0100)]
htsmsg: add proper hmf_msg.hm_data initialization
Jaroslav Kysela [Sat, 7 Nov 2015 14:09:04 +0000 (15:09 +0100)]
SAT>IP server: run rtcp thread after signals are initialized otherwise forking does not work
Jaroslav Kysela [Sat, 7 Nov 2015 13:00:44 +0000 (14:00 +0100)]
SAT>IP server: fix memory leak (pids)
Jaroslav Kysela [Sat, 7 Nov 2015 12:47:22 +0000 (13:47 +0100)]
SAT>IP server rtsp: fix wrong memory access
Jaroslav Kysela [Fri, 6 Nov 2015 14:34:58 +0000 (15:34 +0100)]
mpegts table: mpegts_table_add - tableid must be different, too
Jaroslav Kysela [Wed, 4 Nov 2015 19:45:00 +0000 (20:45 +0100)]
main: fix tasklet memory leak
Jaroslav Kysela [Wed, 4 Nov 2015 16:35:55 +0000 (17:35 +0100)]
dvb network: fix possible wrong memory access in dvb_network_get_orbital_pos()
Jaroslav Kysela [Tue, 3 Nov 2015 11:57:05 +0000 (12:57 +0100)]
epgdb: load - mmap - add SIGBUS recovery (when the file cannot be read), fixes #3238
Glenn-1990 [Wed, 28 Oct 2015 21:31:57 +0000 (22:31 +0100)]
fix: htsp not informed when dvr changes
Jaroslav Kysela [Thu, 29 Oct 2015 18:49:17 +0000 (19:49 +0100)]
fix spawn_parse_args() - for latest change
Jaroslav Kysela [Thu, 29 Oct 2015 16:32:42 +0000 (17:32 +0100)]
extension for spawn_parse_args - parse \b \f \n \r \t
Jaroslav Kysela [Wed, 28 Oct 2015 20:53:22 +0000 (21:53 +0100)]
fix spawn_parse_args() - endless loop - multiple spaces
Jaroslav Kysela [Tue, 27 Oct 2015 10:26:14 +0000 (11:26 +0100)]
Makefile.ffmpeg: update libvpx to 1.4.0
Jaroslav Kysela [Tue, 27 Oct 2015 09:38:37 +0000 (10:38 +0100)]
coverity fixes
Mario Di Raimondo [Mon, 26 Oct 2015 13:54:07 +0000 (14:54 +0100)]
new service with opentv EPG data for sky-it
service with sid=3635 doesn't exist anymore
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Sun, 25 Oct 2015 20:04:31 +0000 (21:04 +0100)]
linuxdvb: increase the input buffer size to 188000 by default
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 21 Oct 2015 10:47:09 +0000 (12:47 +0200)]
capmt: fixed obvious bug - wrong condition - this causes many 'Do you have OSCAM running?' messages
Jaroslav Kysela [Wed, 21 Oct 2015 17:30:44 +0000 (19:30 +0200)]
DVR: fix memory leak in dvr_inotify_add()
Jaroslav Kysela [Wed, 21 Oct 2015 17:22:15 +0000 (19:22 +0200)]
DVR inotify: fix fundamental error when inotify filename is re-registered
Jaroslav Kysela [Sun, 18 Oct 2015 19:47:00 +0000 (21:47 +0200)]
subscription: fix the wrong raw service removal
Jaroslav Kysela [Sun, 18 Oct 2015 18:54:49 +0000 (20:54 +0200)]
subscription: add proper raw service cleanup, fixes instabilities
Jaroslav Kysela [Sun, 11 Oct 2015 10:59:05 +0000 (12:59 +0200)]
main: fix the upstream backport (previous commit), fixes #3147
Jaroslav Kysela [Fri, 9 Oct 2015 14:37:18 +0000 (16:37 +0200)]
linuxdvb: accept '-a -1' parameter to completely disable linuxdvb input
Jaroslav Kysela [Thu, 8 Oct 2015 19:12:19 +0000 (21:12 +0200)]
idnode: fix nasty idnode access check bug
Jaroslav Kysela [Wed, 7 Oct 2015 18:08:37 +0000 (20:08 +0200)]
WEBUI: Fix the 'TV adapters' events (to refresh old values), fixes #3130
Jaroslav Kysela [Thu, 1 Oct 2015 09:33:00 +0000 (11:33 +0200)]
fix tvh_write() endless loop
Jaroslav Kysela [Tue, 22 Sep 2015 14:29:25 +0000 (16:29 +0200)]
profile: modify resolution label for transcoding to 'resolution (height)'
Jaroslav Kysela [Sun, 14 Jun 2015 10:11:21 +0000 (12:11 +0200)]
profile: another fix for profile_find_by_list
Jaroslav Kysela [Sat, 13 Jun 2015 07:46:14 +0000 (09:46 +0200)]
profile: improve profile selection for htsp
Jaroslav Kysela [Sun, 27 Sep 2015 17:10:31 +0000 (19:10 +0200)]
webu/streaming: handle/generate ticket for /play redirects, fixes #3116
Jaroslav Kysela [Fri, 25 Sep 2015 13:55:10 +0000 (15:55 +0200)]
DVR: Do not create new autorecs for disabled channels, fixes #3111
Jaroslav Kysela [Fri, 25 Sep 2015 12:28:42 +0000 (14:28 +0200)]
libhdhomerun: upgrade to
20150826 , fixes #3110, fixes #3057
Jaroslav Kysela [Tue, 8 Sep 2015 18:10:56 +0000 (20:10 +0200)]
idnode api: fix the broken locking in api_idnode_load()
Jaroslav Kysela [Tue, 15 Sep 2015 16:26:17 +0000 (18:26 +0200)]
utils: add ^ to regexp_escape, fixes #3079
dhead666 [Tue, 1 Sep 2015 14:15:16 +0000 (17:15 +0300)]
xmltv: handle timezone attached to time with no space padding
Jaroslav Kysela [Fri, 4 Sep 2015 14:08:49 +0000 (16:08 +0200)]
api: channel tags - fix ugly mutex bug resulting in wrong channel tag list
Jaroslav Kysela [Wed, 26 Aug 2015 11:21:35 +0000 (13:21 +0200)]
cwc: quick fix for previous patch
Jaroslav Kysela [Tue, 25 Aug 2015 14:18:11 +0000 (16:18 +0200)]
cwc: improve the preferred PID validation
Jaroslav Kysela [Sun, 9 Aug 2015 20:10:02 +0000 (22:10 +0200)]
globalheaders: increase maximum scan time to 3500ms
Jaroslav Kysela [Sun, 9 Aug 2015 18:44:36 +0000 (20:44 +0200)]
webui: compilation fix for previous patch
Jaroslav Kysela [Thu, 6 Aug 2015 13:41:33 +0000 (15:41 +0200)]
webui: fix --http_root issues, fixes #3035
Jaroslav Kysela [Thu, 6 Aug 2015 13:09:06 +0000 (15:09 +0200)]
DVR: cleanup _dvr_duplicate_event, fix possible NULL dereference, fixes #3036
Jaroslav Kysela [Mon, 3 Aug 2015 07:58:17 +0000 (09:58 +0200)]
SAT>IP server: Fix the uuid length
Jaroslav Kysela [Tue, 28 Jul 2015 14:43:10 +0000 (16:43 +0200)]
epggrab: fix double free in epggrab_module_grab_spawn(), fixes #3029
Adam Sutton [Tue, 14 Jul 2015 20:09:59 +0000 (21:09 +0100)]
linuxdvb: fix typo in PILOT translation table def
This results in tuning failures as PILOT_NONE maps to -1, which is
rejected by (some?) drivers.
Jaroslav Kysela [Mon, 6 Jul 2015 20:09:32 +0000 (22:09 +0200)]
webui: streaming - optimization for previous patch, fixes #2999
Jaroslav Kysela [Mon, 6 Jul 2015 19:58:39 +0000 (21:58 +0200)]
webui: streaming - implement properly HEAD request for streaming URLs, fixes #2999
Jaroslav Kysela [Fri, 3 Jul 2015 09:59:35 +0000 (11:59 +0200)]
configure: early error when a space is in the source path, fixes #2988
Jaroslav Kysela [Tue, 30 Jun 2015 07:05:10 +0000 (09:05 +0200)]
epggrab/module: fix memory leak
Jaroslav Kysela [Thu, 25 Jun 2015 08:34:34 +0000 (10:34 +0200)]
WEBUI JS: use same style for login/disk space as for tab descriptors
Jaroslav Kysela [Wed, 24 Jun 2015 17:42:09 +0000 (19:42 +0200)]
muxer/makedirs: fix mode (ulimit) - fixes #2969