MLV App [Cocoa] - BMP Sequence Export + Accurate Build Info
Pre-release
Pre-release
ilia3101
released this
17 Jul 19:49
·
2369 commits
to master
since this release
New to this release
Accurate build info! There used to be a silly bug: where the app was supposed to say build time and build PC's name, it said the user PC's name instead, as it fetched the hostname during run time, now solved with a tiny C program that compiles and executes during make command... then make command broke, so I fixed it again.
Worth mentioning
Problems
GUI (NSImageView) is buggy, sometimes app window needs resizing to make it update.
NSImageView seems to be leaking memory like mad, I think due to me updating it not from the main thread(will be fixed), for now app needs restarting every couple of clips.