Re: [Mlt-devel] Playlist corruption in mlt_playlist_consolidate_blanks

2011-07-09 Thread Dan Dennedy
On Thu, Jul 7, 2011 at 1:38 PM, j-b-m wrote: > Hi. > > I am investigating Kdenlive bug http://kdenlive.org/mantis/view.php?id=2219 > where moving groups of clips corrupts the timeline. I traced the bug to a > problem in MLT's playlist "consolidate_blanks" routine. > > The problem is a bit complica

[Mlt-devel] Git: Convert , to / delimiter in data_show templates.

2011-07-09 Thread Dan Dennedy
src/modules/feeds/NTSC/data_fx.properties | 18 +- src/modules/feeds/NTSC/etv.properties | 26 +- src/modules/feeds/NTSC/obscure.properties |2 +- src/modules/feeds/PAL/border.properties |4 ++-- src/modules/feeds/PAL/data_fx.properties |

[Mlt-devel] Git: Add LC_NUMERIC handling to YAML Tiny parser.

2011-07-09 Thread Dan Dennedy
src/framework/metaschema.yaml |3 +++ src/framework/mlt_properties.c |8 2 files changed, 11 insertions(+), 0 deletions(-) New commits: commit 93ab375a68c837603f2e6bbcd76adcb238a1572c Author: Dan Dennedy Date: Sat Jul 9 13:03:30 2011 -0700 Add LC_NUMERIC handling to YAML

[Mlt-devel] Git: Add mlt_properties_get_lcnumeric and Properties::get_lcnumeric

2011-07-09 Thread Dan Dennedy
src/framework/mlt_properties.c | 23 +++ src/framework/mlt_properties.h |1 + src/mlt++/MltProperties.cpp|5 + src/mlt++/MltProperties.h |1 + 4 files changed, 30 insertions(+), 0 deletions(-) New commits: commit 89babacdc78b1a1841e00b25a9ed6c918243c

[Mlt-devel] Git: Add Properties::set_lcnumeric().

2011-07-09 Thread Dan Dennedy
src/framework/mlt_properties.c| 43 ++-- src/framework/mlt_properties.h|1 + src/framework/mlt_property.c | 101 + src/framework/mlt_property.h |3 + src/mlt++/MltProperties.cpp |4 ++ src/mlt++/MltProperties.h

Re: [Mlt-devel] [PATCH] locale related fix

2011-07-09 Thread Dan Dennedy
On Sat, Jul 9, 2011 at 8:06 AM, j-b-m wrote: > > Ok, then what about this approach (see below)? > Feels like we fell down a rabbit hole... After apply this, I got to thinking about more general cases with the metadata, like say default values, especially if an application is using the metadata.

Re: [Mlt-devel] [PATCH] locale related fix

2011-07-09 Thread j-b-m
On Friday 08 July 2011 06:05:17 Dan Dennedy wrote: > On Thu, Jul 7, 2011 at 3:56 PM, j-b-m wrote: > > On Friday 08 July 2011 00:46:31 Dan Dennedy wrote: > >> >f0r_init(); > >> >plginfo(&info); > >> > - snprintf ( string, sizeof(string) , "%d.%d" , > >> > info.major_version ,