Andrew Van Til
Forum Replies Created
-
AuthorPosts
-
September 5, 2010 at 11:48 pm in reply to: Re: Alternative Clarkdale (i3, i5) DirectShow Drivers #923
No, not really 🙂
No, not really 🙂
September 5, 2010 at 6:10 pm in reply to: Re: Alternative Clarkdale (i3, i5) DirectShow Drivers #921What do you see with the version I compiled? I was seeing 7-10% for VC-1.
What do you see with the version I compiled? I was seeing 7-10% for VC-1.
I have to admit that I’ve always been very skeptical of voice controlled remotes, but this is really cool – the video does a great job of demonstrating that.
Biggest problem is that it’s not as flexible as the Harmony for creating macros, custom buttons, etc. which would make it really hard for me to use at home.
I have to admit that I’ve always been very skeptical of voice controlled remotes, but this is really cool – the video does a great job of demonstrating that.
Biggest problem is that it’s not as flexible as the Harmony for creating macros, custom buttons, etc. which would make it really hard for me to use at home.
September 4, 2010 at 12:26 pm in reply to: Re: Alternative Clarkdale (i3, i5) DirectShow Drivers #919What kind of CPU usage are you seeing?Â
What kind of CPU usage are you seeing?Â
September 3, 2010 at 8:10 pm in reply to: Re: Clarkdale (i3, i5) DXVA Hardware Video Acceleration #916in basedecoder.h
mfxStatus QueryIMPL(mfxIMPL *impl)
  {
    m_mfxVideoSession.QueryIMPL(impl);#ifdef MFX_EMULATE_HW
    *impl = MFX_IMPL_HARDWARE;
#endif
if(m_bLie)
*impl = MFX_IMPL_SOFTWARE;Â Â Â Â return MFX_ERR_NONE;
  };where m_bLie is a variable I created and set in the constructor for the VC1 decoder filter
in basedecoder.h
mfxStatus QueryIMPL(mfxIMPL *impl)
  {
    m_mfxVideoSession.QueryIMPL(impl);#ifdef MFX_EMULATE_HW
    *impl = MFX_IMPL_HARDWARE;
#endif
if(m_bLie)
*impl = MFX_IMPL_SOFTWARE;Â Â Â Â return MFX_ERR_NONE;
  };where m_bLie is a variable I created and set in the constructor for the VC1 decoder filter
September 3, 2010 at 7:58 pm in reply to: Re: Clarkdale (i3, i5) DXVA Hardware Video Acceleration #914I had to make that change too. If that was the only change, they must have fixed something in the SDK.
I had to make that change too. If that was the only change, they must have fixed something in the SDK.
September 3, 2010 at 5:44 pm in reply to: Re: Clarkdale (i3, i5) DXVA Hardware Video Acceleration #912What did you change? I had to disable pure HWA to get it to work with WVC1.
What did you change? I had to disable pure HWA to get it to work with WVC1.
A firmware update was released tonight that addresses the multi-channel PCM issue. Non Dobly/DTS multi-channel formats are output as multi-channel PCM now.
-
AuthorPosts