[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-2781-g119fb55

Git Repo Owner noreply at mythtv.org
Thu Mar 26 20:09:28 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  119fb55cd31f942b74900ffc0aeecbae5ebcb986 (commit)
       via  b23a332fe9d04b10c47ae68d248532ad89184377 (commit)
       via  26f911ea94d14243ebd0ed55da31d70f6f00e3e4 (commit)
       via  247fddeb0af76272c8267b43d15fcc85cf84aa12 (commit)
       via  03ee8c5f7298a6ccfdda1a0f3b85228e15dbaa5e (commit)
      from  3da0807cf38361beacf86a5a9c34c0de19df1095 (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 119fb55cd31f942b74900ffc0aeecbae5ebcb986
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 26 Mar 2015 18:49:37 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 26 Mar 2015 20:08:17 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=119fb55cd31f942b74900ffc0aeecbae5ebcb986

Services API: Bypass LoadFromScheduler() in more places



commit b23a332fe9d04b10c47ae68d248532ad89184377
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 26 Mar 2015 17:06:31 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 26 Mar 2015 20:02:49 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b23a332fe9d04b10c47ae68d248532ad89184377

Services API: Get the list of scheduled recordings directly from the scheduler, it's considerably faster



commit 26f911ea94d14243ebd0ed55da31d70f6f00e3e4
Author:    Stuart Morgan <smorgan at mythtv.org> at Wed, 25 Mar 2015 23:29:41 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 26 Mar 2015 19:53:04 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=26f911ea94d14243ebd0ed55da31d70f6f00e3e4

Services API: Reduce the number of queries needed to compile guide data from 1 + [2 * number of channels] to 2
This also touches a couple of other places where the same redundancy
was present.



commit 247fddeb0af76272c8267b43d15fcc85cf84aa12
Author:    Stuart Morgan <smorgan at mythtv.org> at Wed, 25 Mar 2015 23:10:34 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 26 Mar 2015 10:57:07 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=247fddeb0af76272c8267b43d15fcc85cf84aa12

ChannelUtil::GetInputID() is unused, pointless and a duplicate of CardUtil::GetInputID()



commit 03ee8c5f7298a6ccfdda1a0f3b85228e15dbaa5e
Author:    Stuart Morgan <smorgan at mythtv.org> at Wed, 25 Mar 2015 22:48:14 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 26 Mar 2015 10:57:06 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=03ee8c5f7298a6ccfdda1a0f3b85228e15dbaa5e

Services API: Minor guide optimisations



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

Summary of changes:
 mythtv/libs/libmythtv/cardutil.cpp                 |   18 ------
 mythtv/libs/libmythtv/cardutil.h                   |    5 --
 mythtv/libs/libmythtv/channelutil.cpp              |   24 -------
 mythtv/libs/libmythtv/channelutil.h                |   25 +++++---
 mythtv/libs/libmythtv/tv_play.cpp                  |    4 +-
 mythtv/programs/mythbackend/scheduler.cpp          |   26 ++++++++-
 mythtv/programs/mythbackend/scheduler.h            |    3 +-
 mythtv/programs/mythbackend/services/dvr.cpp       |   43 ++++++++------
 mythtv/programs/mythbackend/services/guide.cpp     |   65 ++++++++++++++-----
 .../programs/mythbackend/services/serviceUtil.cpp  |    3 +-
 10 files changed, 118 insertions(+), 98 deletions(-)

-- 



More information about the mythtv-commits mailing list