[Mlt-devel] Git: Fix build for querylocale() on OS X.

2011-07-10 Thread Dan Dennedy
src/framework/mlt_properties.c |6 -- src/framework/mlt_property.c |7 +-- 2 files changed, 9 insertions(+), 4 deletions(-) New commits: commit 7a74149b465d2722dba7e6ea2a8d737a3cde9ab4 Author: Dan Dennedy Date: Sun Jul 10 23:09:23 2011 -0700 Fix build for querylocale() o

[Mlt-devel] Git: Fix webm preset.

2011-07-10 Thread Dan Dennedy
presets/consumer/avformat/webm |6 +- presets/consumer/avformat/webm-pass1 | 14 -- presets/consumer/avformat/webm-pass2 | 20 3 files changed, 5 insertions(+), 35 deletions(-) New commits: commit 02a68782c6d19a96f54077dd0ff1a9cf3a868496 Author:

[Mlt-devel] Git: Ensure serialized yaml is LC_NUMERIC=C.

2011-07-10 Thread Dan Dennedy
src/framework/mlt_properties.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) New commits: commit 5730164c9f8f4bc3e7d7ad0abdbd809056fbba28 Author: Dan Dennedy Date: Sun Jul 10 21:44:51 2011 -0700 Ensure serialized yaml is LC_NUMERIC=C. This is needed to ensure consi

[Mlt-devel] Git: Protect locale hack with a mutex to ensure consistency.

2011-07-10 Thread Dan Dennedy
src/framework/mlt_property.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) New commits: commit 67c861311e2916e72e8d3e4be08042f356da92a4 Author: Dan Dennedy Date: Sun Jul 10 20:25:28 2011 -0700 Protect locale hack with a mutex to ensure consistency. ---

[Mlt-devel] Git: Make maximum consecutive-dropped frames configurable.

2011-07-10 Thread Dan Dennedy
src/framework/mlt_consumer.c |6 -- src/framework/mlt_consumer.h |3 +++ src/modules/sdl/consumer_sdl_preview.c |2 +- 3 files changed, 8 insertions(+), 3 deletions(-) New commits: commit 7e69a733545241bb4ae9c2416eabfbb6d143645b Author: Dan Dennedy Date: Sun

[Mlt-devel] Git: Fix playlist corruption with long blanks (kdenlive-2219).

2011-07-10 Thread Dan Dennedy
src/framework/mlt_playlist.c | 20 +++- 1 files changed, 15 insertions(+), 5 deletions(-) New commits: commit 93b17ae7fe373c8b48c9826fc1a5c5e108b3025e Author: Dan Dennedy Date: Sun Jul 10 11:40:33 2011 -0700 Fix playlist corruption with long blanks (kdenlive-2219). ---

Re: [Mlt-devel] Playlist corruption in mlt_playlist_consolidate_blanks

2011-07-10 Thread j-b-m
On Sunday 10 July 2011 01:45:13 Dan Dennedy wrote: (...) > > The bug is that sometimes in "mlt_playlist_resize_clip", the blank > > producer seems to be disconnected from the playlist's blank > > (self->blank). Disconnected means that they have a different length > > property. > > > > So, in "ml

[Mlt-devel] Git: Add a workaround in pango for old kdenlive countdowns.

2011-07-10 Thread Dan Dennedy
src/modules/gtk2/producer_pango.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) New commits: commit 9e3c7f3ba29689460c967c6fca571e28737d7dc4 Author: Dan Dennedy Date: Sun Jul 10 01:51:43 2011 -0700 Add a workaround in pango for old kdenlive countdowns. --