]> git.sesse.net Git - mlt/log
mlt
14 years agoMerge branch 'master' of xtremedia:git/mltframework.org/mlt
Dan Dennedy [Sat, 26 Sep 2009 16:53:09 +0000 (09:53 -0700)]
Merge branch 'master' of xtremedia:git/mltframework.org/mlt

14 years agoImprove exception handling in consumer_avformat.
Dan Dennedy [Sat, 26 Sep 2009 07:50:28 +0000 (00:50 -0700)]
Improve exception handling in consumer_avformat.

14 years agolocale fix for decial numbers
Marco Gittler [Sat, 26 Sep 2009 08:54:10 +0000 (10:54 +0200)]
locale fix for decial numbers

14 years agoImprove exception handling in consumer_avformat.
Dan Dennedy [Sat, 26 Sep 2009 07:50:28 +0000 (00:50 -0700)]
Improve exception handling in consumer_avformat.

14 years agoavcodec_close() calls avcodec_thread_free()
Dan Dennedy [Fri, 25 Sep 2009 08:28:45 +0000 (01:28 -0700)]
avcodec_close() calls avcodec_thread_free()

The last commit caused a regression on slightly older version of ffmpeg
and x264.

14 years agoWait for and close AVCodec threads at end.
Dan Dennedy [Fri, 25 Sep 2009 06:08:26 +0000 (23:08 -0700)]
Wait for and close AVCodec threads at end.

Except when using x264 because it may crash at the end of the second
pass when using multiple threads. Also, cleanup another dual pass log
file that new versions of x264 creates.

14 years agoFix crash in logging warning (2865906).
Dan Dennedy [Thu, 24 Sep 2009 18:36:00 +0000 (11:36 -0700)]
Fix crash in logging warning (2865906).

14 years agoFix swig building with some Python versions and possibly more.
Dan Dennedy [Tue, 22 Sep 2009 20:13:31 +0000 (13:13 -0700)]
Fix swig building with some Python versions and possibly more.

14 years agoUpdate bindings.
Dan Dennedy [Sun, 20 Sep 2009 10:08:09 +0000 (03:08 -0700)]
Update bindings.

14 years agoAdd Properties constructor from opaque pointer.
Dan Dennedy [Sun, 20 Sep 2009 06:49:28 +0000 (23:49 -0700)]
Add Properties constructor from opaque pointer.

14 years agoFix crash when audio encode does not yield frame (2859643).
Dan Dennedy [Wed, 16 Sep 2009 03:00:56 +0000 (20:00 -0700)]
Fix crash when audio encode does not yield frame (2859643).

14 years agoConvert consumer_avformat message to mlt_log API.
Dan Dennedy [Wed, 16 Sep 2009 02:58:30 +0000 (19:58 -0700)]
Convert consumer_avformat message to mlt_log API.

14 years agoFix compatibility with older Kdenlive titles:
j-b-m [Tue, 15 Sep 2009 18:40:58 +0000 (20:40 +0200)]
Fix compatibility with older Kdenlive titles:
Kdenlive bug 1137
modified:   src/modules/qimage/kdenlivetitle_wrapper.cpp

14 years agoRemove the old location of the first_pts calculation.
Dan Dennedy [Tue, 15 Sep 2009 08:16:49 +0000 (01:16 -0700)]
Remove the old location of the first_pts calculation.

14 years agoFix concurrency instability.
Dan Dennedy [Tue, 15 Sep 2009 07:48:53 +0000 (00:48 -0700)]
Fix concurrency instability.

(not related to new_seek)

14 years agoRelocate setting first_pts and fix ffmpeg concurrency.
Dan Dennedy [Mon, 14 Sep 2009 04:39:45 +0000 (21:39 -0700)]
Relocate setting first_pts and fix ffmpeg concurrency.

14 years agoRestore seeking to one second before target.
Dan Dennedy [Thu, 10 Sep 2009 04:58:07 +0000 (21:58 -0700)]
Restore seeking to one second before target.

Since Ivan Schreter's FFmpeg mpegts new-seek patches were disabled, this
is temporarily required for H.264 MPEG2-TS.

14 years agoPatch from Ivan Schreter to fix seeking on AVCHD.
Dan Dennedy [Sat, 5 Sep 2009 22:29:57 +0000 (15:29 -0700)]
Patch from Ivan Schreter to fix seeking on AVCHD.

This is intended to improve seeking in general, but it not ready for all
formats. It can be explicitly enabled by setting the new_seek property
to 1. I added code to enable it by default for H.264 in MPEG-2 Transport
Stream, but one can disable it by setting new_seek to 0.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
14 years agoRemove construction of unused properties object.
Dan Dennedy [Tue, 15 Sep 2009 08:00:36 +0000 (01:00 -0700)]
Remove construction of unused properties object.

14 years agoFix distclean make target under swig and cleanup object files.
Dan Dennedy [Tue, 15 Sep 2009 07:52:34 +0000 (00:52 -0700)]
Fix distclean make target under swig and cleanup object files.

14 years agoInvert position of normalization filters with framebuffer producer.
Dan Dennedy [Sun, 13 Sep 2009 20:07:04 +0000 (13:07 -0700)]
Invert position of normalization filters with framebuffer producer.

Previously, the framebuffer producer loaded a normalized producer, which
can give undesired results with things like crop and really any time you
want to filter the unpadded images of the speed-altered video. Now, the
framebuffer uses the new "abnormal" producer to load the clip without
normalization filters and sets appropriate frame properties to allow the
normalizing filters attached to the framebuffer to act appropriately.
This new abnormal filter is simply an alias to the existing loader
filter, which uses the name by which it is invoked to toggle the
behaviour of whether to attach normalizing filters.

14 years agoFix framebuffer producer preventing image conversion and crop.
Dan Dennedy [Sun, 13 Sep 2009 06:10:25 +0000 (23:10 -0700)]
Fix framebuffer producer preventing image conversion and crop.

14 years agoFix kde_libdir detection for qimage (patch 2151852).
Dan Dennedy [Sun, 13 Sep 2009 01:19:45 +0000 (18:19 -0700)]
Fix kde_libdir detection for qimage (patch 2151852).

Patch from Roberto Castagnola <roberto.castagnola@gmail.com>.
In particular, Gentoo users have needed this.

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