[mythtv-commits] mythtv branch master updated by dekarl. v0.27-pre2-1932-g20291e6

Git Repo Owner noreply at mythtv.org
Thu Jul 18 16:29:49 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  20291e6ea1c76f861f1da63fc48afb2364dbc96c (commit)
       via  08e471c7e102d6b284a408bea255dbb221253cff (commit)
       via  e69f79df3fb318b0198cd20b065fd27c1801a665 (commit)
      from  555d030ebb83ead5d753d74b31dfce426058c827 (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 20291e6ea1c76f861f1da63fc48afb2364dbc96c
Author:    Karl Dietz <dekarl at mythtv.org> at Thu, 18 Jul 2013 01:33:09 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Thu, 18 Jul 2013 18:27:34 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=20291e6ea1c76f861f1da63fc48afb2364dbc96c

don't force SI sections into a PESPacket, use the new constructor instead
A variant of this has been lightly tested and I'd like to get it into 0.27
as it should fix all kinds of issues down the line.

E.g. stuff related to the SI for DVB-CAM being rejected due to expecting
a CRC which they don't have

It also removes the false positive CRC errors from the logs.

Fixes #10495
Fixes #10496



commit 08e471c7e102d6b284a408bea255dbb221253cff
Author:    Karl Dietz <dekarl at mythtv.org> at Thu, 18 Jul 2013 01:00:59 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Thu, 18 Jul 2013 17:25:35 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=08e471c7e102d6b284a408bea255dbb221253cff

add unit test for TimeDateTable
Refs #10496



commit e69f79df3fb318b0198cd20b065fd27c1801a665
Author:    Karl Dietz <dekarl at mythtv.org> at Thu, 18 Jul 2013 00:59:51 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Thu, 18 Jul 2013 17:25:33 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e69f79df3fb318b0198cd20b065fd27c1801a665

add constructor for PSIPTables from byte arrays



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

Summary of changes:
 mythtv/libs/libmythtv/avformatdecoder.cpp          |   20 ++-------
 mythtv/libs/libmythtv/mpeg/dvbtables.h             |    4 +-
 mythtv/libs/libmythtv/mpeg/mpegtables.h            |   11 +++++
 .../libs/libmythtv/recorders/dvbstreamhandler.cpp  |    3 +-
 .../test/test_mpegtables/test_mpegtables.h         |   45 ++++++++++++++++++++
 5 files changed, 64 insertions(+), 19 deletions(-)

-- 



More information about the mythtv-commits mailing list