[mythtv-firehose] mythtv branch master updated by peper03. v0.28-pre-2882-gecb259d

Git Repo Owner noreply at mythtv.org
Wed May 13 18:32:10 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user peper03.
       via  ecb259d62dab430058823ab3186a33fcd7bc6780 (commit)
       via  b6fcbae16276f2380295a6357ec8373368b82fb8 (commit)
       via  13746aed5ed64b1230469eefef234211b803c215 (commit)
      from  7e0441c38166ded77b3a1b3a869e40a5af389fa0 (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 ecb259d62dab430058823ab3186a33fcd7bc6780
Author:    Richard Hulme <peper03 at mythtv.org> at Wed, 13 May 2015 20:31:42 +0200
Committer: Richard Hulme <peper03 at mythtv.org> at Wed, 13 May 2015 20:31:42 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ecb259d62dab430058823ab3186a33fcd7bc6780

Use libudfread from libbluray instead of the optional external libudf library.



commit b6fcbae16276f2380295a6357ec8373368b82fb8
Author:    Richard Hulme <peper03 at mythtv.org> at Wed, 13 May 2015 19:49:17 +0200
Committer: Richard Hulme <peper03 at mythtv.org> at Wed, 13 May 2015 19:49:17 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b6fcbae16276f2380295a6357ec8373368b82fb8

Add support for playing back Bluray images.
Image files are no longer assumed to be DVD images.  Instead they are now parsed to see whether they contain Bluray or DVD files.



commit 13746aed5ed64b1230469eefef234211b803c215
Author:    Richard Hulme <peper03 at mythtv.org> at Wed, 13 May 2015 19:33:51 +0200
Committer: Richard Hulme <peper03 at mythtv.org> at Wed, 13 May 2015 19:33:51 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=13746aed5ed64b1230469eefef234211b803c215

Allow '/dev/...' paths to be used in RemoteFile so that no differentiation needs to be made outside RemoteFile to access a local optical drive or a local or remote image file.
This requires changing the use of QFile for local files to standard open/seek/etc. calls because QFile automatically treats anything that is not a 'regular' file as sequential and therefore non-seekable.  Playback of an optical disc without the ability to seek is not possible.



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

Summary of changes:
 mythtv/configure                                |   11 ---
 mythtv/external/libmythbluray/libmythbluray.pro |    2 +
 mythtv/libs/libmyth/libmyth.pro                 |    5 +-
 mythtv/libs/libmyth/programinfo.cpp             |   59 +++++++++----
 mythtv/libs/libmythbase/libmythbase.pro         |    4 +-
 mythtv/libs/libmythbase/mythcdrom-linux.cpp     |   29 ++-----
 mythtv/libs/libmythbase/mythcdrom.cpp           |  102 +++++++++++++++++++++++
 mythtv/libs/libmythbase/mythcdrom.h             |    9 ++
 mythtv/libs/libmythbase/remotefile.cpp          |   47 +++++------
 mythtv/libs/libmythbase/remotefile.h            |    2 +-
 mythtv/libs/libmythtv/Bluray/bdringbuffer.cpp   |   38 ++++++++-
 mythtv/libs/libmythtv/Bluray/bdringbuffer.h     |    2 +
 mythtv/libs/libmythtv/ringbuffer.cpp            |   26 +++++-
 mythtv/programs/mythfrontend/main.cpp           |    3 +-
 14 files changed, 251 insertions(+), 88 deletions(-)

-- 



More information about the mythtv-firehose mailing list