]> git.sesse.net Git - mlt/log
mlt
14 years agoImprove swig build with help from Michael Forney.
Dan Dennedy [Fri, 11 Sep 2009 02:20:19 +0000 (19:20 -0700)]
Improve swig build with help from Michael Forney.

14 years agoRestore performance characteristics of recent composite fix.
Dan Dennedy [Thu, 10 Sep 2009 06:34:55 +0000 (23:34 -0700)]
Restore performance characteristics of recent composite fix.

14 years agoFix composite regression with no luma.
Dan Dennedy [Thu, 10 Sep 2009 06:05:48 +0000 (23:05 -0700)]
Fix composite regression with no luma.

14 years agoMerge branch 'mlt_framebuffer' of git://github.com/j-b-m/mlt
Dan Dennedy [Thu, 10 Sep 2009 05:33:23 +0000 (22:33 -0700)]
Merge branch 'mlt_framebuffer' of git://github.com/j-b-m/mlt

14 years agoFix abruptness when using a luma with softness in composite.
Dan Dennedy [Thu, 10 Sep 2009 04:17:13 +0000 (21:17 -0700)]
Fix abruptness when using a luma with softness in composite.

14 years agoFix big memory leak when scrubbing.
Dan Dennedy [Thu, 10 Sep 2009 02:16:18 +0000 (19:16 -0700)]
Fix big memory leak when scrubbing.

14 years agoFix memleaks
j-b-m [Wed, 9 Sep 2009 22:39:49 +0000 (00:39 +0200)]
Fix memleaks
modified:   src/modules/kdenlive/producer_framebuffer.c

14 years agoFix framebuffer flicker
j-b-m [Wed, 9 Sep 2009 21:37:34 +0000 (23:37 +0200)]
Fix framebuffer flicker
modified:   src/modules/kdenlive/producer_framebuffer.c

14 years agoMerge branch 'master' of git://mltframework.org/mlt
j-b-m [Wed, 9 Sep 2009 21:30:36 +0000 (23:30 +0200)]
Merge branch 'master' of git://mltframework.org/mlt

14 years agoMerge branch 'master' of dennedy.org:git/mltframework.org/mlt
Dan Dennedy [Wed, 9 Sep 2009 06:39:57 +0000 (23:39 -0700)]
Merge branch 'master' of dennedy.org:git/mltframework.org/mlt

14 years agoCleanup pthread mutexes and conditions.
Dan Dennedy [Wed, 9 Sep 2009 06:39:35 +0000 (23:39 -0700)]
Cleanup pthread mutexes and conditions.

14 years agoFix core scaler regression.
Dan Dennedy [Wed, 9 Sep 2009 06:32:06 +0000 (23:32 -0700)]
Fix core scaler regression.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoMerge branch 'master' of xtremedia:git/mltframework.org/mlt
Dan Dennedy [Sat, 5 Sep 2009 22:35:58 +0000 (15:35 -0700)]
Merge branch 'master' of xtremedia:git/mltframework.org/mlt

14 years agoPatch from Michael Forney to fix swig configure.
Dan Dennedy [Sat, 5 Sep 2009 22:34:01 +0000 (15:34 -0700)]
Patch from Michael Forney to fix swig configure.

If configure is run with --swig-languages="lang1 lang2", it complains
because it is compared to "all" without any quotes.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoFix making paths relative (kdenlive-1111).
Dan Dennedy [Fri, 4 Sep 2009 04:17:08 +0000 (21:17 -0700)]
Fix making paths relative (kdenlive-1111).

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoMerge commit 'jbm/kdenlivetitle' into kdenlivetitle
gmarco [Tue, 1 Sep 2009 18:40:33 +0000 (20:40 +0200)]
Merge commit 'jbm/kdenlivetitle' into kdenlivetitle

Conflicts:
src/modules/qimage/kdenlivetitle_wrapper.cpp

14 years agoDon't crash when running kdenlivetitle module from a console,
j-b-m [Tue, 1 Sep 2009 17:22:45 +0000 (19:22 +0200)]
Don't crash when running kdenlivetitle module from a console,
instead print error message and exit
modified:   src/modules/qimage/kdenlivetitle_wrapper.cpp

14 years agoRevert "Fix bug preventing removal of one frame region"
j-b-m [Mon, 31 Aug 2009 13:04:57 +0000 (15:04 +0200)]
Revert "Fix bug preventing removal of one frame region"

This reverts commit 0848780c9c97c2aca435b954e762f7915598d970.

modified:   src/framework/mlt_playlist.c

14 years agoMerge branch 'master' of git://mltframework.org/mlt
j-b-m [Mon, 31 Aug 2009 12:54:37 +0000 (14:54 +0200)]
Merge branch 'master' of git://mltframework.org/mlt

14 years agoFix flicker frame appearing at 0 position, small optimisations
j-b-m [Mon, 31 Aug 2009 11:59:58 +0000 (13:59 +0200)]
Fix flicker frame appearing at 0 position, small optimisations
modified:   src/modules/qimage/kdenlivetitle_wrapper.cpp

14 years agoFix flicker frame appearing at 0 position, small optimisations
j-b-m [Mon, 31 Aug 2009 11:59:58 +0000 (13:59 +0200)]
Fix flicker frame appearing at 0 position, small optimisations
modified:   src/modules/qimage/kdenlivetitle_wrapper.cpp

14 years agoMerge branch 'master' of git://mltframework.org/mlt into kdenlivetitle
j-b-m [Mon, 31 Aug 2009 11:57:18 +0000 (13:57 +0200)]
Merge branch 'master' of git://mltframework.org/mlt into kdenlivetitle

14 years agoThe padding is no longer necessary with the gcc aligned attribute.
Dan Dennedy [Sun, 30 Aug 2009 03:01:51 +0000 (20:01 -0700)]
The padding is no longer necessary with the gcc aligned attribute.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoChris Rudorff (ppc contributor) strongly suggests 16 byte alignment and padding for...
Dan Dennedy [Sat, 29 Aug 2009 23:46:45 +0000 (16:46 -0700)]
Chris Rudorff (ppc contributor) strongly suggests 16 byte alignment and padding for all arch.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoApply JBM's fix to framebuffer regression on big image convert refactoring.
Dan Dennedy [Sat, 29 Aug 2009 20:30:14 +0000 (13:30 -0700)]
Apply JBM's fix to framebuffer regression on big image convert refactoring.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoApply mem alignment and corruption patches from Christoph Rudorff while debugging...
Dan Dennedy [Sat, 29 Aug 2009 20:18:05 +0000 (13:18 -0700)]
Apply mem alignment and corruption patches from Christoph Rudorff while debugging ppc.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoMerge branch 'master' of git://mltframework.org/mlt into kdenlivetitle
Marco Gittler [Sat, 29 Aug 2009 14:22:47 +0000 (16:22 +0200)]
Merge branch 'master' of git://mltframework.org/mlt into kdenlivetitle

14 years agoMerge branch 'kdenlivetitle' of github.com:gmarco/mlt into kdenlivetitle
Marco Gittler [Sat, 29 Aug 2009 07:54:00 +0000 (09:54 +0200)]
Merge branch 'kdenlivetitle' of github.com:gmarco/mlt into kdenlivetitle

14 years agoremoved warning
gmarco [Fri, 28 Aug 2009 22:32:24 +0000 (00:32 +0200)]
removed warning

14 years agoMerge branch 'master' into kdenlivetitle
Dan Dennedy [Fri, 28 Aug 2009 19:10:59 +0000 (12:10 -0700)]
Merge branch 'master' into kdenlivetitle

14 years agoConvert audio-only SDL consumer to new audio API.
Dan Dennedy [Thu, 27 Aug 2009 05:08:11 +0000 (22:08 -0700)]
Convert audio-only SDL consumer to new audio API.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoCleanup indentation
Dan Dennedy [Thu, 27 Aug 2009 03:37:59 +0000 (20:37 -0700)]
Cleanup indentation

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoAdd audio-only SDL consumer (for Kdenlive on OS X).
Dan Dennedy [Thu, 27 Aug 2009 03:34:35 +0000 (20:34 -0700)]
Add audio-only SDL consumer (for Kdenlive on OS X).

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoFix A/V sync regression introduced in commit f6916f
Dan Dennedy [Wed, 26 Aug 2009 03:27:39 +0000 (20:27 -0700)]
Fix A/V sync regression introduced in commit f6916f

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoMerge branch 'master' of git://mltframework.org/mlt into kdenlivetitle
Marco Gittler [Thu, 27 Aug 2009 07:35:57 +0000 (09:35 +0200)]
Merge branch 'master' of git://mltframework.org/mlt into kdenlivetitle

14 years agoConvert audio-only SDL consumer to new audio API.
Dan Dennedy [Thu, 27 Aug 2009 05:08:11 +0000 (22:08 -0700)]
Convert audio-only SDL consumer to new audio API.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoCleanup indentation
Dan Dennedy [Thu, 27 Aug 2009 03:37:59 +0000 (20:37 -0700)]
Cleanup indentation

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoAdd audio-only SDL consumer (for Kdenlive on OS X).
Dan Dennedy [Thu, 27 Aug 2009 03:34:35 +0000 (20:34 -0700)]
Add audio-only SDL consumer (for Kdenlive on OS X).

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoMerge branch 'master' of git://mltframework.org/mlt into kdenlivetitle
Marco Gittler [Wed, 26 Aug 2009 15:54:21 +0000 (17:54 +0200)]
Merge branch 'master' of git://mltframework.org/mlt into kdenlivetitle

14 years agoFix A/V sync regression introduced in commit f6916f
Dan Dennedy [Wed, 26 Aug 2009 03:27:39 +0000 (20:27 -0700)]
Fix A/V sync regression introduced in commit f6916f

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoMerge branch 'master' of git://mltframework.org/mlt into kdenlivetitle
Marco Gittler [Fri, 21 Aug 2009 17:58:33 +0000 (19:58 +0200)]
Merge branch 'master' of git://mltframework.org/mlt into kdenlivetitle

14 years agoAdd Linsys SDI consumer from B.C.E.
Dan Dennedy [Thu, 20 Aug 2009 03:52:08 +0000 (20:52 -0700)]
Add Linsys SDI consumer from B.C.E.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoFix a/v sync on files with incorrect codec frame rate, but correct muxer rate.
Dan Dennedy [Wed, 19 Aug 2009 03:01:00 +0000 (20:01 -0700)]
Fix a/v sync on files with incorrect codec frame rate, but correct muxer rate.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoTitler: add support for background property
j-b-m [Sun, 16 Aug 2009 09:40:15 +0000 (11:40 +0200)]
Titler: add support for background property
modified:   src/modules/qimage/kdenlivetitle_wrapper.cpp

14 years agoTitler: add support for background property
j-b-m [Sun, 16 Aug 2009 09:40:15 +0000 (11:40 +0200)]
Titler: add support for background property
modified:   src/modules/qimage/kdenlivetitle_wrapper.cpp

14 years agoMerge branch 'master' of git://mltframework.org/mlt
j-b-m [Sun, 16 Aug 2009 09:35:01 +0000 (11:35 +0200)]
Merge branch 'master' of git://mltframework.org/mlt

14 years agoFix a/v synch drift with some unhandled framerates (kdenlive-1034).
Dan Dennedy [Sat, 8 Aug 2009 03:02:51 +0000 (20:02 -0700)]
Fix a/v synch drift with some unhandled framerates (kdenlive-1034).

Previously only special handling provided for 32000, 44100, and 48000
sample rates on the strange NTSC frame rate. Patch provided by Mike
Adkins makes it generic including 24000/1001. Thanks!

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoRefactor audio conversion and mixing.
Dan Dennedy [Tue, 4 Aug 2009 04:36:59 +0000 (21:36 -0700)]
Refactor audio conversion and mixing.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoFix some SDL concurrency issues I am seeing in Kdenlive on my quad core.
Dan Dennedy [Tue, 4 Aug 2009 03:18:41 +0000 (20:18 -0700)]
Fix some SDL concurrency issues I am seeing in Kdenlive on my quad core.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoMerge commit 'jbm/kdenlivetitle' into kdenlivetitle
Marco Gittler [Mon, 3 Aug 2009 07:45:46 +0000 (09:45 +0200)]
Merge commit 'jbm/kdenlivetitle' into kdenlivetitle

14 years agoFix regression introduced by last commit
j-b-m [Sun, 2 Aug 2009 21:42:49 +0000 (23:42 +0200)]
Fix regression introduced by last commit
modified:   kdenlivetitle_wrapper.cpp

14 years agoMerge commit 'jbm/kdenlivetitle' into kdenlivetitle
Marco Gittler [Sun, 2 Aug 2009 21:20:47 +0000 (23:20 +0200)]
Merge commit 'jbm/kdenlivetitle' into kdenlivetitle

14 years agoFix start / endviewport movement, do not respect aspect ratio when resizing
j-b-m [Sun, 2 Aug 2009 21:16:07 +0000 (23:16 +0200)]
Fix start / endviewport movement, do not respect aspect ratio when resizing
modified:   kdenlivetitle_wrapper.cpp

14 years agoMerge commit 'jbm/kdenlivetitle' into kdenlivetitle
Marco Gittler [Sun, 2 Aug 2009 21:03:59 +0000 (23:03 +0200)]
Merge commit 'jbm/kdenlivetitle' into kdenlivetitle

14 years agoAdd support for svg items in titles
j-b-m [Sun, 2 Aug 2009 20:22:21 +0000 (22:22 +0200)]
Add support for svg items in titles
modified:   configure
modified:   kdenlivetitle_wrapper.cpp

14 years agoMerge commit 'jbm/kdenlivetitle' into kdenlivetitle
Marco Gittler [Sun, 2 Aug 2009 18:53:10 +0000 (20:53 +0200)]
Merge commit 'jbm/kdenlivetitle' into kdenlivetitle

14 years agoDont's set Graphicscene parent to avoid warning message, fix display of images
j-b-m [Sun, 2 Aug 2009 17:45:59 +0000 (19:45 +0200)]
Dont's set Graphicscene parent to avoid warning message, fix display of images
modified:   kdenlivetitle_wrapper.cpp

14 years agoremove unused var
j-b-m [Sun, 2 Aug 2009 17:16:26 +0000 (19:16 +0200)]
remove unused var
modified:   kdenlivetitle_wrapper.h

14 years agoFix errors in caching + mem leaks, fix resize issue
j-b-m [Sun, 2 Aug 2009 17:14:35 +0000 (19:14 +0200)]
Fix errors in caching + mem leaks, fix resize issue
modified:   kdenlivetitle_wrapper.cpp
modified:   kdenlivetitle_wrapper.h
modified:   producer_kdenlivetitle.c

14 years agoMerge commit 'jbm/kdenlivetitle' into kdenlivetitle
Marco Gittler [Sat, 1 Aug 2009 19:31:40 +0000 (21:31 +0200)]
Merge commit 'jbm/kdenlivetitle' into kdenlivetitle

14 years agoRewrote caching, similar to qimage producer
j-b-m [Sat, 1 Aug 2009 14:25:12 +0000 (16:25 +0200)]
Rewrote caching, similar to qimage producer
modified:   kdenlivetitle_wrapper.cpp
modified:   kdenlivetitle_wrapper.h
modified:   producer_kdenlivetitle.c

14 years agoCache image if there is no animation
j-b-m [Sat, 1 Aug 2009 13:46:45 +0000 (15:46 +0200)]
Cache image if there is no animation
modified:   kdenlivetitle_wrapper.cpp

14 years agoMerge commit 'jbm/kdenlivetitle' into kdenlivetitle
gmarco [Fri, 31 Jul 2009 17:59:12 +0000 (19:59 +0200)]
Merge commit 'jbm/kdenlivetitle' into kdenlivetitle

14 years agoUse QImage instead of QPixmap, add myself in copyright
j-b-m [Fri, 31 Jul 2009 17:08:33 +0000 (19:08 +0200)]
Use QImage instead of QPixmap, add myself in copyright
modified:   kdenlivetitle_wrapper.cpp
modified:   kdenlivetitle_wrapper.h
modified:   producer_kdenlivetitle.c

14 years agokdenlivetitle_wrapper.cpp: qt 4.4 fix for scale
Marco Gittler [Fri, 31 Jul 2009 12:16:14 +0000 (14:16 +0200)]
kdenlivetitle_wrapper.cpp: qt 4.4 fix for scale

14 years agoMerge commit 'jbm/kdenlivetitle' into kdenlivetitle
Marco Gittler [Fri, 31 Jul 2009 11:30:01 +0000 (13:30 +0200)]
Merge commit 'jbm/kdenlivetitle' into kdenlivetitle

14 years agodon't use cache, just normal properties to store scene
j-b-m [Fri, 31 Jul 2009 11:11:54 +0000 (13:11 +0200)]
don't use cache, just normal properties to store scene
modified:   kdenlivetitle_wrapper.cpp
modified:   kdenlivetitle_wrapper.h

14 years agoRescale title when they are played with a different profile
j-b-m [Fri, 31 Jul 2009 07:37:10 +0000 (09:37 +0200)]
Rescale title when they are played with a different profile
modified:   kdenlivetitle_wrapper.cpp
modified:   kdenlivetitle_wrapper.h
modified:   producer_kdenlivetitle.c

14 years agoMerge commit 'jbm/kdenlivetitle' into kdenlivetitle
Marco Gittler [Thu, 30 Jul 2009 21:30:33 +0000 (23:30 +0200)]
Merge commit 'jbm/kdenlivetitle' into kdenlivetitle

14 years agoFix image size, fix utf-8 characters in titles
j-b-m [Thu, 30 Jul 2009 21:20:13 +0000 (23:20 +0200)]
Fix image size, fix utf-8 characters in titles
modified:   kdenlivetitle_wrapper.cpp
modified:   producer_kdenlivetitle.c

14 years agoMerge commit 'jbm/kdenlivetitle' into kdenlivetitle
Marco Gittler [Wed, 29 Jul 2009 17:26:53 +0000 (19:26 +0200)]
Merge commit 'jbm/kdenlivetitle' into kdenlivetitle

14 years agoFix use of several title producers in one instance of Kdenlive
j-b-m [Wed, 29 Jul 2009 16:41:17 +0000 (18:41 +0200)]
Fix use of several title producers in one instance of Kdenlive
modified:   kdenlivetitle_wrapper.cpp
modified:   kdenlivetitle_wrapper.h
modified:   producer_kdenlivetitle.c

14 years agoRevert "Fix bug preventing deletion of one frame region"
Dan Dennedy [Tue, 28 Jul 2009 04:18:28 +0000 (21:18 -0700)]
Revert "Fix bug preventing deletion of one frame region"

This reverts commit 17611c672d6a81b3f1b4b445a83606b087603ceb.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agokdenlivetitle_wrapper.cpp: fixed merge conflict
gmarco [Mon, 27 Jul 2009 18:18:11 +0000 (20:18 +0200)]
kdenlivetitle_wrapper.cpp: fixed merge conflict

14 years agoMerge commit 'jbm/kdenlivetitle' into kdenlivetitle
Marco Gittler [Mon, 27 Jul 2009 06:32:36 +0000 (08:32 +0200)]
Merge commit 'jbm/kdenlivetitle' into kdenlivetitle

14 years agodebug --
j-b-m [Mon, 27 Jul 2009 00:18:46 +0000 (02:18 +0200)]
debug --
modified:   producer_kdenlivetitle.c

14 years agoCleanup + fix crashes when used in Kdenlive
j-b-m [Sun, 26 Jul 2009 22:56:51 +0000 (00:56 +0200)]
Cleanup + fix crashes when used in Kdenlive
modified:   kdenlivetitle_wrapper.cpp
modified:   kdenlivetitle_wrapper.h
modified:   producer_kdenlivetitle.c

14 years agoMerge branch 'master' into kdenlivetitle
Marco Gittler [Sun, 26 Jul 2009 19:29:16 +0000 (21:29 +0200)]
Merge branch 'master' into kdenlivetitle

14 years agoFix mem leak
j-b-m [Fri, 24 Jul 2009 14:15:32 +0000 (16:15 +0200)]
Fix mem leak
modified:   src/modules/qimage/kdenlivetitle_wrapper.cpp
modified:   src/modules/qimage/producer_kdenlivetitle.c

14 years agoCleanup & fix crash
j-b-m [Sat, 25 Jul 2009 22:58:01 +0000 (00:58 +0200)]
Cleanup & fix crash
modified:   kdenlivetitle_wrapper.cpp
modified:   kdenlivetitle_wrapper.h

14 years agoFix handling of length parameter in mlt_playlist_remove_region.
Dan Dennedy [Sun, 26 Jul 2009 17:54:36 +0000 (10:54 -0700)]
Fix handling of length parameter in mlt_playlist_remove_region.

This fixes kdenlive bug 1030.
The calls to mlt_playlist_split() inside this function appear to have forgotten that it splits _after_ the specified position.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoCleanup & fix crash
j-b-m [Sat, 25 Jul 2009 22:58:01 +0000 (00:58 +0200)]
Cleanup & fix crash
modified:   kdenlivetitle_wrapper.cpp
modified:   kdenlivetitle_wrapper.h

14 years agoFix bug preventing removal of one frame region
j-b-m [Sat, 25 Jul 2009 07:32:59 +0000 (09:32 +0200)]
Fix bug preventing removal of one frame region
modified:   mlt_playlist.c

14 years agoFix bug preventing deletion of one frame region
j-b-m [Sat, 25 Jul 2009 07:28:16 +0000 (09:28 +0200)]
Fix bug preventing deletion of one frame region
modified:   mlt_playlist.c

14 years agoMerge branch 'jbm-kdenlivetitle' into kdenlivetitle
Marco Gittler [Fri, 24 Jul 2009 19:09:53 +0000 (21:09 +0200)]
Merge branch 'jbm-kdenlivetitle' into kdenlivetitle

14 years agoFix mem leak
j-b-m [Fri, 24 Jul 2009 14:15:32 +0000 (16:15 +0200)]
Fix mem leak
modified:   src/modules/qimage/kdenlivetitle_wrapper.cpp
modified:   src/modules/qimage/producer_kdenlivetitle.c

14 years agoRemove debug output
j-b-m [Fri, 24 Jul 2009 13:36:52 +0000 (15:36 +0200)]
Remove debug output

14 years agoFix crash + position in time
j-b-m [Fri, 24 Jul 2009 13:31:20 +0000 (15:31 +0200)]
Fix crash + position in time
modified:   src/modules/qimage/kdenlivetitle_wrapper.cpp
modified:   src/modules/qimage/kdenlivetitle_wrapper.h
modified:   src/modules/qimage/producer_kdenlivetitle.c

14 years ago* Fix memleaks
j-b-m [Fri, 24 Jul 2009 12:46:53 +0000 (14:46 +0200)]
* Fix memleaks
* Cleanup
* Reload xml when setting "reload_xml" property
modified:   src/modules/qimage/kdenlivetitle_wrapper.cpp
modified:   src/modules/qimage/kdenlivetitle_wrapper.h
modified:   src/modules/qimage/producer_kdenlivetitle.c

14 years agokdenlivetitle_wrapper.cpp: use changed format of title-xml
Marco Gittler [Fri, 24 Jul 2009 10:42:36 +0000 (12:42 +0200)]
kdenlivetitle_wrapper.cpp: use changed format of title-xml

14 years agoqimage_wrapper: removed unused line
Marco Gittler [Fri, 24 Jul 2009 09:39:39 +0000 (11:39 +0200)]
qimage_wrapper: removed unused line

14 years agoMerge branch 'jbm-kdenlivetitle' into kdenlivetitle
Marco Gittler [Fri, 24 Jul 2009 09:39:03 +0000 (11:39 +0200)]
Merge branch 'jbm-kdenlivetitle' into kdenlivetitle

Conflicts:
src/modules/qimage/factory.c
src/modules/qimage/kdenlivetitle_wrapper.cpp
src/modules/qimage/kdenlivetitle_wrapper.h
src/modules/qimage/producer_kdenlivetitle.c

14 years agoAdd feature to dynamically replace text in a block
j-b-m [Fri, 24 Jul 2009 09:12:04 +0000 (11:12 +0200)]
Add feature to dynamically replace text in a block
modified:   kdenlivetitle_wrapper.cpp
modified:   kdenlivetitle_wrapper.h
modified:   producer_kdenlivetitle.c

14 years agoqimage/factory.c: readded deleted qimage producer
Marco Gittler [Fri, 24 Jul 2009 08:36:54 +0000 (10:36 +0200)]
qimage/factory.c: readded deleted qimage producer

14 years agokdenlivetitle: reindent code / readded qimage_producer
Marco Gittler [Fri, 24 Jul 2009 08:33:21 +0000 (10:33 +0200)]
kdenlivetitle: reindent code / readded qimage_producer

14 years agoreindent c++
Marco Gittler [Fri, 24 Jul 2009 08:28:13 +0000 (10:28 +0200)]
reindent c++

14 years agoreindent code
Marco Gittler [Fri, 24 Jul 2009 08:26:31 +0000 (10:26 +0200)]
reindent code

14 years agoreadded deleted qimage producer in factory
Marco Gittler [Fri, 24 Jul 2009 08:08:08 +0000 (10:08 +0200)]
readded deleted qimage producer in factory

14 years agoclean image before painting
Marco Gittler [Mon, 20 Jul 2009 10:16:13 +0000 (12:16 +0200)]
clean image before painting

14 years agoMerge branch 'master' of git://mltframework.org/mlt into kdenlivetitle
Marco Gittler [Sun, 19 Jul 2009 19:11:20 +0000 (21:11 +0200)]
Merge branch 'master' of git://mltframework.org/mlt into kdenlivetitle