Marc Van Olmen

Results 3 issues of Marc Van Olmen

Trying to notarize our app that uses py2app (is used as a plugin bundle) I noticed that generated plugin is creating an executable with: Load command 6 cmd LC_VERSION_MIN_MACOSX cmdsize...

--only-build-modified - With this option, After fetching and checking out, the build command should build only those that fetched actually new commits.

enhancement
update

hi, I'm not sure why CVPixelBufferLockBaseAddress is called here: CVPixelBufferLockBaseAddress(renderBuffer, 0); [self.delegate exportSession:self renderFrame:pixelBuffer withPresentationTime:lastSamplePresentationTime toBuffer:renderBuffer]; CVPixelBufferUnlockBaseAddress(renderBuffer, 0); in our case we use the buffer only the GPU in that...