[mythtv-commits] mythtv branch master updated by paulh. v0.28-pre-2981-ga3eb10d

Git Repo Owner noreply at mythtv.org
Tue Jul 14 14:36:32 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  a3eb10d07f0d51857bf6b8772d81052cd166ccaf (commit)
      from  e740947ce84b5dc808e94347160abc46d6a7f07e (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 a3eb10d07f0d51857bf6b8772d81052cd166ccaf
Author:    Paul Harrison <pharrison at mythtv.org> at Tue, 14 Jul 2015 15:35:48 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Tue, 14 Jul 2015 15:35:48 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a3eb10d07f0d51857bf6b8772d81052cd166ccaf

Add VBox TV Gateway support
VBox is a networked tuner similar to the HDHomerun devices and is available
in 2 and 4 tuner versions with DVB T/T2, DVB S/S2 and DVB-C tuners.

VBox support is compiled in by default since it doesn't require any external
dependencies but can be disabled by passing --disable-vbox to configure if
required.

See the wiki here www.mythtv.org/wiki/VBox for more details.

Note: Bumps the database version to 1340.



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

Summary of changes:
 mythtv/configure                                   |    9 +
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 mythtv/libs/libmythtv/cardutil.cpp                 |   60 +++
 mythtv/libs/libmythtv/cardutil.h                   |   15 +-
 .../libs/libmythtv/channelscan/channelscanner.cpp  |   29 ++
 mythtv/libs/libmythtv/channelscan/channelscanner.h |   11 +
 .../libmythtv/channelscan/scanwizardconfig.cpp     |    6 +
 .../libs/libmythtv/channelscan/scanwizardconfig.h  |    2 +
 .../libmythtv/channelscan/vboxchannelfetcher.cpp   |  206 ++++++++++
 .../libmythtv/channelscan/vboxchannelfetcher.h     |   80 ++++
 mythtv/libs/libmythtv/dbcheck.cpp                  |   53 +++
 mythtv/libs/libmythtv/iptvtuningdata.h             |    6 +
 mythtv/libs/libmythtv/libmythtv.pro                |   11 +
 mythtv/libs/libmythtv/recorders/channelbase.cpp    |    6 +
 .../libmythtv/recorders/httptsstreamhandler.cpp    |   66 +++-
 .../libs/libmythtv/recorders/httptsstreamhandler.h |    8 +-
 mythtv/libs/libmythtv/recorders/iptvchannel.cpp    |   12 +-
 mythtv/libs/libmythtv/recorders/recorderbase.cpp   |    7 +
 mythtv/libs/libmythtv/recorders/signalmonitor.cpp  |    9 +
 mythtv/libs/libmythtv/recorders/vboxutils.cpp      |  415 ++++++++++++++++++++
 mythtv/libs/libmythtv/recorders/vboxutils.h        |   51 +++
 mythtv/libs/libmythtv/scanwizard.cpp               |    5 +
 mythtv/libs/libmythtv/tv_rec.cpp                   |    3 +-
 mythtv/libs/libmythtv/videosource.cpp              |  353 +++++++++++++++++
 mythtv/libs/libmythtv/videosource.h                |  137 +++++++
 25 files changed, 1540 insertions(+), 22 deletions(-)
 create mode 100644 mythtv/libs/libmythtv/channelscan/vboxchannelfetcher.cpp
 create mode 100644 mythtv/libs/libmythtv/channelscan/vboxchannelfetcher.h
 create mode 100644 mythtv/libs/libmythtv/recorders/vboxutils.cpp
 create mode 100644 mythtv/libs/libmythtv/recorders/vboxutils.h

-- 



More information about the mythtv-commits mailing list