]>
git.ipfire.org Git - thirdparty/tvheadend.git/log
Jaroslav Kysela [Mon, 30 May 2016 13:31:32 +0000 (15:31 +0200)]
mpegts scan: fix the situation where all SI tables are fine, but 'scan timed out' is reported
Jaroslav Kysela [Mon, 30 May 2016 13:04:15 +0000 (15:04 +0200)]
mpegts mux: move 'scan timed out' from info log to warn log
Jaroslav Kysela [Mon, 30 May 2016 13:03:00 +0000 (15:03 +0200)]
mpegts mux: implement enable/disable/ignore mux settings
Jaroslav Kysela [Sat, 28 May 2016 15:07:29 +0000 (17:07 +0200)]
dvb psi: another TSID detection hacks / fixes in PAT callback (16.0E)
Jaroslav Kysela [Fri, 27 May 2016 18:45:26 +0000 (20:45 +0200)]
mpegts mux: correct mpegts_mux_set_tsid() - none check
Jaroslav Kysela [Fri, 27 May 2016 18:42:06 +0000 (20:42 +0200)]
dvb psi: tiny PAT table optimization (TSID check)
Jaroslav Kysela [Fri, 27 May 2016 18:39:54 +0000 (20:39 +0200)]
dvb: split DVB-S muxes with different modulation and FEC
It seems that broadcasters do not sync the actual parameters across
all transponders (19.2E, 16E etc.). This means that TVH tries to
replace parameters, but it's not possible. So create duplicate
muxes - and allow users to remove them when broadcasters will
behave as they should.
Mark Clarkstone [Fri, 27 May 2016 14:20:23 +0000 (15:20 +0100)]
mdhelp: add streaming profile property doc, fix a few descriptions
Mark Clarkstone [Fri, 27 May 2016 13:08:42 +0000 (14:08 +0100)]
mdhelp: add more property docs & update/correct some descriptions
Mark Clarkstone [Thu, 26 May 2016 16:16:34 +0000 (17:16 +0100)]
mdhelp: add automatic service checking table doc
Mark Clarkstone [Thu, 26 May 2016 15:07:33 +0000 (16:07 +0100)]
mdhelp: fix tooltip display issue, extjs doesn't appear to like quotation marks in tooltips!
Mark Clarkstone [Thu, 26 May 2016 15:03:40 +0000 (16:03 +0100)]
mdhelp: more minor edits
Mark Clarkstone [Thu, 26 May 2016 14:47:21 +0000 (15:47 +0100)]
mdhelp: shuffle some tips, update title property description for dvrtimerec, plus other minor changes.
Mark Clarkstone [Thu, 26 May 2016 14:17:38 +0000 (15:17 +0100)]
mdhelp: add column filter indication info
Mark Clarkstone [Tue, 24 May 2016 21:42:27 +0000 (22:42 +0100)]
mdhelp: remove unnecessary property names from some descriptions
Mark Clarkstone [Tue, 24 May 2016 21:19:52 +0000 (22:19 +0100)]
mdhelp: add satip server mux handling table.
Mark Clarkstone [Mon, 23 May 2016 15:15:30 +0000 (16:15 +0100)]
mdhelp: update play doc, include play doc in dvrentry, tidy picon servicetype, add bouquet tagging doc, hide some more property lists. desc: update some property desciptions
Jaroslav Kysela [Fri, 27 May 2016 11:00:23 +0000 (13:00 +0200)]
satip client: fix the satpos network limit
Jaroslav Kysela [Fri, 27 May 2016 10:55:29 +0000 (12:55 +0200)]
dvb psi: improve the TSID detection (avoid creation of shadow services)
- do not set TSID from SDT callback
- check TSID in SDT callback for table 0x42 (current mux)
- if TSID differs in PAT callback, skip it, but allow slower override
(10 checks) when new TSID is broadcasted
Jaroslav Kysela [Wed, 25 May 2016 10:02:15 +0000 (12:02 +0200)]
satip client: fix the network grouping handling
Jaroslav Kysela [Wed, 25 May 2016 09:40:25 +0000 (11:40 +0200)]
webui: add small blue triangle as mark to filtered columns
Jaroslav Kysela [Tue, 24 May 2016 18:15:11 +0000 (20:15 +0200)]
satip client: do not set auto modulation, fixes #3821
Jaroslav Kysela [Tue, 24 May 2016 06:47:56 +0000 (08:47 +0200)]
intl: update templates
Jaroslav Kysela [Tue, 24 May 2016 06:45:48 +0000 (08:45 +0200)]
intl: import some changes from en_US
Jaroslav Kysela [Tue, 24 May 2016 06:29:51 +0000 (08:29 +0200)]
intl: transifex update
Jaroslav Kysela [Mon, 23 May 2016 19:37:55 +0000 (21:37 +0200)]
wizard: fix string check - coverity
Jaroslav Kysela [Mon, 23 May 2016 19:35:58 +0000 (21:35 +0200)]
http: http_nonce_exists - fix possible string overflow - coverity
Jaroslav Kysela [Mon, 23 May 2016 19:34:02 +0000 (21:34 +0200)]
linuxdvb_frontend: fix possible string NULL dereference - coverity
Jaroslav Kysela [Mon, 23 May 2016 19:32:22 +0000 (21:32 +0200)]
wizard: fix string NULL pointer dereference - coverity
Jaroslav Kysela [Mon, 23 May 2016 19:31:06 +0000 (21:31 +0200)]
doc_md: coverity - NULL check
Jaroslav Kysela [Mon, 23 May 2016 19:29:21 +0000 (21:29 +0200)]
hdhomerun: coverity - fix double free
Jaroslav Kysela [Mon, 23 May 2016 19:27:35 +0000 (21:27 +0200)]
parsers: coverity - remove dead code
Jaroslav Kysela [Mon, 23 May 2016 19:26:32 +0000 (21:26 +0200)]
wrappers: tvh_safe_usleep - fix ERRNO_AGAIN call - coverity
Jaroslav Kysela [Mon, 23 May 2016 19:25:47 +0000 (21:25 +0200)]
tcp: coverity the ERRNO_AGAIN() checks positive values
Jaroslav Kysela [Mon, 23 May 2016 19:22:33 +0000 (21:22 +0200)]
http: nonce - fix memory leak (coverity)
Jaroslav Kysela [Mon, 23 May 2016 19:20:07 +0000 (21:20 +0200)]
transcoding: properly initialize AVPacket for audio - coverity
Jaroslav Kysela [Mon, 23 May 2016 19:17:28 +0000 (21:17 +0200)]
transcoding: subtitle - fix AVSubtittle variable initialization - coverity
Jaroslav Kysela [Mon, 23 May 2016 19:11:17 +0000 (21:11 +0200)]
gtimer: fix the ts.tv_sec assignment - coverity
Jaroslav Kysela [Mon, 23 May 2016 19:07:48 +0000 (21:07 +0200)]
htsmsg binary: coverity - int / uint_fast32 conversion
Jaroslav Kysela [Mon, 23 May 2016 19:00:42 +0000 (21:00 +0200)]
settings: coverity - limit the gzip contents to 10M
Jaroslav Kysela [Mon, 23 May 2016 18:53:54 +0000 (20:53 +0200)]
linuxdvb: lnb - fix C/Ku shared lnb description
Jaroslav Kysela [Mon, 23 May 2016 18:44:17 +0000 (20:44 +0200)]
http: coverity - fix hc_access assignment when freed
Jaroslav Kysela [Mon, 23 May 2016 07:27:36 +0000 (09:27 +0200)]
linuxdvb: LNB - add "C 5150/Ku 11700 (22khz switch)" type
Jaroslav Kysela [Fri, 20 May 2016 09:16:52 +0000 (11:16 +0200)]
WEBUI: Fix the logo size in the 'Watch TV' window, fixes #3817
Jaroslav Kysela [Thu, 19 May 2016 12:51:47 +0000 (14:51 +0200)]
DVR: add user check when the autorec entry is created
Jaroslav Kysela [Wed, 18 May 2016 14:31:00 +0000 (16:31 +0200)]
DVR config: fix 'Skip commercials' tooltip
Jaroslav Kysela [Wed, 18 May 2016 14:10:57 +0000 (16:10 +0200)]
intl: new tamplates
Jaroslav Kysela [Wed, 18 May 2016 14:08:53 +0000 (16:08 +0200)]
intl: sync with transifex
Mark Clarkstone [Tue, 17 May 2016 03:10:09 +0000 (04:10 +0100)]
webui: use a failback if browser language detection fails, fixes #3805
Jaroslav Kysela [Tue, 17 May 2016 06:23:55 +0000 (08:23 +0200)]
capmt: little optimization
Jaroslav Kysela [Mon, 16 May 2016 19:27:59 +0000 (21:27 +0200)]
htsp server: another fix for single epg event logic in getEvents
Jaroslav Kysela [Mon, 16 May 2016 18:38:53 +0000 (20:38 +0200)]
htsp server: fix the missing EPG events for restricted users in tvhclient (android), fixes #3808
Jaroslav Kysela [Mon, 16 May 2016 16:20:38 +0000 (18:20 +0200)]
capmt: add CA_SET_DESCR_MODE handling
Incomplete, oscam seems a bit broken to handle AES128 and this info
should be sent before CA_SET_DESCR (ECM key).
See: http://www.streamboard.tv/oscam/ticket/4464
Jaroslav Kysela [Mon, 16 May 2016 14:25:11 +0000 (16:25 +0200)]
capmt: rewrite the ECM PID change logic (works now), fixes #3784
Jaroslav Kysela [Mon, 16 May 2016 14:17:58 +0000 (16:17 +0200)]
service: add debug print routine for filters, fix stream removal (filtered list)
Jaroslav Kysela [Sat, 14 May 2016 17:56:02 +0000 (19:56 +0200)]
capmt: improve ECM PID changes notification for server
Jaroslav Kysela [Sat, 14 May 2016 16:50:06 +0000 (18:50 +0200)]
linuxdvb: set DTV_TRANSMISSION_MODE (auto) for ISDB-T
Jaroslav Kysela [Fri, 13 May 2016 12:32:30 +0000 (14:32 +0200)]
SAT>IP sever: fix the compilation when satip server is not enabled, fixes #3801
Jaroslav Kysela [Fri, 13 May 2016 11:05:14 +0000 (13:05 +0200)]
support/lib.sh: show do not report for failed bintray cache downloads
Jaroslav Kysela [Fri, 13 May 2016 08:10:27 +0000 (10:10 +0200)]
capmt: notify server properly when PID changes after tuning
Jaroslav Kysela [Fri, 13 May 2016 07:50:44 +0000 (09:50 +0200)]
linuxdvb: add 'C-Band (bandstack)' LNB type, fixes #3800
Jaroslav Kysela [Fri, 13 May 2016 07:37:09 +0000 (09:37 +0200)]
DVR: handle correctly the stop time updates when DVR is active for given entry, fixes #3795
Jaroslav Kysela [Fri, 13 May 2016 07:23:27 +0000 (09:23 +0200)]
memoryinfo: add 'MPEG-TS table queue' entry
Jaroslav Kysela [Fri, 13 May 2016 07:18:08 +0000 (09:18 +0200)]
mpegts input: add queue size checks for raw mpegts data for slow machines
Jaroslav Kysela [Fri, 13 May 2016 07:00:46 +0000 (09:00 +0200)]
memoryinfo: add mpegts input queue entry
Jaroslav Kysela [Thu, 12 May 2016 19:02:22 +0000 (21:02 +0200)]
webui: add 'Conditional Access' field to the base config, fixes #3760
Jaroslav Kysela [Thu, 12 May 2016 12:22:26 +0000 (14:22 +0200)]
linuxdvb: ISDB-T add DTV_ISDBT_SOUND_BROADCASTING parameter
Jaroslav Kysela [Thu, 12 May 2016 12:20:07 +0000 (14:20 +0200)]
linuxdvb: ISDB-T add more DTV parameters
Jaroslav Kysela [Thu, 12 May 2016 12:07:46 +0000 (14:07 +0200)]
cwc: manage better added / removed ECM PIDs on-the-fly (might fix 3784)
Jaroslav Kysela [Thu, 12 May 2016 11:36:14 +0000 (13:36 +0200)]
cwc: code readability fix (prefpid/ca)
Mark Clarkstone [Wed, 11 May 2016 09:58:25 +0000 (10:58 +0100)]
mdhelp: update doc_update file mdhelp: hide long item properties mdhelp: update cribsheet
Mark Clarkstone [Wed, 11 May 2016 08:46:45 +0000 (09:46 +0100)]
mdhelp: add action prop doc for stream filters
Mark Clarkstone [Wed, 11 May 2016 08:38:36 +0000 (09:38 +0100)]
mdhelp: fix status_stream help button mdhelp: update toc
Mark Clarkstone [Wed, 11 May 2016 08:14:37 +0000 (09:14 +0100)]
mdhelp: add about doc
Mark Clarkstone [Wed, 11 May 2016 08:10:38 +0000 (09:10 +0100)]
mdhelp: remove debugging options appendix and to-do from toc.
Mark Clarkstone [Wed, 11 May 2016 08:06:15 +0000 (09:06 +0100)]
mdhelp: add debugging, timeshift, status_subscription help docs mdhelp: update/add screenies mdhelp: update epg doc
Mark Clarkstone [Wed, 11 May 2016 00:00:16 +0000 (01:00 +0100)]
mdhelp: update/add various help docs + screenies mdhelp: update captions
Mark Clarkstone [Tue, 10 May 2016 12:53:21 +0000 (13:53 +0100)]
mdhelp: update stream profiles + screenies
Mark Clarkstone [Tue, 10 May 2016 11:38:28 +0000 (12:38 +0100)]
mdhelp: some minor edits mdhelp: add grabber docs + screenie mdhelp: update captions
Mark Clarkstone [Tue, 10 May 2016 01:12:50 +0000 (02:12 +0100)]
mdhelp: fix previous commit - seems you can't use config in a md filename!
Mark Clarkstone [Tue, 10 May 2016 00:52:52 +0000 (01:52 +0100)]
mdhelp: add epg_grabber_config doc, update cron doc + screenie
Mark Clarkstone [Tue, 10 May 2016 00:23:03 +0000 (01:23 +0100)]
mdhelp: add epg grabber channel doc + screenies
Mark Clarkstone [Tue, 10 May 2016 00:02:33 +0000 (01:02 +0100)]
mdhelp: add bouquet help doc + screenshots
Mark Clarkstone [Mon, 9 May 2016 23:19:57 +0000 (00:19 +0100)]
mdhelp: complete channel tag doc + add tag dialog screenie
Mark Clarkstone [Mon, 9 May 2016 22:06:55 +0000 (23:06 +0100)]
mdhelp: another image trim
Mark Clarkstone [Mon, 9 May 2016 21:57:25 +0000 (22:57 +0100)]
mdhelp: fix image paths
Mark Clarkstone [Mon, 9 May 2016 21:37:10 +0000 (22:37 +0100)]
mdhelp: update channel, schedulers, satip help + screenshots
Mark Clarkstone [Sun, 8 May 2016 11:56:23 +0000 (12:56 +0100)]
mdhelp: Clean up tv_adapters a little, add satip info.
Remove unnecessary links to other types (frontends, satconf)
from many of the device/satconf docs.
Give dvbtfrontendparams.png a trim.
Mark Clarkstone [Sat, 7 May 2016 21:16:28 +0000 (22:16 +0100)]
webui: display an error message when help doc is not available/fails to load
Mark Clarkstone [Sat, 7 May 2016 18:34:12 +0000 (19:34 +0100)]
mdhelp: minor edits
Jaroslav Kysela [Wed, 11 May 2016 18:48:13 +0000 (20:48 +0200)]
satip server: implement --satip_bindaddr
Jaroslav Kysela [Wed, 11 May 2016 08:07:06 +0000 (10:07 +0200)]
epggrab channels: fix data sync and add channel update options
Jaroslav Kysela [Wed, 11 May 2016 07:42:12 +0000 (09:42 +0200)]
epggrab: add possibility to re-run internal EPG grabbers
Jaroslav Kysela [Tue, 10 May 2016 11:36:11 +0000 (13:36 +0200)]
dvbpsi - detect PID change for CAID (might fix 3784)
Jaroslav Kysela [Tue, 10 May 2016 11:24:21 +0000 (13:24 +0200)]
dvbpsi - little indentation fix
Jaroslav Kysela [Mon, 9 May 2016 15:02:53 +0000 (17:02 +0200)]
epg: fix the grabber selection by priority, fixes #3789
Jaroslav Kysela [Mon, 9 May 2016 07:26:31 +0000 (09:26 +0200)]
http server: fix code block, fixes #3788
Jaroslav Kysela [Mon, 9 May 2016 07:25:43 +0000 (09:25 +0200)]
htsmsg: fix code indentation, fixes #3788
Jaroslav Kysela [Mon, 9 May 2016 07:17:12 +0000 (09:17 +0200)]
mdhelp: move all images from docresources to static/img/doc
Jaroslav Kysela [Sat, 7 May 2016 22:22:57 +0000 (00:22 +0200)]
SAT>IP: fix another enumm NULL pointer dereference (doc)