OpenSceneGraph/src/osgPlugins/directshow
Robert Osfield a80c458285 From Mark Sciabica, "It's not Windows API calls that are causing the problem. It's a new
templated constructor of std::pair not being able to automatically
convert 0 to a pointer. Rather than use preprocessor checks and
#defines, I think a cleaner solution is to cast the std::pair arguments
to the appropriate types to help the compiler out. I attached an updated
version of the file implementing this."
2010-11-11 10:42:41 +00:00
..
CMakeLists.txt From Jason Beverage, "Here is a small change to the DirectShow plugin to support finding the 2010-11-04 13:53:31 +00:00
DirectShowTexture From Cedric Pinson, "Here an update of the directshow plugin. It fixes issues with 2009-11-20 10:48:51 +00:00
DirectShowTexture.cpp From Mark Sciabica, "It's not Windows API calls that are causing the problem. It's a new 2010-11-11 10:42:41 +00:00
ReaderWriterDirectShow.cpp Converted osg::notify to OSG_INFO etc. 2010-05-28 16:37:10 +00:00