[Mlt-devel] Speed effect losing video

2015-02-03 Thread Vincent Pinon
Hello, We recently got that issue on Kdenlive that apparently also appears in OpenShot: https://forum.kde.org/viewtopic.php?f=270&t=124580&p=328850#p328850 Maybe it is linked to: http://sourceforge.net/p/mlt/bugs/164/ Can you have a look? Many thanks, Vincent

Re: [Mlt-devel] [PATCH] compositing optimization

2015-02-03 Thread Dan Dennedy
On Tue, Feb 3, 2015 at 3:06 AM, Maksym Veremeyenko wrote: > 03.02.15 07:03, Dan Dennedy написав(ла): > >> >> With the last patch applied, a couple of things in demo/ are segfaulting >> in composite_line_yuv_sse2_simple.c:blend_case7(). See demo/mlt_news and >> mlt_title_over_gfx. >> > i had a typ

[Mlt-devel] [mltframework/mlt] fd6b4d: rename arguments indexes to literal names

2015-02-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: fd6b4dfb9fb7b4f0dda0f1126c234f1246204124 https://github.com/mltframework/mlt/commit/fd6b4dfb9fb7b4f0dda0f1126c234f1246204124 Author: Maksym Veremeyenko Date: 2015-02-03 (Tue, 03 Feb 2015) Changed pa

Re: [Mlt-devel] [PATCH] compositing optimization

2015-02-03 Thread Maksym Veremeyenko
03.02.15 13:06, Maksym Veremeyenko написав(ла): [...] PS there are other places where returned value of mlt_frame_get_alpha_mask been checked for NULL, like: filter_rescale.c: <-->uint8_t *input = mlt_frame_get_alpha_mask( frame ); <-->if ( input != NULL ) <-->{ <--><-->

Re: [Mlt-devel] [PATCH] compositing optimization

2015-02-03 Thread Maksym Veremeyenko
03.02.15 07:03, Dan Dennedy написав(ла): On Thu, Jan 29, 2015 at 8:14 AM, Maksym Veremeyenko mailto:ve...@m1stereo.tv>> wrote: Hi, provided patch is a second attempt to introduce subj. thees pathset makes two things: 1. disable creating alpha channel for frame if it does not e