Hi Dan.
Just wanted to make you aware of an issue confirmed by 2 users that had
problems related to mlt_geometry because in their locale, the numeric
separator was a comma (,) and not a dot (.).
Might be worth fixing before the next MLT release.
Details here:
http://kdenlive.org/mantis/view.ph
On Wed, Jul 6, 2011 at 2:00 PM, j-b-m wrote:
> Hi Dan.
>
> Just wanted to make you aware of an issue confirmed by 2 users that had
> problems related to mlt_geometry because in their locale, the numeric
> separator was a comma (,) and not a dot (.).
>
> Might be worth fixing before the next MLT re
Hi.
Following the discussion about kdenlive bug 2182(*), attached are some basic
fixes for the oldfilm and charcoal filters.
There are also lots of places where we have:
mlt_properties_set( MLT_FILTER_PROPERTIES( this ), "noise", "40" );
Wouldn't it be better to have those written like:
mlt_pr
On Wed, Jul 6, 2011 at 5:03 PM, j-b-m wrote:
> Hi.
>
> Following the discussion about kdenlive bug 2182(*), attached are some basic
> fixes for the oldfilm and charcoal filters.
>
> There are also lots of places where we have:
>
> mlt_properties_set( MLT_FILTER_PROPERTIES( this ), "noise", "40" );
Dan,
I've been working on adding to the service metadata. Basically, I'm working my
way through "services.txt" and transposing the information into the .yml files.
I must admit, I'm not testing most properties for accuracy.
I'm about half way through services.txt, and I thought I would pass alo
demo/consumers.ini | 18 +++---
demo/demo.ini | 60 ++--
2 files changed, 39 insertions(+), 39 deletions(-)
New commits:
commit 99d6c8b47139b6368108c0c4f0c826e8967e
Author: Dan Dennedy
Date: Wed Jul 6 21:58:25 2011 -0700
demo/README| 15 +--
demo/demo |3 ++-
demo/mlt_bouncy|8
demo/mlt_bouncy_ball |2 +-
demo/mlt_composite_transition
src/modules/oldfilm/filter_vignette.c | 10 +-
src/modules/plus/filter_charcoal.c|8
2 files changed, 9 insertions(+), 9 deletions(-)
New commits:
commit 70245c41f3201406365b210e9442ba1e7e97cdd3
Author: Dan Dennedy
Date: Wed Jul 6 22:14:52 2011 -0700
Fix some de
On Wed, Jul 6, 2011 at 6:08 PM, Dan Dennedy wrote:
> On Wed, Jul 6, 2011 at 5:03 PM, j-b-m wrote:
>> Hi.
>>
>> Following the discussion about kdenlive bug 2182(*), attached are some basic
>> fixes for the oldfilm and charcoal filters.
>>
>> There are also lots of places where we have:
>>
>> mlt_p
src/modules/xml/consumer_xml.c |4
src/modules/xml/mlt-xml.dtd|6 ++
src/modules/xml/producer_xml.c | 10 +-
3 files changed, 19 insertions(+), 1 deletions(-)
New commits:
commit fd107ae7a38a864662703a8e817220f98cb48369
Author: Dan Dennedy
Date: Wed Jul 6 23:12:3
10 matches
Mail list logo