[mythtv-firehose] mythtv branch master updated by stuartm. v0.28-pre-2023-gdfdd32d

Git Repo Owner noreply at mythtv.org
Tue Jul 29 13:54:32 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  dfdd32d84e263011fa61596ea0f569497fa9b739 (commit)
       via  4b615e63decdee768f598aaad21cec4585ddcd49 (commit)
       via  cc877d6bc331f05726890945a438aef4797b024b (commit)
       via  2cf6589213c22d3340b333372fa728249dc45ef2 (commit)
      from  0a9de42e4edf045180c302dbf853bf416eb20b55 (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 dfdd32d84e263011fa61596ea0f569497fa9b739
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 14:22:34 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 14:27:23 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=dfdd32d84e263011fa61596ea0f569497fa9b739

Remove mcodecs.h/cpp. They were only used for base64 encoding strings and QT offers that natively.



commit 4b615e63decdee768f598aaad21cec4585ddcd49
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 14:11:21 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 14:11:21 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4b615e63decdee768f598aaad21cec4585ddcd49

Add a destructor to BDOverlay and remove the static DeleteOverlay method.



commit cc877d6bc331f05726890945a438aef4797b024b
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 13:57:00 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 13:57:00 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cc877d6bc331f05726890945a438aef4797b024b

Fix a potential array out of bounds in AudioOutputJACK::GetOutputSettings()



commit 2cf6589213c22d3340b333372fa728249dc45ef2
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 13:52:50 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 29 Jul 2014 13:52:50 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2cf6589213c22d3340b333372fa728249dc45ef2

Fix incorrect comparison in recTypeFromString(). Cppcheck



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

Summary of changes:
 mythplugins/mythmusic/mythmusic/shoutcast.cpp    |    5 +-
 mythtv/libs/libmyth/audio/audiooutputjack.cpp    |    2 +-
 mythtv/libs/libmyth/recordingtypes.cpp           |    4 +-
 mythtv/libs/libmythbase/libmythbase.pro          |    8 +-
 mythtv/libs/libmythbase/mcodecs.cpp              | 1066 ----------------------
 mythtv/libs/libmythbase/mcodecs.h                |  475 ----------
 mythtv/libs/libmythbase/mythversion.h            |    2 +-
 mythtv/libs/libmythtv/Bluray/bdoverlayscreen.cpp |    8 +-
 mythtv/libs/libmythtv/Bluray/bdringbuffer.cpp    |    6 +-
 mythtv/libs/libmythtv/Bluray/bdringbuffer.h      |   20 +-
 10 files changed, 26 insertions(+), 1570 deletions(-)
 delete mode 100644 mythtv/libs/libmythbase/mcodecs.cpp
 delete mode 100644 mythtv/libs/libmythbase/mcodecs.h

-- 



More information about the mythtv-firehose mailing list