[mythtv-commits] mythtv branch master updated by jyavenard. v0.27-pre2-1546-g7153ea8

Git Repo Owner noreply at mythtv.org
Fri Jun 21 15:33:22 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  7153ea8271adcd09cbffb635d7b5d3ff6cd79bbb (commit)
       via  08c572157199884694fc27ebc5a0ee0f1da5df63 (commit)
       via  96f1f54ee7e10c11dfc726ed30a2271540375f5e (commit)
      from  67408051d50138b39191551072d2eb497c51d37a (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 7153ea8271adcd09cbffb635d7b5d3ff6cd79bbb
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 22 Jun 2013 00:55:39 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 22 Jun 2013 00:55:39 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7153ea8271adcd09cbffb635d7b5d3ff6cd79bbb

Fix coverity false positive.
m_aeskey is never accessed until m_keyloaded is set in either HLSSegment::CopyAESKey or HLSSegment::DownloadKey, which would see m_aeskey being set

Coverity-Id: 1023900



commit 08c572157199884694fc27ebc5a0ee0f1da5df63
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 22 Jun 2013 00:45:43 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 22 Jun 2013 00:45:43 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=08c572157199884694fc27ebc5a0ee0f1da5df63

Coverity fix
Remove unused private member.
Remove false-positive. channels would have been initialised during the call to putFrames

Coverity-Id: 700822 and 700821



commit 96f1f54ee7e10c11dfc726ed30a2271540375f5e
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 22 Jun 2013 00:16:02 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 22 Jun 2013 00:42:38 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=96f1f54ee7e10c11dfc726ed30a2271540375f5e

Fix coverity false positive. "Non-static class member field "buffer_settings.fragsize" is not initialized in this constructor nor in any functions that it calls."
pa_buffer_attr::fragsize is only ever used for recordings. We only ever use playback here...

Coverity-Id: 746856



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

Summary of changes:
 mythtv/libs/libmyth/audio/audiooutputpulse.cpp     |    9 +++++----
 mythtv/libs/libmythfreesurround/freesurround.cpp   |    3 ++-
 mythtv/libs/libmythfreesurround/freesurround.h     |    1 -
 mythtv/libs/libmythtv/HLS/httplivestreambuffer.cpp |    1 +
 4 files changed, 8 insertions(+), 6 deletions(-)

-- 



More information about the mythtv-commits mailing list