[mythtv-firehose] mythtv branch master updated by jpoet. v0.28-pre-1358-g0f1630a

Git Repo Owner noreply at mythtv.org
Thu May 15 23:26:01 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jpoet.
       via  0f1630a3cdbe53cdc4cd0e4412497df6338045e1 (commit)
       via  6d37544c9e442e901b62b70418be9154bad16cf3 (commit)
       via  e98382158b8d06fd23f33315345a423fd295a6be (commit)
       via  69f05512318d15b74d3df239a663661b96b909ff (commit)
       via  7d06ff8ae63398e12e523996e763dcc24f97b5a8 (commit)
       via  afa20468e7b4d58f1688be9dd6091bbcb5110742 (commit)
       via  d957bbded77c673e137368db0611e5f97b2404f2 (commit)
       via  7713e6b9766df66bdcdfdec9ae23a40794a84e2d (commit)
       via  c0da730aef2021cf15b65e894fa2d7e2f6a60c90 (commit)
       via  7b1adb0a04420b1874454e5ee2f33e8fbadb43cb (commit)
      from  4d5a45d79811e52ae36a231820b0f4776365a4ea (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 0f1630a3cdbe53cdc4cd0e4412497df6338045e1
Author:    John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 17:23:39 -0600
Committer: John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 17:23:39 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0f1630a3cdbe53cdc4cd0e4412497df6338045e1

Add some (undefined) copy constructors for CC608Decoder, DecoderBase, EITHelper, FIFOWriter, InteractiveTV and MythPlayer.  cppcheck points out that default (compiler written) copy constructors would do the wrong thing.



commit 6d37544c9e442e901b62b70418be9154bad16cf3
Author:    John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 17:11:34 -0600
Committer: John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 17:11:34 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6d37544c9e442e901b62b70418be9154bad16cf3

Cleanup some NOOP var assignments found by cppcheck



commit e98382158b8d06fd23f33315345a423fd295a6be
Author:    John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 17:01:11 -0600
Committer: John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 17:01:11 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e98382158b8d06fd23f33315345a423fd295a6be

Make sure H264Parser is not invoked with a copy constructor.  Found by cppcheck.



commit 69f05512318d15b74d3df239a663661b96b909ff
Author:    John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 16:57:08 -0600
Committer: John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 16:57:08 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=69f05512318d15b74d3df239a663661b96b909ff

Cleanup some cppcheck performance warnings in the hls recorder.



commit 7d06ff8ae63398e12e523996e763dcc24f97b5a8
Author:    John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 16:49:52 -0600
Committer: John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 16:49:52 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7d06ff8ae63398e12e523996e763dcc24f97b5a8

Cleanup some cppcheck warning in mythfilerecorder



commit afa20468e7b4d58f1688be9dd6091bbcb5110742
Author:    John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 16:40:01 -0600
Committer: John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 16:40:01 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=afa20468e7b4d58f1688be9dd6091bbcb5110742

Add a RawTextSubs constructor to silence a cppcheck warning.



commit d957bbded77c673e137368db0611e5f97b2404f2
Author:    John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 16:29:42 -0600
Committer: John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 16:29:42 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d957bbded77c673e137368db0611e5f97b2404f2

rename HLSStreamHandler::m_buffer to m_readbuffer to unhide IPTVStreamHandler_m_buffer.



commit 7713e6b9766df66bdcdfdec9ae23a40794a84e2d
Author:    John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 16:25:58 -0600
Committer: John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 16:25:58 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7713e6b9766df66bdcdfdec9ae23a40794a84e2d

Don't hide IPTVStreamHandler::m_tuning in HLSStreamHandler.



commit c0da730aef2021cf15b65e894fa2d7e2f6a60c90
Author:    John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 16:23:02 -0600
Committer: John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 16:23:02 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c0da730aef2021cf15b65e894fa2d7e2f6a60c90

Silence a cppcheck warning: initialize m_appin, m_appout and m_apperr



commit 7b1adb0a04420b1874454e5ee2f33e8fbadb43cb
Author:    John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 16:15:51 -0600
Committer: John Poet <jpoet at mythtv.org> at Thu, 15 May 2014 16:15:51 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7b1adb0a04420b1874454e5ee2f33e8fbadb43cb

Hopefully silence a cppcheck warning -- initialize SPS_offset var.



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

Summary of changes:
 mythtv/libs/libmythtv/cc608decoder.h               |    1 +
 mythtv/libs/libmythtv/decoderbase.h                |    1 +
 mythtv/libs/libmythtv/eithelper.h                  |    5 +++--
 mythtv/libs/libmythtv/fifowriter.h                 |    3 ++-
 mythtv/libs/libmythtv/interactivetv.h              |    1 +
 mythtv/libs/libmythtv/mpeg/H264Parser.cpp          |    1 +
 mythtv/libs/libmythtv/mpeg/H264Parser.h            |    1 +
 mythtv/libs/libmythtv/mythplayer.h                 |    1 +
 .../libmythtv/recorders/ExternalStreamHandler.cpp  |    2 ++
 mythtv/libs/libmythtv/recorders/HLS/HLSReader.cpp  |    4 ++--
 mythtv/libs/libmythtv/recorders/HLS/HLSReader.h    |    4 ++--
 mythtv/libs/libmythtv/recorders/HLS/HLSSegment.cpp |    2 +-
 mythtv/libs/libmythtv/recorders/HLS/HLSSegment.h   |    2 +-
 .../libmythtv/recorders/analogsignalmonitor.cpp    |    4 +---
 mythtv/libs/libmythtv/recorders/dvbchannel.cpp     |    2 +-
 .../libs/libmythtv/recorders/hlsstreamhandler.cpp  |   19 +++++++++----------
 mythtv/libs/libmythtv/recorders/hlsstreamhandler.h |    3 +--
 mythtv/libs/libmythtv/recorders/mpegrecorder.cpp   |   14 ++++----------
 mythtv/libs/libmythtv/subtitlereader.h             |    2 ++
 mythtv/programs/mythfilerecorder/main.cpp          |    8 ++++----
 20 files changed, 41 insertions(+), 39 deletions(-)

-- 



More information about the mythtv-firehose mailing list