mediafoundation

Using DirectShow filters outside DirectShow?

hi there, i´m currently dealing with windows media foundation. however. due to some problems with the microsoft h264 decoder and some missing decoders for custom format, i´d like to know if it would be possible to instantiate a DirectShow Decoder directly using CLSID, and build a proxy around it that exposes IMFTransform to get a decode...

System.AccessViolationException from unmanaged code?

Hi, I'm writing this library that implements some basic audio player features in C++/CLI via the Media Foundation framework that will be consumed by managed code. I can play audio, stop, pause, etc just fine. For anyone who is not familiar with Media Foundation, the media session posts events that you can handle for notifications. Th...