[mythtv-firehose] mythtv branch fixes/0.28 updated by peper03. v0.28-pre-3662-g720fa1c

Git Repo Owner noreply at mythtv.org
Mon Mar 7 21:18:02 UTC 2016


The branch, fixes/0.28 has been updated on the
mythtv repository by gitolite user peper03.
       via  720fa1c178ab554483726f45bd518194647cfbd9 (commit)
       via  3f5c049048e0f3887b0021f9f00332a617407ff5 (commit)
       via  5b816c1f233355cb75e5712f246713b5cf8ccf2c (commit)
       via  0d93b2eb9524c111aeb7b72cf5821ea6fad1115f (commit)
       via  4f707a24d58e63b95660d6b4084a8b3a9bdda8c7 (commit)
       via  467756c7b4384e60684dfc7014042dd3e2a9cefa (commit)
       via  eae4279058be76d7761b3ee53f8650be48b3f7b8 (commit)
      from  a655a8762f53944be8588db9b9321e0be5edebdf (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 720fa1c178ab554483726f45bd518194647cfbd9
Author:    Richard Hulme <peper03 at mythtv.org> at Sun, 6 Mar 2016 17:16:59 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Mon, 7 Mar 2016 22:17:01 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=720fa1c178ab554483726f45bd518194647cfbd9

Fix Coverity ID 1348142 (potential memory leak in filter_greedyhdeint) (cherry picked from commit 56ecf17e6d52a1b031a7ba93387c5a625d6a8a2d)



commit 3f5c049048e0f3887b0021f9f00332a617407ff5
Author:    Richard Hulme <peper03 at mythtv.org> at Sun, 6 Mar 2016 17:11:02 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Mon, 7 Mar 2016 22:16:54 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3f5c049048e0f3887b0021f9f00332a617407ff5

Fix Coverity ID 1271805 (uninitialized member variable in BDRingBuffer) (cherry picked from commit 675a57f7ec42b5ee4d343915f2f0d12000322807)



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

Fix Coverity ID 1311261 (not checking return value of call to 'mythfile_seek') (cherry picked from commit d4a55da42dc44ea89cfe140662657e96dfbfb728)



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

Fix potential memory/resource leak when trying to determine an disc image type if it's not a valid UDF image. (cherry picked from commit b9f3e71508304ab565326f102f26028fbbe15695)



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

Fix Coverity ID 1311262 (not checking return value of call to 'Seek') (cherry picked from commit c37d0446cecc6c54a60b65b02acf2bb3d625bf57)



commit 467756c7b4384e60684dfc7014042dd3e2a9cefa
Author:    Bill Meek <bmeek at mythtv.org> at Sun, 6 Mar 2016 17:55:06 -0600
Committer: Richard Hulme <peper03 at mythtv.org> at Mon, 7 Mar 2016 22:15:31 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=467756c7b4384e60684dfc7014042dd3e2a9cefa

Fix 5df2014 DB update. Update Perl/Python bindings with new DBSchemaVer (cherry picked from commit 658fa0920e8886e57aed59ca5f8b4e4cc5e6f303)



commit eae4279058be76d7761b3ee53f8650be48b3f7b8
Author:    Richard Hulme <peper03 at mythtv.org> at Mon, 7 Mar 2016 22:15:16 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Mon, 7 Mar 2016 22:15:16 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=eae4279058be76d7761b3ee53f8650be48b3f7b8

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
(cherry picked from commit 5df201428950408e736683069a68050c212889fd)



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

Summary of changes:
 mythtv/bindings/perl/MythTV.pm                    |    2 +-
 mythtv/bindings/python/MythTV/static.py           |    2 +-
 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                 |   27 ++-
 mythtv/programs/mythfrontend/main.cpp             |   27 +++-
 13 files changed, 502 insertions(+), 24 deletions(-)

-- 



More information about the mythtv-firehose mailing list