]> git.ipfire.org Git - thirdparty/tvheadend.git/log
thirdparty/tvheadend.git
8 years agosatip server: handle TCP socket return code, destroy session for RTP/TCP on close...
Jaroslav Kysela [Wed, 2 Aug 2017 07:42:45 +0000 (09:42 +0200)] 
satip server: handle TCP socket return code, destroy session for RTP/TCP on close, fixes #4226

8 years agojavascript: fix websocket comet protocol identification (for chrome), fixes #4511
Jaroslav Kysela [Tue, 1 Aug 2017 18:05:52 +0000 (20:05 +0200)] 
javascript: fix websocket comet protocol identification (for chrome), fixes #4511

8 years agoAdd series link support to htsp autorec methods.
Kai Sommerfeld [Fri, 28 Jul 2017 12:36:14 +0000 (14:36 +0200)] 
Add series link support to htsp autorec methods.

8 years agoTravis-ci: correctly detect version Changelog: add last 5 commits to changelog output...
Mark Clarkstone [Sun, 30 Jul 2017 01:13:14 +0000 (02:13 +0100)] 
Travis-ci: correctly detect version Changelog: add last 5 commits to changelog output Autobuild: add raspbianjessie to libpcre2-dev/libpcre3-dev check

8 years agohttp server: implement websockets for instant messages
Jaroslav Kysela [Sun, 30 Jul 2017 12:48:37 +0000 (14:48 +0200)] 
http server: implement websockets for instant messages

8 years agoWebUI: add return to sort-by-date when toggling back to 'All' from 'Now'
ProfYaffle [Wed, 26 Jul 2017 12:27:04 +0000 (13:27 +0100)] 
WebUI: add return to sort-by-date when toggling back to 'All' from 'Now'

8 years agosatip server: signalize pernament 'no data' state to rtsp layer, fixes #4499
Jaroslav Kysela [Thu, 27 Jul 2017 15:00:45 +0000 (17:00 +0200)] 
satip server: signalize pernament 'no data' state to rtsp layer, fixes #4499

8 years agosatip server: remove unimplemented satip_rtp_update() declaration
Jaroslav Kysela [Thu, 27 Jul 2017 14:41:20 +0000 (16:41 +0200)] 
satip server: remove unimplemented satip_rtp_update() declaration

8 years agosatip server: simplify and correct the state changes in rtsp_start()
Jaroslav Kysela [Thu, 27 Jul 2017 14:37:41 +0000 (16:37 +0200)] 
satip server: simplify and correct the state changes in rtsp_start()

8 years agosatip server: remove the rtp/id layer
Jaroslav Kysela [Thu, 27 Jul 2017 14:32:50 +0000 (16:32 +0200)] 
satip server: remove the rtp/id layer

8 years agosatip server: move state to SETUP when session with TCP data closes the connection
Jaroslav Kysela [Thu, 27 Jul 2017 09:47:17 +0000 (11:47 +0200)] 
satip server: move state to SETUP when session with TCP data closes the connection

8 years agosatip server: try to fix the stream/session mismatch, fixes #4499
Jaroslav Kysela [Tue, 25 Jul 2017 16:22:56 +0000 (18:22 +0200)] 
satip server: try to fix the stream/session mismatch, fixes #4499

8 years agosatip server: add short DESCRIBE, fix incorrect delivery system, fix frontend and...
Jaroslav Kysela [Tue, 25 Jul 2017 14:55:41 +0000 (16:55 +0200)] 
satip server: add short DESCRIBE, fix incorrect delivery system, fix frontend and source in DESCRIBE, fixes #4499

8 years agoUpdate xmltv.c
ObvB [Thu, 13 Jul 2017 22:43:05 +0000 (18:43 -0400)] 
Update xmltv.c

8 years agoepggrab xmltv: support grabbing "summary" field
ObvB [Thu, 13 Jul 2017 22:36:03 +0000 (18:36 -0400)] 
epggrab xmltv: support grabbing "summary" field

"summary" field should be supported by XMLTV EPG grabber (https://tvheadend.org/projects/tvheadend/wiki/Epgdb)

This fix adds support that according to documentation should have already been there.

8 years agoAdd a button to quickly play a channel in EPG view (#3926)
Lubos Dolezel [Mon, 17 Jul 2017 21:44:53 +0000 (23:44 +0200)] 
Add a button to quickly play a channel in EPG view (#3926)

8 years agoAdd "Now" view mode in EPG (#3411)
Lubos Dolezel [Mon, 17 Jul 2017 20:04:49 +0000 (22:04 +0200)] 
Add "Now" view mode in EPG (#3411)

8 years agodvr: fix the wrong idnode class usage (memory access), fixes #4480
Jaroslav Kysela [Tue, 25 Jul 2017 12:25:51 +0000 (14:25 +0200)] 
dvr: fix the wrong idnode class usage (memory access), fixes #4480

8 years agosatip server: fix the PLAY/SETUP state machine, filter stream in DESCRIBE, fixes...
Jaroslav Kysela [Fri, 7 Jul 2017 14:26:00 +0000 (16:26 +0200)] 
satip server: fix the PLAY/SETUP state machine, filter stream in DESCRIBE, fixes #4474

8 years agosatip server: improve sig_lock updating, fixes #4474
Jaroslav Kysela [Thu, 6 Jul 2017 13:14:55 +0000 (15:14 +0200)] 
satip server: improve sig_lock updating, fixes #4474

8 years agosatip server: don't close session on PLAY, fixes #4471
Jaroslav Kysela [Thu, 6 Jul 2017 06:53:02 +0000 (08:53 +0200)] 
satip server: don't close session on PLAY, fixes #4471

8 years agodvb psi: fix the wrong data pass to mpegts_table_dispatch, fixes #4472
Jaroslav Kysela [Thu, 6 Jul 2017 06:49:51 +0000 (08:49 +0200)] 
dvb psi: fix the wrong data pass to mpegts_table_dispatch, fixes #4472

8 years agosatip server: close session on SETUP error, fixes #4471
Jaroslav Kysela [Wed, 5 Jul 2017 15:50:02 +0000 (17:50 +0200)] 
satip server: close session on SETUP error, fixes #4471

8 years agoFix _dvr_entry_update to allow update of retention, removal, title and subtitle for...
Kai Sommerfeld [Mon, 3 Jul 2017 10:48:54 +0000 (12:48 +0200)] 
Fix _dvr_entry_update to allow update of retention, removal, title and subtitle for finished and ongoing recordings. htsp version bump to v28 needed to allow clients to identify the fix.

8 years agoCorrect the line breaks in README.md
Mark Clarkstone [Sun, 2 Jul 2017 06:22:40 +0000 (07:22 +0100)] 
Correct the line breaks in README.md

Use a list * instead of >

8 years agoMakefile.ffmpeg: force --libdir for OpenSuSE
Jaroslav Kysela [Tue, 4 Jul 2017 16:40:32 +0000 (18:40 +0200)] 
Makefile.ffmpeg: force --libdir for OpenSuSE

8 years agohttp: fix the proxy protocol code, fixes #4469
Jaroslav Kysela [Tue, 4 Jul 2017 06:27:59 +0000 (08:27 +0200)] 
http: fix the proxy protocol code, fixes #4469

8 years agosatip client: add filter for delivery system, fixes #4466
Jaroslav Kysela [Mon, 3 Jul 2017 12:56:06 +0000 (14:56 +0200)] 
satip client: add filter for delivery system, fixes #4466

8 years agopsi lib: fix edit typo
Jaroslav Kysela [Sat, 1 Jul 2017 14:01:31 +0000 (16:01 +0200)] 
psi lib: fix edit typo

8 years agosort file lists
Bernhard M. Wiedemann [Sat, 1 Jul 2017 09:00:08 +0000 (11:00 +0200)] 
sort file lists

to generate docs_inc.c reproducibly
See https://reproducible-builds.org/ for why this matters

8 years agoAllow to override build date
Bernhard M. Wiedemann [Sat, 1 Jul 2017 09:07:19 +0000 (11:07 +0200)] 
Allow to override build date

to enable reproducible builds

See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.

The date calls are designed to work with both GNU date and BSD date

8 years agoUpdate README.md
Mark Clarkstone [Sat, 1 Jul 2017 13:15:47 +0000 (14:15 +0100)] 
Update README.md

8 years agopsi lib: do filtering more early
Jaroslav Kysela [Sat, 1 Jul 2017 13:47:10 +0000 (15:47 +0200)] 
psi lib: do filtering more early

8 years agohttpc: fix the hc_efd inconsistency, fixes #4464
Jaroslav Kysela [Sat, 1 Jul 2017 07:22:23 +0000 (09:22 +0200)] 
httpc: fix the hc_efd inconsistency, fixes #4464

8 years agosatip server: 2nd fix the problem introduced in 'satip server: pass cmd to rtsp_start...
Jaroslav Kysela [Wed, 28 Jun 2017 06:23:47 +0000 (08:23 +0200)] 
satip server: 2nd fix the problem introduced in 'satip server: pass cmd to rtsp_start() to make core more readable'

8 years agotravis-ci: fix build issue.
Mark Clarkstone [Tue, 27 Jun 2017 18:05:25 +0000 (19:05 +0100)] 
travis-ci: fix build issue.

8 years agomdhelp: more small changes + try to explain the *change parameters* flag better ...
Mark Clarkstone [Tue, 27 Jun 2017 16:27:17 +0000 (17:27 +0100)] 
mdhelp: more small changes + try to explain the *change parameters* flag better + update screenies

8 years agomdhelp: more changes & cleanup + add note(s) about dvr filename issues for some langs
Mark Clarkstone [Mon, 26 Jun 2017 19:34:57 +0000 (20:34 +0100)] 
mdhelp: more changes & cleanup + add note(s) about dvr filename issues for some langs

8 years agoAdd missing include for kill(2)
Bernhard Froehlich [Wed, 21 Jun 2017 13:51:00 +0000 (13:51 +0000)] 
Add missing include for kill(2)

src/spawn.c:306:7: warning: implicit declaration of function 'kill' is invalid in C99 [-Wimplicit-function-declaration]
      kill(-(s->pid), SIGKILL);
      ^
src/spawn.c:306:23: error: use of undeclared identifier 'SIGKILL'
      kill(-(s->pid), SIGKILL);
                      ^
src/spawn.c:655:3: warning: implicit declaration of function 'pthread_kill' is invalid in C99
      [-Wimplicit-function-declaration]
  pthread_kill(spawn_pipe_tid, SIGTERM);
  ^
src/spawn.c:655:32: error: use of undeclared identifier 'SIGTERM'
pthread_kill(spawn_pipe_tid, SIGTERM);

8 years agoMake build_timestamp generation less platform specific. This also slightly changes...
Bernhard Froehlich [Wed, 21 Jun 2017 13:49:57 +0000 (13:49 +0000)] 
Make build_timestamp generation less platform specific. This also slightly changes the format of the timezone offset.

$ date -Iseconds
2017-06-21T13:33:15+02:00

$ date +%Y-%m-%dT%H:%M:%S%z
2017-06-21T13:33:24+0200

8 years agoCompatibility fix for undefined _SC_IOV_MAX
m4tt075 [Tue, 20 Jun 2017 18:41:06 +0000 (20:41 +0200)] 
Compatibility fix for undefined _SC_IOV_MAX

8 years agosatip server: fix the problem introduced in 'satip server: pass cmd to rtsp_start...
Jaroslav Kysela [Wed, 28 Jun 2017 06:13:26 +0000 (08:13 +0200)] 
satip server: fix the problem introduced in 'satip server: pass cmd to rtsp_start() to make core more readable'

8 years agourl: fix for the previuos patch, fixes #4457
Jaroslav Kysela [Sat, 24 Jun 2017 08:07:09 +0000 (10:07 +0200)] 
url: fix for the previuos patch, fixes #4457

8 years agourl: fix possible static buffer overflow for liburiparser, fixes #4457
Jaroslav Kysela [Sat, 24 Jun 2017 07:54:59 +0000 (09:54 +0200)] 
url: fix possible static buffer overflow for liburiparser, fixes #4457

8 years agolinuxdvb: snr_scale -> signal_scale
Daniel Scheller [Fri, 23 Jun 2017 20:08:16 +0000 (22:08 +0200)] 
linuxdvb: snr_scale -> signal_scale

8 years agolinuxdvb: second fix for sig_multiply
Jaroslav Kysela [Fri, 23 Jun 2017 19:54:11 +0000 (21:54 +0200)] 
linuxdvb: second fix for sig_multiply

8 years agolinuxdvb: catch FE_SCALE_NOT_AVAILABLE in DVBv5 signal strength
Daniel Scheller [Fri, 23 Jun 2017 16:50:34 +0000 (18:50 +0200)] 
linuxdvb: catch FE_SCALE_NOT_AVAILABLE in DVBv5 signal strength

8 years agolinuxdvb: fix sig_multiply
Jaroslav Kysela [Fri, 23 Jun 2017 19:51:34 +0000 (21:51 +0200)] 
linuxdvb: fix sig_multiply

8 years agorpm: makefile - extend cleaning
Jiri Kastner [Thu, 22 Jun 2017 07:22:20 +0000 (09:22 +0200)] 
rpm: makefile - extend cleaning

i realized, that after few builds rpm folder had 3GB,
because it keeped useless content in BUILD and SOURCES
also keeping generated tvheadend.spec results in not building
of current HEAD.

Signed-off-by: Jiri Kastner <cz172638@gmail.com>
8 years agoDVR: small optimization
Jaroslav Kysela [Wed, 21 Jun 2017 10:08:52 +0000 (12:08 +0200)] 
DVR: small optimization

8 years agocapmt: increase MAX_INDEX from 64 to 128
Jaroslav Kysela [Tue, 20 Jun 2017 16:33:29 +0000 (18:33 +0200)] 
capmt: increase MAX_INDEX from 64 to 128

8 years agocapmt: fix the command length calculation
Jaroslav Kysela [Tue, 20 Jun 2017 16:30:23 +0000 (18:30 +0200)] 
capmt: fix the command length calculation

8 years agosatip server: add 'Anonymize' configuration option, fixes #4227
Jaroslav Kysela [Tue, 20 Jun 2017 15:46:02 +0000 (17:46 +0200)] 
satip server: add 'Anonymize' configuration option, fixes #4227

8 years agosatip server: don't print RTCP connection refused errors for broken (or non-capable...
Jaroslav Kysela [Tue, 20 Jun 2017 15:30:28 +0000 (17:30 +0200)] 
satip server: don't print RTCP connection refused errors for broken (or non-capable) clients, fixes #4184

8 years agosatip server: add 'Force signal level', fixes #4444
Jaroslav Kysela [Tue, 20 Jun 2017 15:25:38 +0000 (17:25 +0200)] 
satip server: add 'Force signal level', fixes #4444

8 years agolinuxdvb: fix the adapter active flag, fixes #4452
Jaroslav Kysela [Tue, 20 Jun 2017 15:00:48 +0000 (17:00 +0200)] 
linuxdvb: fix the adapter active flag, fixes #4452

8 years agocwc/cccam: compilation fix for previous change
Jaroslav Kysela [Tue, 20 Jun 2017 14:45:59 +0000 (16:45 +0200)] 
cwc/cccam: compilation fix for previous change

8 years agocwc/cccam: fix another mutex dead-lock
Jaroslav Kysela [Tue, 20 Jun 2017 13:14:44 +0000 (15:14 +0200)] 
cwc/cccam: fix another mutex dead-lock

8 years agosatip server: show the stream status for DESCRIBE in SETUP state, fixes #4449
Jaroslav Kysela [Tue, 20 Jun 2017 12:50:54 +0000 (14:50 +0200)] 
satip server: show the stream status for DESCRIBE in SETUP state, fixes #4449

8 years agosatip server: pass cmd to rtsp_start() to make core more readable, fixes #4449
Jaroslav Kysela [Tue, 20 Jun 2017 12:41:26 +0000 (14:41 +0200)] 
satip server: pass cmd to rtsp_start() to make core more readable, fixes #4449

8 years agosatip server: start streaming directly after SETUP, but RTCP only, fixes #4449
Jaroslav Kysela [Tue, 20 Jun 2017 12:36:36 +0000 (14:36 +0200)] 
satip server: start streaming directly after SETUP, but RTCP only, fixes #4449

8 years agosatip sever: increase the SNR level strength for the unknow state, too
Jaroslav Kysela [Tue, 20 Jun 2017 11:03:35 +0000 (13:03 +0200)] 
satip sever: increase the SNR level strength for the unknow state, too

8 years agosatip server: allow to configure the signal level for IPTV streams, fixes #4448
Jaroslav Kysela [Tue, 20 Jun 2017 08:48:04 +0000 (10:48 +0200)] 
satip server: allow to configure the signal level for IPTV streams, fixes #4448

8 years agolinux dvbapi: add signal/snr multiplier to the frontend config, fixes #4440
Jaroslav Kysela [Tue, 20 Jun 2017 08:14:28 +0000 (10:14 +0200)] 
linux dvbapi: add signal/snr multiplier to the frontend config, fixes #4440

8 years agoCosmetics: peer address and port
Pablo [Sun, 18 Jun 2017 18:33:17 +0000 (20:33 +0200)] 
Cosmetics: peer address and port

8 years agomdhelp/markdown: add a space to all headers and fix a few little niggles properties...
Mark Clarkstone [Wed, 14 Jun 2017 11:11:08 +0000 (12:11 +0100)] 
mdhelp/markdown: add a space to all headers and fix a few little niggles properties: remove hash (#) from a few .name(s) and change a few others to (hopefully) make them clearer, as well as update a few .desc(s)

8 years agosatip server: increase the signal level strenght for the uknown state
Jaroslav Kysela [Tue, 20 Jun 2017 07:16:46 +0000 (09:16 +0200)] 
satip server: increase the signal level strenght for the uknown state

8 years agodescrambler/cwc: try to avoid dead-lock (descrambler_table_callback)
Jaroslav Kysela [Mon, 19 Jun 2017 18:40:21 +0000 (20:40 +0200)] 
descrambler/cwc: try to avoid dead-lock (descrambler_table_callback)

8 years agosubscription: call correctly service stop when instance is bad, fixes #4438
Jaroslav Kysela [Mon, 19 Jun 2017 12:21:22 +0000 (14:21 +0200)] 
subscription: call correctly service stop when instance is bad, fixes #4438

8 years agolinuxdvb: use MPEGTS_FULLMUX_PID (8192) when the PID filter overflows, fixes #4442
Jaroslav Kysela [Mon, 19 Jun 2017 07:29:19 +0000 (09:29 +0200)] 
linuxdvb: use MPEGTS_FULLMUX_PID (8192) when the PID filter overflows, fixes #4442

8 years agodvb_get_string - fix the null string (provider), fixes #4339
Jaroslav Kysela [Sun, 18 Jun 2017 18:44:57 +0000 (20:44 +0200)] 
dvb_get_string - fix the null string (provider), fixes #4339

8 years agodvb psi: skip rather than immediate error for some dtags
Jaroslav Kysela [Sun, 18 Jun 2017 18:44:14 +0000 (20:44 +0200)] 
dvb psi: skip rather than immediate error for some dtags

8 years agochannels: icons - try to replace always the bad characters (begin '.', global '/...
Jaroslav Kysela [Fri, 16 Jun 2017 18:55:23 +0000 (20:55 +0200)] 
channels: icons - try to replace always the bad characters (begin '.', global '/','\'), fixes #3807

8 years agoreplace strdupa() with tvh_strdupa()
Jaroslav Kysela [Fri, 16 Jun 2017 16:40:11 +0000 (18:40 +0200)] 
replace strdupa() with tvh_strdupa()

8 years agochannels: icon file:// URLs must be deescaped
Jaroslav Kysela [Fri, 16 Jun 2017 16:31:34 +0000 (18:31 +0200)] 
channels: icon file:// URLs must be deescaped

8 years agoaccess: fix memory leak (aa_chrange)
Jaroslav Kysela [Fri, 16 Jun 2017 16:18:16 +0000 (18:18 +0200)] 
access: fix memory leak (aa_chrange)

8 years agoapi_idnode: fix memory leak in api_idnode_grid()
Jaroslav Kysela [Fri, 16 Jun 2017 16:17:00 +0000 (18:17 +0200)] 
api_idnode: fix memory leak in api_idnode_grid()

8 years agowebui: http_stream_run - fix the end-of-connection check
Jaroslav Kysela [Fri, 16 Jun 2017 13:33:44 +0000 (15:33 +0200)] 
webui: http_stream_run - fix the end-of-connection check

8 years agoprofile: run transcoder in another thread
Jaroslav Kysela [Fri, 16 Jun 2017 13:33:20 +0000 (15:33 +0200)] 
profile: run transcoder in another thread

8 years agobintray: don't automatically publish dirty builds bintray: allow org override
Mark Clarkstone [Thu, 15 Jun 2017 22:41:23 +0000 (23:41 +0100)] 
bintray: don't automatically publish dirty builds bintray: allow org override

8 years agoCompatibility fix to add atomic32 support
m4tt075 [Thu, 15 Jun 2017 08:30:19 +0000 (10:30 +0200)] 
Compatibility fix to add atomic32 support

8 years agom3u: fix m3u-url decoding (2nd try), fixes #4432
Jaroslav Kysela [Thu, 15 Jun 2017 18:45:34 +0000 (20:45 +0200)] 
m3u: fix m3u-url decoding (2nd try), fixes #4432

8 years agohttpc: cosmetic
Jaroslav Kysela [Thu, 15 Jun 2017 18:27:30 +0000 (20:27 +0200)] 
httpc: cosmetic

8 years agopacket: add meta field to the trace log
Jaroslav Kysela [Thu, 15 Jun 2017 13:56:38 +0000 (15:56 +0200)] 
packet: add meta field to the trace log

8 years agodvb psi: cosmetic code reshuffle, translate onid/tsid 0xffff to 55555
Jaroslav Kysela [Wed, 14 Jun 2017 07:02:42 +0000 (09:02 +0200)] 
dvb psi: cosmetic code reshuffle, translate onid/tsid 0xffff to 55555

8 years agoDVR: handle the subscription priority/weight correctly, fixes #4429
Jaroslav Kysela [Wed, 14 Jun 2017 06:09:35 +0000 (08:09 +0200)] 
DVR: handle the subscription priority/weight correctly, fixes #4429

8 years agocapmt: add protection for out-of-valid-data access, fixes #4430
Jaroslav Kysela [Wed, 14 Jun 2017 06:03:21 +0000 (08:03 +0200)] 
capmt: add protection for out-of-valid-data access, fixes #4430

8 years agoMakefile.ffmpeg: update to latest x264/x265/ffmpeg/libmfx
Jaroslav Kysela [Tue, 13 Jun 2017 15:59:21 +0000 (17:59 +0200)] 
Makefile.ffmpeg: update to latest x264/x265/ffmpeg/libmfx

8 years agolinuxdvb ca: fix the supported CAIDs log lines, fixes #4400
Jaroslav Kysela [Tue, 13 Jun 2017 15:22:22 +0000 (17:22 +0200)] 
linuxdvb ca: fix the supported CAIDs log lines, fixes #4400

8 years agodescrambler: another workaround for buggy o*s*m
Jaroslav Kysela [Tue, 13 Jun 2017 07:31:45 +0000 (09:31 +0200)] 
descrambler: another workaround for buggy o*s*m

8 years agocapmt: add SCT_TELETEXT as allowed to capmt_include_elementary_stream()
Jaroslav Kysela [Tue, 13 Jun 2017 07:21:27 +0000 (09:21 +0200)] 
capmt: add SCT_TELETEXT as allowed to capmt_include_elementary_stream()

8 years agodescrambler: fix another NULL dereference
Jaroslav Kysela [Tue, 13 Jun 2017 06:47:14 +0000 (08:47 +0200)] 
descrambler: fix another NULL dereference

8 years agodescrambler: allow to overwrite the key type (bug in o*c*m)
Jaroslav Kysela [Tue, 13 Jun 2017 06:28:21 +0000 (08:28 +0200)] 
descrambler: allow to overwrite the key type (bug in o*c*m)

8 years agocapmt: fix the offset for ECM_INFO
Jaroslav Kysela [Tue, 13 Jun 2017 05:50:22 +0000 (07:50 +0200)] 
capmt: fix the offset for ECM_INFO

8 years agodescrambler: fix NULL dereference
Jaroslav Kysela [Tue, 13 Jun 2017 05:46:16 +0000 (07:46 +0200)] 
descrambler: fix NULL dereference

8 years agocapmt: add TELETEXT to capmt_update_elementary_stream
Jaroslav Kysela [Mon, 12 Jun 2017 19:23:41 +0000 (21:23 +0200)] 
capmt: add TELETEXT to capmt_update_elementary_stream

8 years agodescrambler: show the not available key for multipid
Jaroslav Kysela [Mon, 12 Jun 2017 19:23:24 +0000 (21:23 +0200)] 
descrambler: show the not available key for multipid

8 years agodescrambler: more AES / AES128 fixes
Jaroslav Kysela [Mon, 12 Jun 2017 16:17:06 +0000 (18:17 +0200)] 
descrambler: more AES / AES128 fixes

8 years agodescrambler: update the keystate depending variables only once, cleanups
Jaroslav Kysela [Mon, 12 Jun 2017 15:34:10 +0000 (17:34 +0200)] 
descrambler: update the keystate depending variables only once, cleanups

8 years agocapmt: fix compilation error
Jaroslav Kysela [Mon, 12 Jun 2017 13:53:47 +0000 (15:53 +0200)] 
capmt: fix compilation error