[mythtv-commits] mythtv branch fixes/0.28 updated by peper03. v0.28-119-g8db179a

Git Repo Owner noreply at mythtv.org
Tue Jan 31 13:02:45 UTC 2017


The branch, fixes/0.28 has been updated on the
mythtv repository by gitolite user peper03.
       via  8db179a4682cfe478fb7bef024fce251e016ee20 (commit)
       via  a5181ec5a18536e5ae5abcb3008d1a610c02383c (commit)
       via  a927ebaaab53876a7bdf897d974c3afdd35f9b48 (commit)
       via  c3adc5591a0e3b0ed13a6e67bf73e781594be5fc (commit)
      from  15cc3137243e39058e95b44e85b468807217fae5 (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 8db179a4682cfe478fb7bef024fce251e016ee20
Author:    Richard Hulme <peper03 at mythtv.org> at Tue, 31 Jan 2017 13:05:03 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Tue, 31 Jan 2017 13:08:29 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8db179a4682cfe478fb7bef024fce251e016ee20

Add more checks before trying to determine language of Blu-ray streams. (cherry picked from commit 314403e7d63625944585a1be420208672ec7aa93)



commit a5181ec5a18536e5ae5abcb3008d1a610c02383c
Author:    Richard Hulme <peper03 at mythtv.org> at Tue, 31 Jan 2017 11:58:00 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Tue, 31 Jan 2017 13:08:22 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a5181ec5a18536e5ae5abcb3008d1a610c02383c

Add missing return in the unlikely case that AvFormatDecoderBD has no Blu-ray ringbuffer. (cherry picked from commit 45e464f8a789e73d2d500c2e4baa82bca6946327)



commit a927ebaaab53876a7bdf897d974c3afdd35f9b48
Author:    Richard Hulme <peper03 at mythtv.org> at Sat, 28 Jan 2017 21:51:41 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Tue, 31 Jan 2017 13:07:29 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a927ebaaab53876a7bdf897d974c3afdd35f9b48

Hide 'invalid' streams from the user.
Currently this is just for streams on Blu-ray discs that have no metadata (and therefore shouldn't even really be physically present).
(cherry picked from commit 59af1ceeeec3783a7064f65a01c98a8fa39726ec)



commit c3adc5591a0e3b0ed13a6e67bf73e781594be5fc
Author:    Richard Hulme <peper03 at mythtv.org> at Sat, 28 Jan 2017 21:40:06 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Tue, 31 Jan 2017 13:07:29 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c3adc5591a0e3b0ed13a6e67bf73e781594be5fc

Lookup the audio and subtitle languages on Blu-ray discs by the stream ID instead of the index.  Sometimes there are fewer 'official' streams (i.e. streams with out-of-band metadata) than physical streams which then causes the wrong information to be shown and the wrong stream to be selected by default. (cherry picked from commit 95d7b1fa719847a37f8ef5f89e2ebb5f5479b27e)



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

Summary of changes:
 mythtv/libs/libmythtv/Bluray/avformatdecoderbd.cpp |   30 +++++-
 mythtv/libs/libmythtv/Bluray/avformatdecoderbd.h   |    3 +
 mythtv/libs/libmythtv/Bluray/bdringbuffer.cpp      |  102 ++++++++++++++------
 mythtv/libs/libmythtv/Bluray/bdringbuffer.h        |    3 +
 mythtv/libs/libmythtv/avformatdecoder.cpp          |   13 +++
 mythtv/libs/libmythtv/avformatdecoder.h            |    1 +
 6 files changed, 117 insertions(+), 35 deletions(-)

-- 



More information about the mythtv-commits mailing list