home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
Flickering Tv-guide and other overlays with EVR enabled
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="rtv" data-source="post: 268285" data-attributes="member: 12309"><p>GraphicContext.TimePassed basically uses QueryPerformanceCounter like this:</p><p>duration = (stop - start) / frequency</p><p></p><p>The frequency however is only determined by QueryPerformanceFrequency when the Timer is initialised for the first time. With Cool&Quiet enabled you'll have different frequencies later for sure (e.g. higher CPU load during media playback).</p><p></p><p>I've fixed the frequency to be retrieved on every timer call now (Still wondering why the API does offer to call something like QueryPerformanceCounter without QueryPerformanceFrequency; the other way could be useful - but this?).</p><p></p><p>In addition I've added a simple yet effective approach to drop up to 5 frames of MP's GUI rendering when those are too late to keep up with a video preview running a maximum of 60 FPS.</p><p>This should cure stuttering previews on stressing screens (like TV Guide).</p><p></p><p>Both fixes together might fix the non-EVR related part of the flickering issue. Please tell me how it works out.</p></blockquote><p></p>
[QUOTE="rtv, post: 268285, member: 12309"] GraphicContext.TimePassed basically uses QueryPerformanceCounter like this: duration = (stop - start) / frequency The frequency however is only determined by QueryPerformanceFrequency when the Timer is initialised for the first time. With Cool&Quiet enabled you'll have different frequencies later for sure (e.g. higher CPU load during media playback). I've fixed the frequency to be retrieved on every timer call now (Still wondering why the API does offer to call something like QueryPerformanceCounter without QueryPerformanceFrequency; the other way could be useful - but this?). In addition I've added a simple yet effective approach to drop up to 5 frames of MP's GUI rendering when those are too late to keep up with a video preview running a maximum of 60 FPS. This should cure stuttering previews on stressing screens (like TV Guide). Both fixes together might fix the non-EVR related part of the flickering issue. Please tell me how it works out. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Flickering Tv-guide and other overlays with EVR enabled
Contact us
RSS
Top
Bottom