Branch: refs/heads/master
  Home:   https://github.com/mltframework/mlt
  Commit: 8a478fdd495c9a141b3f114336ae0947625fce27
      
https://github.com/mltframework/mlt/commit/8a478fdd495c9a141b3f114336ae0947625fce27
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2015-05-22 (Fri, 22 May 2015)

  Changed paths:
    M src/framework/mlt_profile.c
    M src/modules/core/filter_resize.c

  Log Message:
  -----------
  Fix heap corruption on auto-profile if yuv420p.

mlt_image_none asks the producer for a MLT image format closest to the
source video. If that yields yuv420p, which is very common, then
filter_resize does not know how to pad that format. But, filter_resize
would try anyways, get bpp=1 from mlt_image_format_size(), and not
allocate enough memory for the new image.


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to