Mailing List Archive

mythtv branch master updated by jpoet. v30-Pre-520-ged85b14
The branch, master has been updated on the
mythtv repository by gitolite user jpoet.
via ed85b14c137f88d0e1da8c1488f460cf68f5d5af (commit)
via 002c7606372f1657fb4857ad708c055d28275cb7 (commit)
via 23d74c719ac440e4c45bf01ae21b8cdd945af483 (commit)
via dab5b5dd0cd971e82a2a50d4378a8e447cffad84 (commit)
via d092966109b9713d84e225da092f780d8f88c33f (commit)
from e7173e38b8767571a973050512e4afc288785ec5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ed85b14c137f88d0e1da8c1488f460cf68f5d5af
Author: John Poet <jpoet@mythtv.org> at Thu, 22 Feb 2018 18:51:40 -0700
Committer: John Poet <jpoet@mythtv.org> at Sun, 25 Feb 2018 15:26:58 -0700
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=ed85b14c137f88d0e1da8c1488f460cf68f5d5af

Allow the SignalHandler's StreamHandler to be used by the Recorder.
Currently only supported by the External Recorder, this allows the data seen
by the Signal Monitor to be used by the recorder. This is helpful for
'slow' recorders, and the IPTV recorder would also benifit.



commit 002c7606372f1657fb4857ad708c055d28275cb7
Author: John Poet <jpoet@mythtv.org> at Thu, 22 Feb 2018 17:29:24 -0700
Committer: John Poet <jpoet@mythtv.org> at Sun, 25 Feb 2018 15:26:57 -0700
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=002c7606372f1657fb4857ad708c055d28275cb7

ExternalStreamHandler: Kill miss-behaving external recorders.



commit 23d74c719ac440e4c45bf01ae21b8cdd945af483
Author: John Poet <jpoet@mythtv.org> at Sat, 17 Feb 2018 17:24:10 -0700
Committer: John Poet <jpoet@mythtv.org> at Sun, 25 Feb 2018 15:26:56 -0700
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=23d74c719ac440e4c45bf01ae21b8cdd945af483

ExternalRecorder: Allow use of the "External Channel Changer".



commit dab5b5dd0cd971e82a2a50d4378a8e447cffad84
Author: John Poet <jpoet@mythtv.org> at Sat, 17 Feb 2018 16:44:03 -0700
Committer: John Poet <jpoet@mythtv.org> at Sun, 25 Feb 2018 15:26:56 -0700
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=dab5b5dd0cd971e82a2a50d4378a8e447cffad84

ExternalRecorder: Allow user to specify arguments to the external recorder.
FileDevice does not (currently) support arguments to the file, so just let
the user hand-type in the path.



commit d092966109b9713d84e225da092f780d8f88c33f
Author: John Poet <jpoet@mythtv.org> at Sat, 17 Feb 2018 16:32:16 -0700
Committer: John Poet <jpoet@mythtv.org> at Sun, 25 Feb 2018 15:26:55 -0700
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=d092966109b9713d84e225da092f780d8f88c33f

External Recorder: Allow user to specify the tunning timeout.



-----------------------------------------------------------------------

Summary of changes:
.../libs/libmythtv/channelscan/channelscan_sm.cpp | 2 +-
mythtv/libs/libmythtv/recorders/ExternalChannel.h | 3 +
.../libs/libmythtv/recorders/ExternalRecorder.cpp | 19 ++--
.../libmythtv/recorders/ExternalSignalMonitor.cpp | 27 ++++--
.../libmythtv/recorders/ExternalSignalMonitor.h | 2 +-
.../libmythtv/recorders/ExternalStreamHandler.cpp | 107 ++++++++++++--------
.../libmythtv/recorders/ExternalStreamHandler.h | 11 ++-
.../libmythtv/recorders/analogsignalmonitor.cpp | 12 ++-
.../libs/libmythtv/recorders/analogsignalmonitor.h | 6 +-
.../libs/libmythtv/recorders/asisignalmonitor.cpp | 10 +-
mythtv/libs/libmythtv/recorders/asisignalmonitor.h | 2 +-
.../libmythtv/recorders/cetonsignalmonitor.cpp | 10 +-
.../libs/libmythtv/recorders/cetonsignalmonitor.h | 2 +-
.../libs/libmythtv/recorders/dtvsignalmonitor.cpp | 3 +-
mythtv/libs/libmythtv/recorders/dtvsignalmonitor.h | 1 +
.../libs/libmythtv/recorders/dvbsignalmonitor.cpp | 3 +-
mythtv/libs/libmythtv/recorders/dvbsignalmonitor.h | 1 +
.../libmythtv/recorders/firewiresignalmonitor.cpp | 20 ++--
.../libmythtv/recorders/firewiresignalmonitor.h | 1 +
.../libs/libmythtv/recorders/hdhrsignalmonitor.cpp | 10 +-
.../libs/libmythtv/recorders/hdhrsignalmonitor.h | 2 +-
.../libs/libmythtv/recorders/iptvsignalmonitor.cpp | 7 +-
.../libs/libmythtv/recorders/iptvsignalmonitor.h | 2 +-
.../libs/libmythtv/recorders/scriptsignalmonitor.h | 5 +-
mythtv/libs/libmythtv/recorders/signalmonitor.cpp | 39 +++++---
mythtv/libs/libmythtv/recorders/signalmonitor.h | 6 +-
mythtv/libs/libmythtv/recorders/streamhandler.cpp | 11 +--
.../libmythtv/recorders/v4l2encsignalmonitor.cpp | 12 ++-
.../libmythtv/recorders/v4l2encsignalmonitor.h | 2 +-
mythtv/libs/libmythtv/tv_rec.cpp | 3 +-
mythtv/libs/libmythtv/videosource.cpp | 31 ++++--
31 files changed, 228 insertions(+), 144 deletions(-)

--

_______________________________________________
mythtv-firehose mailing list
mythtv-firehose@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-firehose