[mythtv-firehose] mythtv branch master updated by dekarl. v0.28-pre-3074-g90b9852

Git Repo Owner noreply at mythtv.org
Thu Sep 17 09:14:36 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  90b98524e04e5a37112e038bd9c5da6958fbf4f1 (commit)
       via  c8d65f00eb073946cb624318f28d0d38cec20977 (commit)
       via  fee554cc8c2b339175c565364db6859ae85e9f14 (commit)
      from  315d10a227dd477d1f16c3678ab7bd6562d7de3a (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 90b98524e04e5a37112e038bd9c5da6958fbf4f1
Author:    Karl Dietz <dekarl at mythtv.org> at Tue, 15 Sep 2015 12:00:00 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Thu, 17 Sep 2015 11:13:09 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=90b98524e04e5a37112e038bd9c5da6958fbf4f1

handle RTP packets with header extensions and/or less then 7 TS packets
1328 is a magic number of 12 (minimum RTP header size) plus
7 times 188 (length of a plain TS packet)

Fix handling of padding length calculation while here.
from RFC 1889, page 11:
    The last octet of the padding contains a count of how many padding
    octets should be ignored.

Refs #11852



commit c8d65f00eb073946cb624318f28d0d38cec20977
Author:    Karl Dietz <dekarl at mythtv.org> at Thu, 17 Sep 2015 11:07:46 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Thu, 17 Sep 2015 11:12:59 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c8d65f00eb073946cb624318f28d0d38cec20977

extend unit test to include a regression test
Refs #11852



commit fee554cc8c2b339175c565364db6859ae85e9f14
Author:    Karl Dietz <dekarl at mythtv.org> at Wed, 16 Sep 2015 23:56:12 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Thu, 17 Sep 2015 00:22:08 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=fee554cc8c2b339175c565364db6859ae85e9f14

unit test for RTP packet handling
Refs #11852



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

Summary of changes:
 .../libs/libmythtv/recorders/rtp/rtpdatapacket.h   |    8 +-
 .../libs/libmythtv/recorders/rtp/rtptsdatapacket.h |    2 +-
 .../test/test_iptvrecorder/test_iptvrecorder.h     |  242 ++++++++++++++++++++
 3 files changed, 244 insertions(+), 8 deletions(-)

-- 



More information about the mythtv-firehose mailing list