[mythtv-commits] mythtv branch master updated by stuarta. v29-pre-322-g36e946d

Git Repo Owner noreply at mythtv.org
Tue Feb 14 10:05:57 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user stuarta.
       via  36e946d74522045302ee2ab543fa15f5d5e7cdbc (commit)
      from  e12b855fac37f0577ef11a678bff485d9cc3b77a (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 36e946d74522045302ee2ab543fa15f5d5e7cdbc
Author:    Rune Petersen <rune at megahurts.dk> at Fri, 3 Feb 2017 16:21:48 +0000
Committer: Stuart Auchterlonie <stuarta at mythtv.org> at Tue, 14 Feb 2017 09:04:48 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=36e946d74522045302ee2ab543fa15f5d5e7cdbc

Fixes #11098 - Rework table section accounting to remove code duplication
Reworked by:
- Roger James <roger at beardandsandals.co.uk>
- Stuart Auchterlonie <stuarta at mythtv.org>

Signed-off-by: Stuart Auchterlonie <stuarta at mythtv.org>



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

Summary of changes:
 mythtv/libs/libmythtv/libmythtv.pro           |    2 +
 mythtv/libs/libmythtv/mpeg/atscstreamdata.cpp |   36 +----
 mythtv/libs/libmythtv/mpeg/atscstreamdata.h   |   25 +---
 mythtv/libs/libmythtv/mpeg/dvbstreamdata.cpp  |  241 ++++---------------------
 mythtv/libs/libmythtv/mpeg/dvbstreamdata.h    |  133 ++-------------
 mythtv/libs/libmythtv/mpeg/mpegstreamdata.cpp |  136 ++-------------
 mythtv/libs/libmythtv/mpeg/mpegstreamdata.h   |   66 +------
 mythtv/libs/libmythtv/mpeg/tablestatus.cpp    |   89 +++++++++
 mythtv/libs/libmythtv/mpeg/tablestatus.h      |   48 +++++
 9 files changed, 214 insertions(+), 562 deletions(-)
 create mode 100644 mythtv/libs/libmythtv/mpeg/tablestatus.cpp
 create mode 100644 mythtv/libs/libmythtv/mpeg/tablestatus.h

-- 



More information about the mythtv-commits mailing list