Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorar-jar <ar-jar@users.sourceforge.net>2010-01-25 00:18:28 +0300
committerar-jar <ar-jar@users.sourceforge.net>2010-01-25 00:18:28 +0300
commit1a7cb317ea4a358db5f2b4d7c2c29444d07d9f63 (patch)
treeb91b38ce74f3a57c5ac48c500a9acb3514452535 /src/apps/mplayerc/FGManager.cpp
parent3abf07f5ab6d1800acd110aa4f8711d2a2d29315 (diff)
- Added code to kill cursor hiding timer when exiting D3D fullscreen to prevent cursor from occasionally disappearing.
- Removed support for popup menu in D3D fullscreen for EVR Sync as the 10 bit RGB option requires reset of the device which doesn't currently work in D3D fullscreen mode. - CTRL-C now continues to work after right-clicking without D3D Fullscreen GUI Support turned on in EVR Sync. - Prepared for a more robust D3D device reset w/o restart of the graph. More coding is needed. Some traces were inserted and show up in debug versions. - Fixed bug in EVR Sync causing judder after changing the renderer output range. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1557 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/FGManager.cpp')
-rw-r--r--src/apps/mplayerc/FGManager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/apps/mplayerc/FGManager.cpp b/src/apps/mplayerc/FGManager.cpp
index 7a4b57f86..53b19528e 100644
--- a/src/apps/mplayerc/FGManager.cpp
+++ b/src/apps/mplayerc/FGManager.cpp
@@ -798,6 +798,7 @@ STDMETHODIMP CFGManager::Render(IPin* pPinOut)
STDMETHODIMP CFGManager::RenderFile(LPCWSTR lpcwstrFileName, LPCWSTR lpcwstrPlayList)
{
+ TRACE("--> CFGManager::RenderFile on thread: %d\n", GetCurrentThreadId());
CAutoLock cAutoLock(this);
m_streampath.RemoveAll();
@@ -2411,6 +2412,7 @@ CFGManagerPlayer::CFGManagerPlayer(LPCTSTR pName, LPUNKNOWN pUnk, HWND hWnd)
, m_vrmerit(MERIT64(MERIT_PREFERRED))
, m_armerit(MERIT64(MERIT_PREFERRED))
{
+ TRACE("--> CFGManagerPlayer::CFGManagerPlayer on thread: %d\n", GetCurrentThreadId());
CFGFilter* pFGF;
AppSettings& s = AfxGetAppSettings();