[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-2030-g339fd10

Git Repo Owner noreply at mythtv.org
Tue Jul 29 16:56:01 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  339fd10ca13c7ff26b227960b4749470b1a604ee (commit)
       via  23b98467c2342ab2d8b4aaa4e1e016e14ac987a3 (commit)
       via  44cba944fbdb201f52e702300b0282305576f79a (commit)
       via  c523e5cd155ca6c30086d2da3c97a3f7755af5dc (commit)
       via  87f88919fe70401b1c3cc83ccf837553f55f9575 (commit)
       via  276045d804e7b3606aa3a6cc2d46303186ef57c4 (commit)
      from  92798716a016324f533c4df250b26447c9f28580 (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 339fd10ca13c7ff26b227960b4749470b1a604ee
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 17:54:35 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 17:55:44 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=339fd10ca13c7ff26b227960b4749470b1a604ee

Check reply is not null before dereferencing. Cppcheck



commit 23b98467c2342ab2d8b4aaa4e1e016e14ac987a3
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 16:59:16 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 17:55:44 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=23b98467c2342ab2d8b4aaa4e1e016e14ac987a3

mmap returns MAP_FAILED in the event of a failure, so test for that, not a value less than zero.
Reported by cppcheck



commit 44cba944fbdb201f52e702300b0282305576f79a
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 16:41:09 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 17:55:44 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=44cba944fbdb201f52e702300b0282305576f79a

Silence an unused variable warning in BufferedSocketDevice::Flush()



commit c523e5cd155ca6c30086d2da3c97a3f7755af5dc
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 15:51:31 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 17:55:43 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c523e5cd155ca6c30086d2da3c97a3f7755af5dc

Brace position fixes in mpeg2fix.cpp



commit 87f88919fe70401b1c3cc83ccf837553f55f9575
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 15:38:49 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 17:55:27 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=87f88919fe70401b1c3cc83ccf837553f55f9575

Fix several issues reported by cppcheck in AudioOutputPulse.
Some of this code is just awful and in dire need of refactoring!



commit 276045d804e7b3606aa3a6cc2d46303186ef57c4
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 15:05:51 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 17:54:50 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=276045d804e7b3606aa3a6cc2d46303186ef57c4

Remove useless assignments to NULL in MythDownloadManager. Cppcheck



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

Summary of changes:
 mythtv/libs/libmyth/audio/audiooutputpulse.cpp     |   10 ++++++----
 mythtv/libs/libmythbase/mythdownloadmanager.cpp    |    8 ++------
 .../libmythtv/recorders/NuppelVideoRecorder.cpp    |    2 +-
 mythtv/libs/libmythupnp/bufferedsocketdevice.cpp   |    7 ++++---
 mythtv/programs/mythtranscode/mpeg2fix.cpp         |   18 ++++++++++++------
 5 files changed, 25 insertions(+), 20 deletions(-)

-- 



More information about the mythtv-commits mailing list