Collection of Functional and Non-Functional Changes for Next MediaPortal release (1 Viewer)

Status
Not open for further replies.

HomeY

Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Blu-ray playback:
    Blu-ray.png

    I did look into the font issue a bit closer, and when i run MP fullscreen, i do see them less sharp/clear (mostly when focus is on the text). Created some captures:

    No Highlight:
    Videos button - No highlight.PNG


    Highlighted:
    Videos button - Highlight.PNG


    No Highlight:
    Videos (Titan) - No highlight.PNG


    Highlighted:
    Videos (Titan) - Highlight.PNG



    And here are the Highlighted buttons of the RC release:
    RC Videos - Highlight.PNG


    RC Videos (Titan) - Highlight.PNG
     
    Last edited:

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    I have been able to reproduce the scaling issue (seen in focused items). Seems that it happens only if no video playback has been done inside MP. Right after 1st video has been started the scaling artefacts go away. Can anyone confirm that? It seems to be a bug (not sure where yet).
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,956
    5,629
    France - IDF
    Home Country
    France France
    i confirm too, but the bug is not totally "resolved" see "Vidéo" logo appear very small "artefact" ( i'm very near of my screen (PC) ) 1.3 before video \after video
    Sans titre-1.png

    Sans titre-1 150x.png
     
    Last edited:

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    i confirm too, but the bug is not totally "resolved" see "Vidéo" logo appear very small "artefact" ( i'm very near of my screen (PC) )

    To help to troubleshoot the issue please provide comparision screen shots from RC and test builds - just the cropped Vidéo texture will be enough.
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,956
    5,629
    France - IDF
    Home Country
    France France
    i have compared, but it's real i have not posted screenshot, sorry . i edit my "first post, with all elements after re-installation ..
    post updated with screenshoft @elliottmc
    is very small, 1.3 aftger is bold/ ( less fade) compared to 1.3RC
     
    Last edited:

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Fixed a really stupid copy & paste error when setting up the rendering states:

    Code:
    	  DXNative.FontEngineSetSamplerState(1, (int)D3DSAMPLERSTATETYPE.D3DSAMP_MINFILTER, (int)D3DTEXTUREFILTERTYPE.D3DTEXF_LINEAR);
    	  DXNative.FontEngineSetSamplerState(1, (int)D3DSAMPLERSTATETYPE.D3DSAMP_MINFILTER, (int)D3DTEXTUREFILTERTYPE.D3DTEXF_LINEAR);
    	  DXNative.FontEngineSetSamplerState(1, (int)D3DSAMPLERSTATETYPE.D3DSAMP_MINFILTER, (int)D3DTEXTUREFILTERTYPE.D3DTEXF_LINEAR);

    Where as it should have been:

    Code:
    	  DXNative.FontEngineSetSamplerState(1, (int)D3DSAMPLERSTATETYPE.D3DSAMP_MINFILTER, (int)D3DTEXTUREFILTERTYPE.D3DTEXF_LINEAR);
    	  DXNative.FontEngineSetSamplerState(1, (int)D3DSAMPLERSTATETYPE.D3DSAMP_MAGFILTER, (int)D3DTEXTUREFILTERTYPE.D3DTEXF_LINEAR);
    	  DXNative.FontEngineSetSamplerState(1, (int)D3DSAMPLERSTATETYPE.D3DSAMP_MIPFILTER, (int)D3DTEXTUREFILTERTYPE.D3DTEXF_LINEAR);

    New installer is linked in the 2nd post.
     

    l337

    MP Donator
  • Premium Supporter
  • December 18, 2012
    238
    73
    Home Country
    Germany Germany
    Your second version is ok graphics quality is the same as in the rc 3, I tested live TV, video playback, no problems ...

    good work :D
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom