[mythtv-commits] mythtv branch master updated by dekarl. v0.27-pre2-1961-gb13ac43

Git Repo Owner noreply at mythtv.org
Fri Jul 19 07:04:50 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  b13ac43556117c75d60d355aff679815ef3aa081 (commit)
       via  472cb6aa905a0f5633269870c842e3bd55fb335c (commit)
       via  c0c1aa944461ac46b9baf5eefbe69a8fbfe6b3b3 (commit)
       via  a6552cce51f77ca156ed1e1979f38740cf9587bd (commit)
       via  ed61cdcb36e004fe520fe79881e520165e2d2804 (commit)
       via  630a652bba2be26752c33c3281ec19c5ee667d6d (commit)
       via  2fb13c8f796ba564844a40764b773cb3d3b81527 (commit)
       via  2af820cf9e5567d66380ed1fa393a390a7e4d00b (commit)
      from  5debb21ff9bd341774f429ef3b5ef139596fb767 (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 b13ac43556117c75d60d355aff679815ef3aa081
Author:    Karl Dietz <dekarl at mythtv.org> at Fri, 19 Jul 2013 08:59:38 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Fri, 19 Jul 2013 09:04:19 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b13ac43556117c75d60d355aff679815ef3aa081

cppcheck: remove unused variable



commit 472cb6aa905a0f5633269870c842e3bd55fb335c
Author:    Karl Dietz <dekarl at mythtv.org> at Fri, 19 Jul 2013 08:51:24 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Fri, 19 Jul 2013 09:04:19 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=472cb6aa905a0f5633269870c842e3bd55fb335c

cppcheck: remove unused variable



commit c0c1aa944461ac46b9baf5eefbe69a8fbfe6b3b3
Author:    Karl Dietz <dekarl at mythtv.org> at Fri, 19 Jul 2013 08:49:14 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Fri, 19 Jul 2013 09:04:19 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c0c1aa944461ac46b9baf5eefbe69a8fbfe6b3b3

cppcheck: add hint to false positive, the variable appear to be used!



commit a6552cce51f77ca156ed1e1979f38740cf9587bd
Author:    Karl Dietz <dekarl at mythtv.org> at Fri, 19 Jul 2013 08:46:24 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Fri, 19 Jul 2013 09:04:19 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a6552cce51f77ca156ed1e1979f38740cf9587bd

cppcheck: remove unused variable



commit ed61cdcb36e004fe520fe79881e520165e2d2804
Author:    Karl Dietz <dekarl at mythtv.org> at Fri, 19 Jul 2013 08:45:02 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Fri, 19 Jul 2013 09:04:19 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ed61cdcb36e004fe520fe79881e520165e2d2804

cppcheck: don't store unused position



commit 630a652bba2be26752c33c3281ec19c5ee667d6d
Author:    Karl Dietz <dekarl at mythtv.org> at Fri, 19 Jul 2013 08:19:45 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Fri, 19 Jul 2013 09:04:18 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=630a652bba2be26752c33c3281ec19c5ee667d6d

cppcheck: remove unused variables



commit 2fb13c8f796ba564844a40764b773cb3d3b81527
Author:    Karl Dietz <dekarl at mythtv.org> at Fri, 19 Jul 2013 08:17:32 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Fri, 19 Jul 2013 09:04:18 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2fb13c8f796ba564844a40764b773cb3d3b81527

cppcheck: pass const string parameter by reference



commit 2af820cf9e5567d66380ed1fa393a390a7e4d00b
Author:    Karl Dietz <dekarl at mythtv.org> at Thu, 18 Jul 2013 18:47:42 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Fri, 19 Jul 2013 09:04:18 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2af820cf9e5567d66380ed1fa393a390a7e4d00b

remove ViewData now that all users are gone



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

Summary of changes:
 mythplugins/mythmusic/mythmusic/cdrip.cpp          |    2 -
 .../mythzoneminder/mythzmserver/zmserver.cpp       |    4 +-
 mythplugins/mythzoneminder/mythzmserver/zmserver.h |    4 +-
 mythtv/libs/libmythtv/eitfixup.cpp                 |   40 +++++++++-----------
 mythtv/libs/libmythtv/mpeg/mpegtables.cpp          |    1 -
 mythtv/libs/libmythtv/mpeg/mpegtables.h            |    3 -
 mythtv/libs/libmythtv/mpeg/pespacket.h             |    3 -
 .../test/test_mpegtables/test_mpegtables.h         |    4 +-
 mythtv/libs/libmythtv/yuv2rgb.cpp                  |    2 +-
 mythtv/programs/mythbackend/mediaserver.cpp        |    1 -
 mythtv/programs/mythtranscode/main.cpp             |   10 +---
 11 files changed, 28 insertions(+), 46 deletions(-)

-- 



More information about the mythtv-commits mailing list