[mythtv-commits] mythtv/master commit: 5479b3af7 by Mark Kendall (mark-kendall)

MythTV noreply at mythtv.org
Sat Jan 15 01:56:45 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-01-14T17:56:28-08:00
   Push Date:  2011/01/14 17:56:41 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  5479b3af7afa85b23ac41ab4c986e75919c9b220
   Changeset:  https://github.com/MythTV/mythtv/commit/5479b3af7

Log:

Add bluray OSD menu support (HDMV only).

There are a number of outstanding issues:-

- the RLE decoding of certain images is still not quite correct, so
there are a few image errors.
- certain OSD optimisations are disabled for the menus due to the way we
receive the images (individually rather than as a set).
- there is currently no mechanism for removing duplicate images. So
until a reset is triggered by the bd object, some menus are continually
overpainted with the same, duplicated image.

Modified:

   mythtv/libs/libmythtv/bdringbuffer.cpp
   mythtv/libs/libmythtv/bdringbuffer.h
   mythtv/libs/libmythtv/mythbdplayer.cpp
   mythtv/libs/libmythtv/mythbdplayer.h
   mythtv/libs/libmythtv/mythplayer.cpp
   mythtv/libs/libmythtv/mythplayer.h
   mythtv/libs/libmythtv/osd.cpp
   mythtv/libs/libmythtv/osd.h
   mythtv/libs/libmythtv/subtitlescreen.cpp
   mythtv/libs/libmythtv/subtitlescreen.h



More information about the mythtv-commits mailing list