[mythtv-firehose] mythtv branch master updated by peper03. v0.28-pre-3651-g56ecf17

Git Repo Owner noreply at mythtv.org
Sun Mar 6 16:25:14 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user peper03.
       via  56ecf17e6d52a1b031a7ba93387c5a625d6a8a2d (commit)
       via  675a57f7ec42b5ee4d343915f2f0d12000322807 (commit)
       via  d4a55da42dc44ea89cfe140662657e96dfbfb728 (commit)
       via  b9f3e71508304ab565326f102f26028fbbe15695 (commit)
       via  c37d0446cecc6c54a60b65b02acf2bb3d625bf57 (commit)
       via  5df201428950408e736683069a68050c212889fd (commit)
      from  98ea4c9424d4b88d5f9f31ee4eab9039c11d5225 (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 56ecf17e6d52a1b031a7ba93387c5a625d6a8a2d
Author:    Richard Hulme <peper03 at mythtv.org> at Sun, 6 Mar 2016 17:16:59 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Sun, 6 Mar 2016 17:16:59 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=56ecf17e6d52a1b031a7ba93387c5a625d6a8a2d

Fix Coverity ID 1348142 (potential memory leak in filter_greedyhdeint)



commit 675a57f7ec42b5ee4d343915f2f0d12000322807
Author:    Richard Hulme <peper03 at mythtv.org> at Sun, 6 Mar 2016 17:11:02 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Sun, 6 Mar 2016 17:11:02 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=675a57f7ec42b5ee4d343915f2f0d12000322807

Fix Coverity ID 1271805 (uninitialized member variable in BDRingBuffer)



commit d4a55da42dc44ea89cfe140662657e96dfbfb728
Author:    Richard Hulme <peper03 at mythtv.org> at Sun, 6 Mar 2016 16:56:22 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Sun, 6 Mar 2016 16:56:22 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d4a55da42dc44ea89cfe140662657e96dfbfb728

Fix Coverity ID 1311261 (not checking return value of call to 'mythfile_seek')



commit b9f3e71508304ab565326f102f26028fbbe15695
Author:    Richard Hulme <peper03 at mythtv.org> at Sun, 6 Mar 2016 16:45:56 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Sun, 6 Mar 2016 16:45:56 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b9f3e71508304ab565326f102f26028fbbe15695

Fix potential memory/resource leak when trying to determine an disc image type if it's not a valid UDF image.



commit c37d0446cecc6c54a60b65b02acf2bb3d625bf57
Author:    Richard Hulme <peper03 at mythtv.org> at Sun, 6 Mar 2016 16:27:59 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Sun, 6 Mar 2016 16:27:59 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c37d0446cecc6c54a60b65b02acf2bb3d625bf57

Fix Coverity ID 1311262 (not checking return value of call to 'Seek')



commit 5df201428950408e736683069a68050c212889fd
Author:    Richard Hulme <peper03 at mythtv.org> at Sat, 5 Mar 2016 13:28:30 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Sun, 6 Mar 2016 16:00:53 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5df201428950408e736683069a68050c212889fd

Fix broken Blu-ray bookmarks by adding proper support instead of assuming a Blu-ray is a video file.
Currently just the playback position and angle are bookmarked.

This commit also includes a couple of unrelated database ToDos to keep the number of database updates down.

Refs #12612



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

Summary of changes:
 mythtv/filters/greedyhdeint/filter_greedyhdeint.c |    1 +
 mythtv/libs/libmyth/programinfo.cpp               |   62 +++++
 mythtv/libs/libmyth/programinfo.h                 |    2 +
 mythtv/libs/libmythbase/mythcdrom.cpp             |   14 +-
 mythtv/libs/libmythbase/mythversion.h             |    2 +-
 mythtv/libs/libmythtv/Bluray/bdringbuffer.cpp     |  250 ++++++++++++++++++++-
 mythtv/libs/libmythtv/Bluray/bdringbuffer.h       |   29 +++
 mythtv/libs/libmythtv/Bluray/mythbdplayer.cpp     |   97 ++++++++
 mythtv/libs/libmythtv/Bluray/mythbdplayer.h       |   11 +-
 mythtv/libs/libmythtv/dbcheck.cpp                 |   28 ++-
 mythtv/programs/mythfrontend/main.cpp             |   27 +++-
 11 files changed, 499 insertions(+), 24 deletions(-)

-- 



More information about the mythtv-firehose mailing list