Branch: refs/heads/master
Home: https://github.com/mltframework/mlt
Commit: 089f7af6b7bde2517c50451148886ecad65bbe1a
https://github.com/mltframework/mlt/commit/089f7af6b7bde2517c50451148886ecad65bbe1a
Author: Dan Dennedy
Date: 2012-09-03 (Mon, 03 Sep 2012)
Changed paths:
Branch: refs/heads/master
Home: https://github.com/mltframework/mlt
Commit: 119b875b0eac81cc83f1ff5550eac524f9e55917
https://github.com/mltframework/mlt/commit/119b875b0eac81cc83f1ff5550eac524f9e55917
Author: Dan Dennedy
Date: 2012-09-03 (Mon, 03 Sep 2012)
Changed paths:
Branch: refs/heads/master
Home: https://github.com/mltframework/mlt
Commit: 236b7ef835e8910c6685d31a1c8a0d182d30dcf8
https://github.com/mltframework/mlt/commit/236b7ef835e8910c6685d31a1c8a0d182d30dcf8
Author: Dan Dennedy
Date: 2012-09-03 (Mon, 03 Sep 2012)
Changed paths:
Branch: refs/heads/master
Home: https://github.com/mltframework/mlt
Commit: eb73626c3cb43bd5d9178e8121a2fb36fd9632dd
https://github.com/mltframework/mlt/commit/eb73626c3cb43bd5d9178e8121a2fb36fd9632dd
Author: j-b-m
Date: 2012-09-03 (Mon, 03 Sep 2012)
Changed paths:
M sr
On Mon, Sep 3, 2012 at 2:52 PM, j-b-m wrote:
>
> (...)
>
>> Basically, I adjusted the alpha value so that the maximum goes to 256 and
>> not 255, same for weight that should go up to 65536. So in our case - when
>> there is no luma file and alpha is full opacity (255), the mix calculation
>> which
Hi Dan and list!
I'm attaching some patches to improve FreeBSD support.
patch-src__framework__mlt_property.h:
xlocale was backported to 9-STABLE.
patch-src__modules__kdenlive__Makefile:
it is needed to make src/framework/mlt_property.h include sys/param.h
and define __FreeBSD_version while build
(...)
> Basically, I adjusted the alpha value so that the maximum goes to 256 and
> not 255, same for weight that should go up to 65536. So in our case - when
> there is no luma file and alpha is full opacity (255), the mix calculation
> which is basically:
>
> ( weight * alpha ) >> 8
>
> gives
Hi.
I recently acknowledged Kdenlive issue 2708 (bug in composite transition
opacity):
http://www.kdenlive.org/mantis/view.php?id=2708
Quite surprising, but there really is a problem with alpha calculation (using
the non SSE version).
The problem can be reproduced with the following command: