[Mlt-devel] Playlist corruption in mlt_playlist_consolidate_blanks

2011-07-07 Thread j-b-m
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 complicated, I will try to do my best to describe: the playlist

[Mlt-devel] [PATCH] locale related fix

2011-07-07 Thread j-b-m
Hi. Following the recent introduction of locale aware stuff, the frei0r factory requires a few changes, see below. (Note there is maybe a better trick than my log10 function to calculate version). regards jb _ diff --git a/s

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

2011-07-07 Thread Dan Dennedy
On Thu, Jul 7, 2011 at 3:15 PM, j-b-m wrote: > Hi. > > Following the recent introduction of locale aware stuff, the frei0r factory > requires a few changes, see below. > > (Note there is maybe a better trick than my log10 function to calculate > version). > > regards > jb > > _

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

2011-07-07 Thread j-b-m
On Friday 08 July 2011 00:46:31 Dan Dennedy wrote: > >f0r_init(); > >plginfo(&info); > > - snprintf ( string, sizeof(string) , "%d.%d" , info.major_version > > , info.minor_version ); > > - mlt_properties_set ( metadata, "schema_version" , "0.1" ); > > In general, I do

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

2011-07-07 Thread Dan Dennedy
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 >> > , info.minor_version ); >> > -       mlt_properties_set ( metad

[Mlt-devel] Git: Merge branch 'master' of dennedy.org:git/mltframework.org/mlt

2011-07-07 Thread Dan Dennedy
src/modules/core/filter_data_show.yml | 47 + src/modules/core/filter_gamma.yml | 13 +++ src/modules/core/filter_greyscale.yml |1 + src/modules/core/filter_luma.yml | 22 + src/modules/core/filter_watermark.yml | 66 + src/modules/core/producer_c

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

2011-07-07 Thread Dan Dennedy
On Wed, Jul 6, 2011 at 8:53 PM, Brian Matherly wrote: > 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

[Mlt-devel] Git: Fixup some YAML in last commit.

2011-07-07 Thread Dan Dennedy
src/modules/core/filter_greyscale.yml |2 +- src/modules/core/filter_luma.yml | 14 +++--- src/modules/core/filter_watermark.yml | 47 --- src/modules/core/producer_colour.yml | 10 +++ src/modules/core/producer_noise.yml|6 src/

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

2011-07-07 Thread Dan Dennedy
On Thu, Jul 7, 2011 at 9:42 PM, Dan Dennedy wrote: > On Wed, Jul 6, 2011 at 8:53 PM, Brian Matherly wrote: >> 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 ad