[mythtv-commits] mythtv branch master updated by stuartm. v0.26-pre-1392-gb315d79

Git Repo Owner noreply at mythtv.org
Fri Nov 23 11:19:23 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  b315d797e12d93f34858a72b2d0d2dfa3afa3a4e (commit)
       via  9f992779383240c601fefdc7bd5049c2703e9959 (commit)
       via  88ca731902007d1479c562fed4fcff359a5a5aea (commit)
       via  af0d12c2006a841d0382f46b85654a84ac39f5f2 (commit)
       via  8ae2abdca5fa31d2666670611a388695b6fed066 (commit)
       via  542dc7f0bac3e75e47fc35ab98bb30ab2e1a51f3 (commit)
      from  b7a1bd237e16c7653f34a2826eef14f841ef4e7b (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 b315d797e12d93f34858a72b2d0d2dfa3afa3a4e
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Sun, 3 Jun 2012 12:23:12 +0200
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 23 Nov 2012 11:09:10 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b315d797e12d93f34858a72b2d0d2dfa3afa3a4e

libmyth: Prevent a SEGV in mythwelcome when backend connection reestablished
Mythwelcome can suffer a SEGV if it receives a CONNECTION_RESTABLISHED
MythEvent which races with a user close event.

Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 9f992779383240c601fefdc7bd5049c2703e9959
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Fri, 3 Feb 2012 20:17:11 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 23 Nov 2012 11:07:17 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9f992779383240c601fefdc7bd5049c2703e9959

mythpreviewgen: Allow screengrab without seek table
At present MythPlayer::SeekForScreenGrab deliberately fails if there's
no seek table.  This causes blank preview images for recordings transcoded
by libx264.  If hasFullPositionMap is ignored, then avformatdecoder makes
a reasonable attempt at the seek without the table and gives a valid
image.

Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 88ca731902007d1479c562fed4fcff359a5a5aea
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Fri, 3 Feb 2012 15:10:18 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 23 Nov 2012 11:06:04 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=88ca731902007d1479c562fed4fcff359a5a5aea

mythpreviewgen: Can't create local preview image of a remote recording
This fix allows mythpreviewgen to create a local image from a
remote recording.

Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit af0d12c2006a841d0382f46b85654a84ac39f5f2
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Tue, 12 Jun 2012 15:15:50 +0200
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 23 Nov 2012 11:02:55 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=af0d12c2006a841d0382f46b85654a84ac39f5f2

UK EIT fixups: Retain series and episode number in description
Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 8ae2abdca5fa31d2666670611a388695b6fed066
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Fri, 8 Jun 2012 16:38:05 +0200
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 23 Nov 2012 11:01:00 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8ae2abdca5fa31d2666670611a388695b6fed066

libmythtv: MHEG ignores TEXTEXIT if no onscreen to allow Esc key binding
When browsing the MHEG service it is common to use the back button to
return to the previous page.  On many RCs this key sends Esc.
If the Back button (Esc) key is bound to TEXTEXIT then it isn't possible
to exit LiveTV because MHEG grabs the key.

This patch ignores TEXTEXIT key presses when there's nothing on screen
which allows the key to be passed on to TV playback and allow normal exit.

Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 542dc7f0bac3e75e47fc35ab98bb30ab2e1a51f3
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Sun, 30 Oct 2011 09:57:44 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 23 Nov 2012 10:53:42 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=542dc7f0bac3e75e47fc35ab98bb30ab2e1a51f3

previewgen: Fix handling of --infile
Currently if the infile name looks like a myth recording title with a valid
channel ID and start time then the file is only searched for in the
recordings folder and so is consequently not found.

This fix checks if the file exists and if so doesn't attempt to extract
the channel ID and start time with the result that the file is not searched for in the recordings folder.

Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



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

Summary of changes:
 mythtv/libs/libmyth/mythcontext.cpp        |   11 ++++-------
 mythtv/libs/libmythtv/eitfixup.cpp         |    3 ++-
 mythtv/libs/libmythtv/mhi.cpp              |    4 +++-
 mythtv/libs/libmythtv/mythplayer.cpp       |   23 -----------------------
 mythtv/libs/libmythtv/previewgenerator.cpp |    2 +-
 mythtv/programs/mythpreviewgen/main.cpp    |    2 +-
 6 files changed, 11 insertions(+), 34 deletions(-)

-- 



More information about the mythtv-commits mailing list