Re: [Mlt-devel] PATCH: pango_producer HTML color support

2011-09-25 Thread Dan Dennedy
On Sun, Sep 25, 2011 at 8:53 PM, Brian Matherly wrote: > Hi Dan, > > There are two services in MLT that accept color parameters: producer_color > and producer_pango. > Actually, there is a bunch of frei0r plugins that use color parameters. > The two services do not work exactly the same with re

[Mlt-devel] PATCH: pango_producer HTML color support

2011-09-25 Thread Brian Matherly
Hi Dan, There are two services in MLT that accept color parameters: producer_color and producer_pango. The two services do not work exactly the same with respect to color parameters. producer_color can accept HTML style codes while producer_pango can not. Also, producer_pango does not support

[Mlt-devel] Git: Load frei0r and ladspa plugins relative to exe on win32

2011-09-25 Thread Dan Dennedy
src/modules/frei0r/factory.c | 22 +++--- src/modules/jackrack/plugin_mgr.c |7 ++- src/modules/videostab/stab/estimate.c |4 3 files changed, 29 insertions(+), 4 deletions(-) New commits: commit 8ecca214b6fbeedd12c6f0ecbc6b683303662e59 Author: Dan

[Mlt-devel] Git: Fix build on win32

2011-09-25 Thread Dan Dennedy
src/framework/Makefile |2 +- src/framework/mlt_factory.c | 15 +-- src/framework/mlt_profile.c |2 +- src/modules/avformat/consumer_avformat.c |4 ++-- 4 files changed, 13 insertions(+), 10 deletions(-) New commits: commit 820

[Mlt-devel] Git: Fix and cleanup profile and preset dirs.

2011-09-25 Thread Dan Dennedy
src/framework/Makefile|2 +- src/framework/mlt_factory.c | 40 src/framework/mlt_profile.c | 20 +++--- src/framework/mlt_properties.c|6 +++- src/framework/mlt_repository.c|7 - src/modules/frei0r

[Mlt-devel] Git: Fix building decklink on win32

2011-09-25 Thread Dan Dennedy
src/modules/decklink/consumer_decklink.cpp | 14 +++--- src/modules/decklink/producer_decklink.cpp |4 2 files changed, 15 insertions(+), 3 deletions(-) New commits: commit 3cf855b0c56141878af553ad77c674175d821179 Author: Dan Dennedy Date: Sun Sep 25 13:47:52 2011 -0700