Rainer Hochecker

Results 120 comments of Rainer Hochecker

- please remove call to nvidia-settings. That's an extreamly heavy operation just for getting useless temp. - are you in full screen mode when you observing the issue or navigating...

hmm, DR should have no influence when video is playing in full screen mode.

@fritsch I have never understood dr flip timeout. At least on Linux OpenGL it does not make any sense to flip the buffers if nothing was rendered. This is what...

go some lines above: ``` if (!extPlayerActive && g_graphicsContext.IsFullScreenVideo() && !IsPaused()) { m_frameEvent.Reset(); m_bPresentFrame = g_renderManager.HasFrame(); if (!m_bPresentFrame && m_frameEvent.WaitMSec(100)) m_bPresentFrame = g_renderManager.HasFrame(); hasRendered = true; } ``` hasRendered ==...

RenderSystemGL ignores the dirtyRegions parameter.

mp4 decoding was broken for vdpau, it's fixed and default now: 9b53d9c2b3f7350feae27366ed4a029e1eda98a2

@wsnipex I don't know. Never looked into this.

could you please pr this to the main repo?

sure but it may take a while until the work of my staging branch hits mainline and finally it's a team decision what goes into master. the problem with this...

Please enable debug logging in advancedsettings.xml: <loglevel hide="false">2 </loglevel>