[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mythtv-commits
Subject:    [mythtv-commits] mythtv branch master updated by stuarta. v0.28-pre-3091-g8894d68
From:       noreply () mythtv ! org (Git Repo Owner)
Date:       2015-09-30 16:45:37
Message-ID: 20150930164537.9D3C281149 () alcor ! mythtv ! org
[Download RAW message or body]

The branch, master has been updated on the
mythtv repository by gitolite user stuarta.
       via  8894d687297439a36abc759354786e5915325110 (commit)
       via  8f23115c8d5a14c8b8858baadd5d9a30e28f377d (commit)
       via  02f2d5e7abd522eb5195548513b58a5f7bb6c209 (commit)
       via  6d7526559ddcdf09f0cbbfa59e1d25afb255a039 (commit)
       via  deda05862248aafed46b858320a2a88181b8ad29 (commit)
      from  e7e9a937c5a66b412a7f54a404894cc5bcc5b5f7 (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 8894d687297439a36abc759354786e5915325110
Author:    Stuart Auchterlonie <stuarta@squashedfrog.net> at Wed, 30 Sep 2015 \
                17:42:11 +0100
Committer: Stuart Auchterlonie <stuarta@squashedfrog.net> at Wed, 30 Sep 2015 \
                17:44:30 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8894d687297439a36abc759354786e5915325110


Fixes #12342. Adds support for non auto switching tuners.



commit 8f23115c8d5a14c8b8858baadd5d9a30e28f377d
Author:    Stuart Auchterlonie <stuarta@squashedfrog.net> at Sat, 26 Sep 2015 \
                16:29:24 +0100
Committer: Stuart Auchterlonie <stuarta@squashedfrog.net> at Sat, 26 Sep 2015 \
                16:29:24 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8f23115c8d5a14c8b8858baadd5d9a30e28f377d


Refs #12342. Apply cardinput changes to this patch



commit 02f2d5e7abd522eb5195548513b58a5f7bb6c209
Author:    David Matthews <dm@prolingua.co.uk> at Mon, 29 Dec 2014 17:26:40 +0000
Committer: Stuart Auchterlonie <stuarta@squashedfrog.net> at Sat, 26 Sep 2015 \
                16:10:31 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=02f2d5e7abd522eb5195548513b58a5f7bb6c209


Support for DVB-T2 in the channel scanner.  When used with a card that supports \
DVB-T2 it adds the ability to select DVB-T/T2 when editing a transport and extends \
the full scan to check whether a frequency will lock with DVB-T2.  It only tests for \
DVB-T2 if it has failed to lock with DVB-T to avoid having duplicate entries with \
cards that auto-switch between DVB-T and DVB-T2.  It also fixes a bug where \
previously if a lock was obtained with an offset frequency but not with the centre \
frequency the entry in the database contained only the centre frequency. (cherry \
                picked from commit 2bfbbf39cc5819bd8767baa1586d98e53abd15a2)
Signed-off-by: Stuart Auchterlonie <stuarta@squashedfrog.net>

Conflicts:
	mythtv/libs/libmythtv/cardutil.h
	mythtv/libs/libmythtv/channelscan/channelscan_sm.cpp

Refs #12342



commit 6d7526559ddcdf09f0cbbfa59e1d25afb255a039
Author:    David Matthews <dm@prolingua.co.uk> at Sun, 21 Dec 2014 13:45:42 +0000
Committer: Stuart Auchterlonie <stuarta@squashedfrog.net> at Sat, 26 Sep 2015 \
                16:08:39 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6d7526559ddcdf09f0cbbfa59e1d25afb255a039


Remove "if (true ||" added during development.  This should have been removed before \
committing. (cherry picked from commit 45b27c16108c8f400e1dbb5a20d993515be9f812)
Signed-off-by: Stuart Auchterlonie <stuarta@squashedfrog.net>

Refs #12342



commit deda05862248aafed46b858320a2a88181b8ad29
Author:    David Matthews <dm@prolingua.co.uk> at Fri, 28 Nov 2014 17:41:34 +0000
Committer: Stuart Auchterlonie <stuarta@squashedfrog.net> at Sat, 26 Sep 2015 \
                16:07:48 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=deda05862248aafed46b858320a2a88181b8ad29


Add support for DVB-T2 in the same way as DVB-S2.  If the mod_sys field of \
dtv_multiplex contains "DVB-T2" a DVB-T/T2 tuner will be switched in DVB-T2 mode.  \
Currently there is no UI to set this so it must be manually set in the database. \
                (cherry picked from commit d5a8aad4e6de455854ca0057bfd8e7c2fe067b55)
Signed-off-by: Stuart Auchterlonie <stuarta@squashedfrog.net>

Refs # 12342



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

Summary of changes:
 mythtv/libs/libmythtv/cardutil.cpp                 |   10 ++-
 mythtv/libs/libmythtv/cardutil.h                   |    3 +
 .../libs/libmythtv/channelscan/channelscan_sm.cpp  |   45 ++++++++++--
 mythtv/libs/libmythtv/channelscan/channelscan_sm.h |    1 +
 .../channelscan/channelscanmiscsettings.h          |   12 +++
 .../libs/libmythtv/channelscan/channelscanner.cpp  |   11 +++-
 .../channelscan/{panedvbt.h => panedvbt2.h}        |   14 +++--
 .../libmythtv/channelscan/scanwizardconfig.cpp     |   41 ++++++++++-
 .../libs/libmythtv/channelscan/scanwizardconfig.h  |    4 +
 mythtv/libs/libmythtv/dtvconfparserhelpers.cpp     |   10 ++-
 mythtv/libs/libmythtv/dtvconfparserhelpers.h       |    4 +-
 mythtv/libs/libmythtv/dtvmultiplex.cpp             |   77 +++++++++++++++++---
 mythtv/libs/libmythtv/dtvmultiplex.h               |    7 ++
 mythtv/libs/libmythtv/libmythtv.pro                |    1 +
 mythtv/libs/libmythtv/recorders/dvbchannel.cpp     |   33 ++++++---
 mythtv/libs/libmythtv/scanwizard.cpp               |    6 ++
 mythtv/libs/libmythtv/transporteditor.cpp          |   45 ++++++++++--
 17 files changed, 276 insertions(+), 48 deletions(-)
 copy mythtv/libs/libmythtv/channelscan/{panedvbt.h => panedvbt2.h} (88%)

-- 

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic