News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu

Update e155f8b brakes dvb-subtitles

Started by JTe, December 07, 2012, 14:43:41

Previous topic - Next topic

JTe

I just updated to latest version and after applying the update e155f8b "Fix live TV ac3 playback, probably a very old bug" the dvb-subtitles do not show anymore!

MartenR


MartenR


JTe

I can confirm the subtitles are now working fine! At the same time I found a small problem with ArteHD subtitle clearing (the clear area is very small, and a small rounding error leaves some of the subtitle on the screen without clearing it). I made a quick dirty patch to roundup the error in all cases (patch attached). It seems to work, even it is not absolutely correct way to handle the problem (Should really add up the fractional parts (x + x-width & y + ywidth) and make rounding only then).

MartenR


JTe

Just one thing, does it matter if the area to be cleared crosses the drawable area, as it is now rounded up there is a possibility that r.x+r.w or r.y+r.h could cross the drawable area by a pixel? Is this a problem?

MartenR

On the raspberry platform there should not be a problem, on the mvp I do not know.

Marten

JTe

Ok. I will check the code of the vomp platform when I have spare time.