Mark Reid

Results 15 issues of Mark Reid

Need to figure out how to link to external mxf files and write a good example ingex does [this](http://ingex.cvs.sourceforge.net/viewvc/ingex/ingex/studio/processing/createaaf/CreateAAF.cpp?hideattic=0&view=markup&pathrev=MAIN) From my understanding a NetworkLocator is not enough, MobID of the...

enhancement

Not sure if this is a issue with Media Composer or pyaaf2

needs investigating

Some extension properties have been renamed throughout the lifetime of AAF. Allow properties the have multiple names for compatibility. MediaStreamPluginGUID - > MediaContainerGUID This one was just seems name wrong...

enhancement

- ported over changes from appleseed-maya packaging - package script optionally builds a Application - package script builds dmg file instead of zip

Here is a first attempt to move the AAF Adapter to separate git repo. This started out as a test but turned out to be pretty straightforward, since I already...

I noticed these file handles were leaking when running tests on mingw64. I matched the style that's in the files, but I think it would be better to use a...

This is the minimal amount of changes required to add mingw_x86_64 support on windows and pass all the tests. This pull request is mainly for discussion as to if this...

I'm still messing around with this but wanted to share a work in progress for some feedback. This is based off of work I've done with 3d luts here #1681...

I added SIMD optimizations to FFmpeg's lut3d filter a while ago and recently set up a small project to measure the performance of various tetrahedral Lut3D implementations with different compilers....

This might be a bug in clang but figure I'd report it here first. I have a technique I use to clamp NaN values to zero. It's pretty simple, you...