Dan Dennedy
Dan Dennedy
I think you are correct, and the following is needed in transition_frei0r.c: ``` this->close = NULL; mlt_transition_close( this); ``` That allows the else block in mlt_transition_close() to run and free...
This bug is about a memory leak, not reducing memory usage. Keep the discussion on topic. Also, do not open an issue to reduce memory usage as that is not...
I committed the frei0r fixes but leaving this open for potentially more fixes.
Hmm, it seems my testing was not enough. I experience a crash too when removing a filter. ``` shotcut.exe caused an Access Violation at location 0000000008322040 DEP violation at location...
Waiting for your patches.
Someone can add code to replace mlt_pool functions with standard malloc/realloc/free functions and benchmark and test to determine if mlt_pool adds much value. It could be a compile-time option whether...
mlt_pool has been in MLT from the very beginning in 2003 by my co-founder, but I am not aware of many other projects that use this technique. Perhaps it makes...
All developers that use MLT need to contribute and support MLT. There are no longer dedicated MLT developers. As such, the Kdenlive devs will need to debug this.
melt is not only used for rendering. Who says it should behave as you claim? It’s been like that for over 15 years and no one else has complained nor...
I am OK to make a change, but I had to ask instead of simply react. I just have not to around to this change and would appreciate a pull...