Hey Dan,

I'd like to test a version of melt with
the C macro USE_MLT_POOL.

Hopefully it uses less memory.

Especially with affine transformations.

If you happen to have the time, and are so
inclined, maybe you could share your thoughts on
when it might arrive in Debian's unstable distro.

Thanks,
Kingsley

On 03/16/2018 16:39, GitHub wrote:
>   Branch: refs/heads/master
>   Home:   https://github.com/mltframework/mlt
>   Commit: 71167e65b4ac126546b7524e406bd81f991c2abf
>       
> https://github.com/mltframework/mlt/commit/71167e65b4ac126546b7524e406bd81f991c2abf
>   Author: Dan Dennedy <d...@dennedy.org>
>   Date:   2018-03-16 (Fri, 16 Mar 2018)
> 
>   Changed paths:
>     M src/framework/mlt_pool.c
> 
>   Log Message:
>   -----------
>   Require C macro USE_MLT_POOL to use memory pool.
> 
> mlt_pool can result in a large, wasteful memory footprint for the
> application. Relates to issue #271. Add "-DUSE_MLT_POOL" to CFLAGS to
> make MLT use its mlt_pool memory pool. Otherwise, it will use malloc(),
> realloc(), and free().
> 
> 
>   Commit: e426a4ed62c7f674db4498766d6928a9598a7ca9
>       
> https://github.com/mltframework/mlt/commit/e426a4ed62c7f674db4498766d6928a9598a7ca9
>   Author: Dan Dennedy <d...@dennedy.org>
>   Date:   2018-03-16 (Fri, 16 Mar 2018)
> 
>   Changed paths:
>     M src/modules/plus/transition_affine.c
> 
>   Log Message:
>   -----------
>   Reduce memory usage of affine esp. with large images.
> 
> 
> Compare: 
> https://github.com/mltframework/mlt/compare/3021e900b5c6...e426a4ed62c7

> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot

-- 
Time is the fire in which we all burn.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to