[mythtv-firehose] mythtv branch master updated by danielk. v0.27-pre-12-gc473c64

Git Repo Owner noreply at mythtv.org
Wed Oct 3 16:32:45 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  c473c648892898c6f27a8bf1f28ace2798e610b0 (commit)
       via  94e370201edf47ed3ff78e9667fd426f7ec52dad (commit)
       via  ee0ebae7593f42b239441290b83bd3a829864bd9 (commit)
       via  14230c647ed4737dcbbccb0e33efaf12760a9e11 (commit)
       via  85679e43f047d078ff5a7e1deda29bf9e0a7eef6 (commit)
       via  8c8b75ee58c9ea5bc7668c8b0165431d63f3342e (commit)
       via  19241fe177c531e2af9ed69ac02aaf4003ccca4a (commit)
       via  61b628581807511d34e56c4577f5cb0a59b65e64 (commit)
       via  2584115cda9d61e1572c5cbb870119734536ae3a (commit)
      from  6a7e351726250419b1c82b3c14a760864b2ab71a (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 c473c648892898c6f27a8bf1f28ace2798e610b0
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Wed, 3 Oct 2012 12:27:17 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Wed, 3 Oct 2012 12:27:17 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c473c648892898c6f27a8bf1f28ace2798e610b0

Fix type of a loop iterator (int->uint).



commit 94e370201edf47ed3ff78e9667fd426f7ec52dad
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Wed, 3 Oct 2012 12:20:26 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Wed, 3 Oct 2012 12:20:26 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=94e370201edf47ed3ff78e9667fd426f7ec52dad

Fix uninitialized variable g++ warning in MythCoreContext::WantingPlayback.



commit ee0ebae7593f42b239441290b83bd3a829864bd9
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Wed, 3 Oct 2012 12:12:18 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Wed, 3 Oct 2012 12:12:18 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ee0ebae7593f42b239441290b83bd3a829864bd9

Add explicit const casts in filters code to quiet some gcc warnings.



commit 14230c647ed4737dcbbccb0e33efaf12760a9e11
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Wed, 3 Oct 2012 11:47:37 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Wed, 3 Oct 2012 11:53:18 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=14230c647ed4737dcbbccb0e33efaf12760a9e11

Re-enable "-Woverloaded-virtual" so we can fix these for 0.27.
This reverts commit 28b8cd906a598d40206a083ac33ca523f13dd088.



commit 85679e43f047d078ff5a7e1deda29bf9e0a7eef6
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Tue, 11 Sep 2012 11:40:36 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Wed, 3 Oct 2012 11:53:18 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=85679e43f047d078ff5a7e1deda29bf9e0a7eef6

Fix unitialized variable warning in BackendSelection.



commit 8c8b75ee58c9ea5bc7668c8b0165431d63f3342e
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Tue, 11 Sep 2012 11:46:33 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Wed, 3 Oct 2012 11:53:18 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8c8b75ee58c9ea5bc7668c8b0165431d63f3342e

Avoid unnecessary QString copy. (cppcheck)



commit 19241fe177c531e2af9ed69ac02aaf4003ccca4a
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Tue, 11 Sep 2012 12:49:03 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Wed, 3 Oct 2012 11:53:18 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=19241fe177c531e2af9ed69ac02aaf4003ccca4a

Fix partial virtual overrides in mythgame settings ui usage.



commit 61b628581807511d34e56c4577f5cb0a59b65e64
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Tue, 11 Sep 2012 12:59:12 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Wed, 3 Oct 2012 11:53:18 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=61b628581807511d34e56c4577f5cb0a59b65e64

Convert some C function declarations to modern C to quiet gcc warnings.



commit 2584115cda9d61e1572c5cbb870119734536ae3a
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Tue, 11 Sep 2012 13:08:57 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Wed, 3 Oct 2012 11:53:18 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2584115cda9d61e1572c5cbb870119734536ae3a

Fix some hidden virtuals in MHEG code (cppcheck).



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

Summary of changes:
 mythplugins/mythgame/mythgame/gamesettings.cpp    |    4 +-
 mythplugins/mythgame/mythgame/gamesettings.h      |    7 +++-
 mythplugins/mythgame/mythgame/unzip.c             |   37 +++++++--------------
 mythtv/configure                                  |    3 +-
 mythtv/filters/adjust/filter_adjust.c             |    4 +-
 mythtv/filters/bobdeint/filter_bobdeint.c         |    6 ++-
 mythtv/filters/crop/filter_crop.c                 |    4 +-
 mythtv/filters/denoise3d/filter_denoise3d.c       |    5 ++-
 mythtv/filters/fieldorder/filter_fieldorder.c     |    4 +-
 mythtv/filters/force/filter_force.c               |   16 ++++----
 mythtv/filters/greedyhdeint/filter_greedyhdeint.c |    8 ++--
 mythtv/filters/invert/filter_invert.c             |    4 +-
 mythtv/filters/ivtc/filter_ivtc.c                 |    4 +-
 mythtv/filters/kerneldeint/filter_kerneldeint.c   |    8 ++--
 mythtv/filters/linearblend/filter_linearblend.c   |    4 +-
 mythtv/filters/onefield/filter_onefield.c         |    6 ++-
 mythtv/filters/postprocess/filter_postprocess.c   |    4 +-
 mythtv/filters/quickdnr/filter_quickdnr.c         |    5 ++-
 mythtv/filters/vflip/filter_vflip.c               |    6 ++--
 mythtv/filters/yadif/filter_yadif.c               |   12 ++++--
 mythtv/libs/libmyth/backendselect.cpp             |   13 ++++---
 mythtv/libs/libmythbase/mythcorecontext.cpp       |   12 +++----
 mythtv/libs/libmythbase/mythsystem.h              |    2 +-
 mythtv/libs/libmythbase/system-unix.cpp           |    2 +-
 mythtv/libs/libmythbase/system-unix.h             |    2 +-
 mythtv/libs/libmythbase/system-windows.cpp        |    3 +-
 mythtv/libs/libmythbase/system-windows.h          |    2 +-
 mythtv/libs/libmythfreemheg/DynamicLineArt.cpp    |    4 +-
 mythtv/libs/libmythfreemheg/DynamicLineArt.h      |    4 +-
 mythtv/libs/libmythtv/decoderbase.cpp             |    3 +-
 30 files changed, 98 insertions(+), 100 deletions(-)

-- 



More information about the mythtv-firehose mailing list