[mythtv-commits] Ticket #12677: Rasperry Pi: jerkiness and interrupted audio during OSD

MythTV noreply at mythtv.org
Mon Mar 7 20:05:12 UTC 2016


#12677: Rasperry Pi: jerkiness and interrupted audio during OSD
------------------------------------------+-----------------------------
 Reporter:  Peter Bennett <pgbennett@…>   |          Owner:
     Type:  Bug Report - General          |         Status:  new
 Priority:  minor                         |      Milestone:  0.28
Component:  MythTV - Video/OSD Rendering  |        Version:  Master Head
 Severity:  medium                        |     Resolution:
 Keywords:  Raspberry pi                  |  Ticket locked:  0
------------------------------------------+-----------------------------

Comment (by Peter Bennett <pgbennett@…>):

 Fix is in the below referenced pull request

 These fixes optimize the softblend process in several ways.
 1. Prevent blending OSD into frames that will be skipped.
 2. Multi threading designed by LVR to speed the OSD blending.
 3. Eliminate merging of areas of the OSD that are either opaque or
 invisible. For invisible areas: skip, for opaque areas: overwrite, instead
 of existing code that calculates a merge every time.
 Performance with OSD is now almost perfect.

 https://github.com/MythTV/mythtv/pull/114

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12677#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list