[Mlt-devel] locale issue with mlt_geometry

2011-07-06 Thread j-b-m
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

Re: [Mlt-devel] locale issue with mlt_geometry

2011-07-06 Thread Dan Dennedy
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

[Mlt-devel] [PATCH] Fix vignette+charcoal effects with french locale

2011-07-06 Thread j-b-m
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

Re: [Mlt-devel] [PATCH] Fix vignette+charcoal effects with french locale

2011-07-06 Thread Dan Dennedy
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" );

[Mlt-devel] PATCH: Service Metadata - part 1

2011-07-06 Thread Brian Matherly
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

[Mlt-devel] Git: Fix usage of cut in demo script for some platforms (OSX).

2011-07-06 Thread Dan Dennedy
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

[Mlt-devel] Git: Use '/' for coordinate delimiter instead of period.

2011-07-06 Thread Dan Dennedy
demo/README| 15 +-- demo/demo |3 ++- demo/mlt_bouncy|8 demo/mlt_bouncy_ball |2 +- demo/mlt_composite_transition

[Mlt-devel] Git: Fix some default numeric property values in some locales.

2011-07-06 Thread Dan Dennedy
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

Re: [Mlt-devel] [PATCH] Fix vignette+charcoal effects with french locale

2011-07-06 Thread Dan Dennedy
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

[Mlt-devel] Git: Add LC_NUMERIC to MLT XML.

2011-07-06 Thread Dan Dennedy
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