[Mlt-devel] [mltframework/mlt] 089f7a: fix synchronizing consumer properties with the pro...

2012-09-03 Thread GitHub
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:

[Mlt-devel] [mltframework/mlt] 119b87: add mlt_service_set_profile()

2012-09-03 Thread GitHub
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:

[Mlt-devel] [mltframework/mlt] 236b7e: add Mlt::Profile::is_explicit()

2012-09-03 Thread GitHub
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:

[Mlt-devel] [mltframework/mlt] eb7362: fix 100% opacity to be truly opaque (kdenlive-2708...

2012-09-03 Thread GitHub
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

Re: [Mlt-devel] Composite transition opacity bug

2012-09-03 Thread Dan Dennedy
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

[Mlt-devel] Some patches from FreeBSD

2012-09-03 Thread Alberto Villa
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

Re: [Mlt-devel] Composite transition opacity bug

2012-09-03 Thread j-b-m
(...) > 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

[Mlt-devel] Composite transition opacity bug

2012-09-03 Thread j-b-m
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: