[mythtv-commits] mythtv branch fixes/0.25 updated by danielk. v0.25-121-g63d3819

Git Repo Owner noreply at mythtv.org
Sun May 27 14:58:02 UTC 2012


The branch, fixes/0.25 has been updated on the
mythtv repository by gitolite user danielk.
       via  63d38195335751de2cfd9c8c418ba45b3c79e92d (commit)
       via  468fdef6c8154bae32e041d7d6ff1b84bc48ef62 (commit)
       via  bd3144a085d24d2fcb2a5ba7fab8dade33dc8f34 (commit)
       via  186c4cb3979459591acbd3b4dfe2f7b3efd8c99c (commit)
       via  2100712e663e5cc4c80c9eeaea60a912768f3c7d (commit)
       via  6dce025ee1ac69e5a78c2e270b06aeff852765e7 (commit)
      from  e1f349aa05e9f3248a3a8ecf1ee398339d4d88f0 (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 63d38195335751de2cfd9c8c418ba45b3c79e92d
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Fri, 25 May 2012 16:10:56 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Sun, 27 May 2012 10:42:06 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=63d38195335751de2cfd9c8c418ba45b3c79e92d

Fix some XDS parsing.
This adds support for interleaved XDS streams and fixes the handling of XDS interleaved with captions.



commit 468fdef6c8154bae32e041d7d6ff1b84bc48ef62
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Fri, 25 May 2012 15:57:39 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Sun, 27 May 2012 10:41:29 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=468fdef6c8154bae32e041d7d6ff1b84bc48ef62

Explicitly set SRT Writer codec to UTF-8



commit bd3144a085d24d2fcb2a5ba7fab8dade33dc8f34
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Thu, 24 May 2012 13:53:22 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Sun, 27 May 2012 10:40:50 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bd3144a085d24d2fcb2a5ba7fab8dade33dc8f34

Fix segfault in manual record when there are no recordable channels defined.



commit 186c4cb3979459591acbd3b4dfe2f7b3efd8c99c
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Fri, 18 May 2012 18:05:11 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Sun, 27 May 2012 10:40:22 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=186c4cb3979459591acbd3b4dfe2f7b3efd8c99c

Rework RecorderBase::AspectChange() so it can't cause divide by zero.
Conflicts:

	mythtv/libs/libmythtv/recorderbase.cpp



commit 2100712e663e5cc4c80c9eeaea60a912768f3c7d
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Mon, 14 May 2012 11:22:18 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Sun, 27 May 2012 10:40:07 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2100712e663e5cc4c80c9eeaea60a912768f3c7d

Remove zoom on MythCenter-wide popups.



commit 6dce025ee1ac69e5a78c2e270b06aeff852765e7
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Fri, 4 May 2012 14:08:55 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Sun, 27 May 2012 10:38:49 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6dce025ee1ac69e5a78c2e270b06aeff852765e7

Fixes #10541. Fix EIT scanning deadlock.



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

Summary of changes:
 mythtv/libs/libmythtv/cc608decoder.cpp             |  101 +++++++++++---
 mythtv/libs/libmythtv/cc608decoder.h               |    5 +-
 mythtv/libs/libmythtv/eitscanner.cpp               |   27 +++-
 mythtv/libs/libmythtv/eitscanner.h                 |    8 +-
 mythtv/libs/libmythtv/recorderbase.cpp             |    7 +-
 mythtv/libs/libmythtv/srtwriter.h                  |    1 +
 mythtv/libs/libmythtv/tv_rec.cpp                   |   17 ++-
 mythtv/programs/mythfrontend/manualschedule.cpp    |    6 +
 mythtv/themes/MythCenter-wide/base.xml             |  146 --------------------
 .../themes/MythCenter-wide/keyboard/keyboard.xml   |   14 --
 mythtv/themes/MythCenter-wide/music-ui.xml         |  106 +--------------
 mythtv/themes/MythCenter-wide/mythburn-ui.xml      |   14 --
 mythtv/themes/MythCenter-wide/recordings-ui.xml    |   14 --
 mythtv/themes/MythCenter-wide/schedule-ui.xml      |   70 ----------
 mythtv/themes/MythCenter-wide/zoneminder-ui.xml    |   14 --
 15 files changed, 138 insertions(+), 412 deletions(-)

-- 



More information about the mythtv-commits mailing list