[mythtv-firehose] mythtv branch master updated by danielk. v0.27-pre2-293-gb5d1b6c

Git Repo Owner noreply at mythtv.org
Tue Dec 4 18:57:32 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  b5d1b6c25fb20528689ae8a03007ab97d457ec18 (commit)
       via  b4b4e4560528a837ce39b44500300298d1b831b3 (commit)
       via  f6518345c971ed3b3ecc01b45d44b7fa2d0a8381 (commit)
       via  8210c1dcaeaa38f25c5142a72f046ebf2c567197 (commit)
      from  bef061f48787ad208927e2a12370cc37de713e44 (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 b5d1b6c25fb20528689ae8a03007ab97d457ec18
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 13:48:07 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 13:48:07 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b5d1b6c25fb20528689ae8a03007ab97d457ec18

Add missing newline.



commit b4b4e4560528a837ce39b44500300298d1b831b3
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 13:44:04 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 13:44:14 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b4b4e4560528a837ce39b44500300298d1b831b3

Cast char to unsigned char before using as an array index.
The signedness of 'char' is implementation specific;
in this case we really need an unsigned char.



commit f6518345c971ed3b3ecc01b45d44b7fa2d0a8381
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 13:38:14 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 13:44:13 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f6518345c971ed3b3ecc01b45d44b7fa2d0a8381

Use ULL for large unsigned constants rather than LL to avoid narrowing issues.



commit 8210c1dcaeaa38f25c5142a72f046ebf2c567197
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 13:36:50 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 13:44:13 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8210c1dcaeaa38f25c5142a72f046ebf2c567197

Fix method name aliasing.



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

Summary of changes:
 mythtv/libs/libmythtv/recorders/vbitext/lang.c |    2 +-
 mythtv/libs/libmythtv/util-opengl.cpp          |    2 +-
 mythtv/libs/libmythtv/yuv2rgb.cpp              |   16 ++++++++--------
 mythtv/libs/libmythui/myththemedmenu.cpp       |    7 ++++---
 mythtv/libs/libmythui/myththemedmenu.h         |    2 +-
 mythtv/libs/libmythupnp/wsdl.cpp               |    2 +-
 6 files changed, 16 insertions(+), 15 deletions(-)

-- 



More information about the mythtv-firehose mailing list