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
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to