Skip to content

Releases: ilia3101/MLV-App

[Cocoa] Some Minor Optimisations

15 Jul 18:15
Compare
Choose a tag to compare
Pre-release

New to this release

All frames cached in one block of memory (probably reduces fragmentation, hopefully memory usage will grow less fast)

Worth talking about

AMaZE debayered frames are cached for speed, or bilinear frame is served. It's quick ish.

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 need restarting every couple of clips.

AAAg forgot to add the binary (added now)

[Cocoa] Fixed White/Black Level

15 Jul 17:20
Compare
Choose a tag to compare
Pre-release

Still GUI memory leaks present, has nice fast caching, white level has been fixed for 10 bit.

[Cocoa] Now With Frame Caching!

15 Jul 13:03
Compare
Choose a tag to compare
Pre-release

What's new?
Basically it should be much faster as AMaZE demosaiced frames are stored in memory, and when a frame is requested it will either return a cached AMaZE frame, or bilinear if it has not been cached (for speed).

No processing or interface improvements, and user interface still leaking memory like crazy due to nooby usage of Apple's NSImageView, that is yet to be fixed, so restart the app every couple of minutes (if you wanna spend that long in it).

Realtime playback is almost there (still need to sort out adding more than one button to the ui however 🌚)

[Cocoa] First Version!

08 Jul 19:35
Compare
Choose a tag to compare
Pre-release

First release of MLV App

Only preview, no playback or export.
Also not a .app package yet

Bad really...