]> git.sesse.net Git - mlt/log
mlt
12 years agofix decklink compile on mingw
Dan Dennedy [Sat, 26 Nov 2011 03:56:02 +0000 (19:56 -0800)]
fix decklink compile on mingw

12 years agofix attempt to construct LADSPA plugin with no _init.
Dan Dennedy [Thu, 24 Nov 2011 04:34:46 +0000 (20:34 -0800)]
fix attempt to construct LADSPA plugin with no _init.

12 years agofix loading LADSPA plugins with broken constructor
Dan Dennedy [Thu, 24 Nov 2011 04:32:00 +0000 (20:32 -0800)]
fix loading LADSPA plugins with broken constructor

12 years agofix frei0r and ladspa loading for relocatable builds
Dan Dennedy [Sat, 5 Nov 2011 05:27:38 +0000 (22:27 -0700)]
fix frei0r and ladspa loading for relocatable builds

12 years agodefault multi consumer to real_time=-1
Dan Dennedy [Wed, 23 Nov 2011 04:36:46 +0000 (20:36 -0800)]
default multi consumer to real_time=-1

This defaults command line and XML usage most suitable for use with
avformat consumer. We still need a way to change multi consumer
properties when using more than one -consumer with melt.

12 years agolet 'mlt_profile' be a synonym for 'profile'
Dan Dennedy [Mon, 21 Nov 2011 07:25:20 +0000 (23:25 -0800)]
let 'mlt_profile' be a synonym for 'profile'

to be consistent with consumer property name for setting profile

12 years agoadd YAML metadata for multi consumer
Dan Dennedy [Mon, 21 Nov 2011 07:10:57 +0000 (23:10 -0800)]
add YAML metadata for multi consumer

12 years agofix parameter type on videostab2 yaml
Dan Dennedy [Mon, 21 Nov 2011 07:03:32 +0000 (23:03 -0800)]
fix parameter type on videostab2 yaml

12 years agodocument profile=auto for producer consumer
Dan Dennedy [Mon, 21 Nov 2011 06:46:20 +0000 (22:46 -0800)]
document profile=auto for producer consumer

12 years agofix video glitch seen with multi consumer
Dan Dennedy [Mon, 21 Nov 2011 06:33:09 +0000 (22:33 -0800)]
fix video glitch seen with multi consumer

12 years agoadd framerate adaption to multi consumer
Dan Dennedy [Mon, 21 Nov 2011 06:32:27 +0000 (22:32 -0800)]
add framerate adaption to multi consumer

12 years agomake deep mlt_frame_clone more robust
Dan Dennedy [Mon, 21 Nov 2011 03:05:30 +0000 (19:05 -0800)]
make deep mlt_frame_clone more robust

12 years agofix using a preset with multi consumer and avformat:file
Dan Dennedy [Sun, 20 Nov 2011 21:14:40 +0000 (13:14 -0800)]
fix using a preset with multi consumer and avformat:file

12 years agoadd support for more than one consumer element in xml
Dan Dennedy [Sun, 20 Nov 2011 02:57:07 +0000 (18:57 -0800)]
add support for more than one consumer element in xml

12 years agochange property 'consumer' to 'mlt_service' consistent with xml
Dan Dennedy [Sun, 20 Nov 2011 02:55:54 +0000 (18:55 -0800)]
change property 'consumer' to 'mlt_service' consistent with xml

12 years agofix using multi consumer only when more than one -consumer arg
Dan Dennedy [Sun, 20 Nov 2011 02:06:55 +0000 (18:06 -0800)]
fix using multi consumer only when more than one -consumer arg

12 years agoadd support for multiple -consumer arguments
Dan Dennedy [Sun, 20 Nov 2011 01:39:40 +0000 (17:39 -0800)]
add support for multiple -consumer arguments

12 years agoadd support for app-supplied properties objects on multi consumer
Dan Dennedy [Sun, 20 Nov 2011 01:39:13 +0000 (17:39 -0800)]
add support for app-supplied properties objects on multi consumer

12 years agouse mlt_frame_clone() instead of local method
Dan Dennedy [Sun, 20 Nov 2011 00:39:31 +0000 (16:39 -0800)]
use mlt_frame_clone() instead of local method

12 years agoenhance mlt_frame_clone with a deep/shallow parameter
Dan Dennedy [Sun, 20 Nov 2011 00:39:00 +0000 (16:39 -0800)]
enhance mlt_frame_clone with a deep/shallow parameter

12 years agoadd caching to decklink producer
Dan Dennedy [Sat, 19 Nov 2011 22:31:17 +0000 (14:31 -0800)]
add caching to decklink producer

Now it supports YADIF deinterlace and framerate conversion.

12 years agoadd framerate adaption to consumer producer
Dan Dennedy [Wed, 16 Nov 2011 03:02:12 +0000 (19:02 -0800)]
add framerate adaption to consumer producer

12 years agochange a decklink log message to debug level
Dan Dennedy [Mon, 14 Nov 2011 04:17:23 +0000 (20:17 -0800)]
change a decklink log message to debug level

12 years agomake sure nested consumer gets mlt_profile before 'properties' preset
Dan Dennedy [Mon, 14 Nov 2011 04:16:36 +0000 (20:16 -0800)]
make sure nested consumer gets mlt_profile before 'properties' preset

12 years agofix passing property that has both numeric and string types
Dan Dennedy [Mon, 14 Nov 2011 03:27:14 +0000 (19:27 -0800)]
fix passing property that has both numeric and string types

12 years agofix possible source_fps inconsistency
Dan Dennedy [Sun, 13 Nov 2011 19:18:32 +0000 (11:18 -0800)]
fix possible source_fps inconsistency

12 years agouse multi consumer properties if no resource supplied
Dan Dennedy [Fri, 11 Nov 2011 07:03:16 +0000 (23:03 -0800)]
use multi consumer properties if no resource supplied

12 years agoimplement multi consumer
Dan Dennedy [Fri, 11 Nov 2011 04:20:04 +0000 (20:20 -0800)]
implement multi consumer

12 years agofix brief description of mlt_producer_clone()
Dan Dennedy [Fri, 11 Nov 2011 03:45:09 +0000 (19:45 -0800)]
fix brief description of mlt_producer_clone()

12 years agoadd mlt_frame_clone()
Dan Dennedy [Fri, 11 Nov 2011 03:42:13 +0000 (19:42 -0800)]
add mlt_frame_clone()

12 years agofix crash in sdl_preview with multi consumer
Dan Dennedy [Fri, 11 Nov 2011 03:39:51 +0000 (19:39 -0800)]
fix crash in sdl_preview with multi consumer

12 years agofix crash in decklink mlt_consumer_stop()
Dan Dennedy [Fri, 11 Nov 2011 03:38:25 +0000 (19:38 -0800)]
fix crash in decklink mlt_consumer_stop()

12 years agoMake decklink mlt_consumer_start more asynchronous.
Dan Dennedy [Fri, 11 Nov 2011 03:35:29 +0000 (19:35 -0800)]
Make decklink mlt_consumer_start more asynchronous.

This puts preroll into a thread to make it more asynchronous - a problem
noticed with multi consumer.

12 years agoadd multi consumer (non-functional)
Dan Dennedy [Sat, 5 Nov 2011 22:44:42 +0000 (15:44 -0700)]
add multi consumer (non-functional)

12 years agoimprove support for 480 line NTSC in decklink consumer
Dan Dennedy [Sat, 12 Nov 2011 20:06:12 +0000 (12:06 -0800)]
improve support for 480 line NTSC in decklink consumer

12 years agoimprove support for 486 line NTSC in linsys sdi consumer
Dan Dennedy [Sat, 12 Nov 2011 19:47:05 +0000 (11:47 -0800)]
improve support for 486 line NTSC in linsys sdi consumer

12 years agoavoid segfault when smooth=0
Marco Gittler [Fri, 11 Nov 2011 11:18:04 +0000 (12:18 +0100)]
avoid segfault when smooth=0

12 years agoadded description for vignette change
Marco Gittler [Wed, 9 Nov 2011 19:10:35 +0000 (20:10 +0100)]
added description for vignette change

12 years agouse linear or cos for blending
Marco Gittler [Wed, 9 Nov 2011 10:51:03 +0000 (11:51 +0100)]
use linear or cos for blending

12 years agofix PATH_MAX undefined
Dan Dennedy [Sat, 5 Nov 2011 22:18:42 +0000 (15:18 -0700)]
fix PATH_MAX undefined

12 years agoFix framebuffer producer aspect ratio (kdenlive-2372)
Dan Dennedy [Fri, 4 Nov 2011 05:24:17 +0000 (22:24 -0700)]
Fix framebuffer producer aspect ratio (kdenlive-2372)

12 years agoset interim version 0.7.7
Dan Dennedy [Fri, 4 Nov 2011 05:23:44 +0000 (22:23 -0700)]
set interim version 0.7.7

12 years agobuild fixes for FreeBSD
Dan Dennedy [Fri, 4 Nov 2011 05:16:36 +0000 (22:16 -0700)]
build fixes for FreeBSD

patches by Alberto Villa

12 years agoupdate changelog for v0.7.6
Dan Dennedy [Mon, 31 Oct 2011 17:26:04 +0000 (10:26 -0700)]
update changelog for v0.7.6

12 years agoset version to 0.7.6
Dan Dennedy [Mon, 31 Oct 2011 17:25:09 +0000 (10:25 -0700)]
set version to 0.7.6

12 years agoadd release notes for v0.7.6
Dan Dennedy [Mon, 31 Oct 2011 17:22:52 +0000 (10:22 -0700)]
add release notes for v0.7.6

12 years agoRequest progressive scan images when stabilizing video.
Dan Dennedy [Mon, 31 Oct 2011 06:03:17 +0000 (23:03 -0700)]
Request progressive scan images when stabilizing video.

12 years agoadd fade in/out presets
Dan Dennedy [Mon, 31 Oct 2011 05:54:28 +0000 (22:54 -0700)]
add fade in/out presets

When using to_black and fade_out, currently you need to adjust in and
out properties as needed because we cannot yet use negative values to
mean "from end."

12 years agoreduce log level of some LADSPA-related exceptions
Dan Dennedy [Mon, 31 Oct 2011 05:36:11 +0000 (22:36 -0700)]
reduce log level of some LADSPA-related exceptions

12 years agoupdated desc
Marco Gittler [Wed, 21 Sep 2011 08:22:08 +0000 (10:22 +0200)]
updated desc

12 years agoadded description
Marco Gittler [Tue, 20 Sep 2011 10:06:28 +0000 (12:06 +0200)]
added description

12 years agoset transform properties from mlt
Marco Gittler [Tue, 20 Sep 2011 09:40:07 +0000 (11:40 +0200)]
set transform properties from mlt

12 years agoread filter params correct, set interpol type
Marco Gittler [Tue, 20 Sep 2011 08:48:51 +0000 (10:48 +0200)]
read filter params correct, set interpol type

12 years agouse interpolation settings
Marco Gittler [Mon, 19 Sep 2011 13:40:46 +0000 (15:40 +0200)]
use interpolation settings

12 years agolog format error on draw*
Marco Gittler [Mon, 19 Sep 2011 13:19:05 +0000 (15:19 +0200)]
log format error on draw*

12 years agoadded yml for videostab2
Marco Gittler [Mon, 19 Sep 2011 13:17:53 +0000 (15:17 +0200)]
added yml for videostab2

12 years agomove printf -> mlt_log*
Marco Gittler [Sun, 11 Sep 2011 10:31:32 +0000 (12:31 +0200)]
move printf -> mlt_log*

12 years agoset all paramters
Marco Gittler [Sun, 11 Sep 2011 09:58:37 +0000 (11:58 +0200)]
set all paramters

12 years agoavoid unreadable code like (*format==mlt_image_rgb24?0:1)
Marco Gittler [Sun, 11 Sep 2011 09:49:16 +0000 (11:49 +0200)]
avoid unreadable code  like (*format==mlt_image_rgb24?0:1)
use mlt_types and names for it

12 years agoremove log since no parent/type yet
Marco Gittler [Sun, 11 Sep 2011 09:28:37 +0000 (11:28 +0200)]
remove log since no parent/type yet

12 years agoremoved unsued code (point 4 )
Marco Gittler [Sun, 11 Sep 2011 09:18:27 +0000 (11:18 +0200)]
removed unsued code (point 4 )

12 years agoremoved printf from mlt filter code (point 9)
Marco Gittler [Sun, 11 Sep 2011 09:14:59 +0000 (11:14 +0200)]
removed printf from mlt filter code (point 9)

12 years agouse mlt_pool_release instead of mlt_properties_close (point 8)
Marco Gittler [Sun, 11 Sep 2011 09:14:18 +0000 (11:14 +0200)]
use mlt_pool_release instead of mlt_properties_close (point 8)

12 years agodo not call stabilize_init() anymore (point 7) thx to Dan D.
Marco Gittler [Sun, 11 Sep 2011 09:12:44 +0000 (11:12 +0200)]
do not call stabilize_init() anymore (point 7) thx to Dan D.

12 years agofix makefile to respect global FLAGS (point 2)
Marco Gittler [Sun, 11 Sep 2011 09:07:09 +0000 (11:07 +0200)]
fix makefile to respect global FLAGS (point 2)

12 years agoframesize 3/2 * w * h seems to bee too small for yuv420
Marco Gittler [Fri, 2 Sep 2011 07:40:43 +0000 (09:40 +0200)]
framesize 3/2 * w * h seems to bee too small for yuv420
(segfault in filter)

12 years agoadded vstab from http://public.hronopik.de/vid.stab/features.php?lang=en
Marco Gittler [Fri, 19 Aug 2011 11:10:28 +0000 (13:10 +0200)]
added vstab from http://public.hronopik.de/vid.stab/features.php?lang=en
handles yuv, has zoom (to avoid the interpolated borders), and seems to
be stabilize a bit better

12 years agoremove invalid metadata item for pango
Dan Dennedy [Sun, 30 Oct 2011 20:40:44 +0000 (13:40 -0700)]
remove invalid metadata item for pango

12 years agoadd autoprofile property to consumer producer
Dan Dennedy [Sun, 30 Oct 2011 20:40:02 +0000 (13:40 -0700)]
add autoprofile property to consumer producer

12 years agolog profile info when profile not compatible with decklink mode
Dan Dennedy [Sun, 30 Oct 2011 20:20:32 +0000 (13:20 -0700)]
log profile info when profile not compatible with decklink mode

12 years agofix crash cleaning packet queues that were not created
Dan Dennedy [Sun, 30 Oct 2011 19:14:36 +0000 (12:14 -0700)]
fix crash cleaning packet queues that were not created

12 years agochange default log level to WARN
Dan Dennedy [Sun, 30 Oct 2011 19:09:33 +0000 (12:09 -0700)]
change default log level to WARN

12 years agoLet video_delay work with new_seek (AVCHD).
Dan Dennedy [Sat, 29 Oct 2011 20:13:09 +0000 (13:13 -0700)]
Let video_delay work with new_seek (AVCHD).

12 years agoRenove start_time from avformat producer core object.
Dan Dennedy [Sat, 29 Oct 2011 20:10:06 +0000 (13:10 -0700)]
Renove start_time from avformat producer core object.

12 years agoMerge branch 'master' of git://github.com/pez4brian/mlt into pez
Dan Dennedy [Fri, 21 Oct 2011 03:04:38 +0000 (20:04 -0700)]
Merge branch 'master' of git://github.com/pez4brian/mlt into pez

12 years agoAdd "family" and "style" properties to pango producer. Deprecate
Brian Matherly [Mon, 17 Oct 2011 02:57:07 +0000 (21:57 -0500)]
Add "family" and "style" properties to pango producer. Deprecate
"font" property.

12 years agoImprove a/v sync and fix possible inf loop w/ audio_index=all
Dan Dennedy [Sat, 15 Oct 2011 04:48:25 +0000 (21:48 -0700)]
Improve a/v sync and fix possible inf loop w/ audio_index=all

Sometimes it would ignore the next packet that falls on the current
frame time - ignore was too agressive. And with audio_index=all, it is
faulty to predict interleaving level of streams sometimes causing
continual backward seeks.

12 years agoyml validation fixes
Brian Matherly [Wed, 12 Oct 2011 03:41:16 +0000 (22:41 -0500)]
yml validation fixes

12 years agoAdd outline to pango and dynamic text services. Add pad and align to
Brian Matherly [Wed, 12 Oct 2011 03:17:24 +0000 (22:17 -0500)]
Add outline to pango and dynamic text services. Add pad and align to
dynamic text.

12 years agodynamic text fixes: buffer overflows an support adjacent keywords.
Brian Matherly [Sat, 8 Oct 2011 20:33:18 +0000 (15:33 -0500)]
dynamic text fixes: buffer overflows an support adjacent keywords.

12 years agoAdd -progress2 option to get progress with newlines.
Dan Dennedy [Sun, 9 Oct 2011 22:39:09 +0000 (15:39 -0700)]
Add -progress2 option to get progress with newlines.

Makes easier to get progress updates in some scripts.

12 years agoFix regression on audio devices.
Dan Dennedy [Sat, 8 Oct 2011 19:33:05 +0000 (12:33 -0700)]
Fix regression on audio devices.

12 years agoMerge branch 'master' of git://github.com/pez4brian/mlt into pez
Dan Dennedy [Sat, 8 Oct 2011 17:52:08 +0000 (10:52 -0700)]
Merge branch 'master' of git://github.com/pez4brian/mlt into pez

12 years agoImprove previous fix (efebb3) to prevent infinite loop.
Dan Dennedy [Thu, 6 Oct 2011 05:55:57 +0000 (22:55 -0700)]
Improve previous fix (efebb3) to prevent infinite loop.

12 years agoPrevent closing alreadu closed AVCoddecContexts.
Dan Dennedy [Thu, 6 Oct 2011 05:47:17 +0000 (22:47 -0700)]
Prevent closing alreadu closed AVCoddecContexts.

Patch supplied by Mikko Rapeli.

12 years agoFix framebuffer producer in property (3417991)
j-b-m [Tue, 4 Oct 2011 02:54:21 +0000 (19:54 -0700)]
Fix framebuffer producer in property (3417991)

12 years agoRemove docs/TODO, docs/policies.txt, docs/services/txt. All that
Brian Matherly [Mon, 3 Oct 2011 03:16:18 +0000 (22:16 -0500)]
Remove docs/TODO, docs/policies.txt, docs/services/txt. All that
information is now available on the web site.

12 years agoAdd consumer element to xml producer.
Dan Dennedy [Sat, 1 Oct 2011 21:21:25 +0000 (14:21 -0700)]
Add consumer element to xml producer.

12 years agoFix segfault in sox with no effect.
Dan Dennedy [Fri, 30 Sep 2011 19:41:08 +0000 (12:41 -0700)]
Fix segfault in sox with no effect.

12 years agoFix race on stream index (kdenlive-2296)
Dan Dennedy [Thu, 29 Sep 2011 20:58:47 +0000 (13:58 -0700)]
Fix race on stream index (kdenlive-2296)

12 years agoFix crash when codec not yet opened (or just closed?)
Dan Dennedy [Thu, 29 Sep 2011 19:57:49 +0000 (12:57 -0700)]
Fix crash when codec not yet opened (or just closed?)

12 years agoFix some unprotected calls to av_close_input_file.
Dan Dennedy [Thu, 29 Sep 2011 19:42:02 +0000 (12:42 -0700)]
Fix some unprotected calls to av_close_input_file.

12 years agoAdd re-open capability to decklink producer.
Dan Dennedy [Thu, 29 Sep 2011 03:26:00 +0000 (20:26 -0700)]
Add re-open capability to decklink producer.

This causes the producer to automatically close itself when it reaches
the "end" as defined by an out or length property. Then, the same
producer can be re-opened if reused elsewhere in a playlist or another
instance of the decklink producer can use the same card. This requires
that the decklink producer be permitted to play out to its duration.

12 years agoFix multi-threaded encoding on libavcodec older than v53.
Dan Dennedy [Wed, 28 Sep 2011 01:35:38 +0000 (18:35 -0700)]
Fix multi-threaded encoding on libavcodec older than v53.

12 years agoMerge branch 'master' of dennedy.org:git/mltframework.org/mlt
Dan Dennedy [Tue, 27 Sep 2011 16:20:26 +0000 (09:20 -0700)]
Merge branch 'master' of dennedy.org:git/mltframework.org/mlt

12 years agoFix regression loading profile.
Dan Dennedy [Tue, 27 Sep 2011 01:00:34 +0000 (18:00 -0700)]
Fix regression loading profile.

Also, prefer mlt_environment(MLT_DATA) over $datadir to make indirection
possible with MLT_DATA environment variable and to be consistent with
mlt_profile_list().

12 years agoFix regression loading profile.
Dan Dennedy [Tue, 27 Sep 2011 01:00:34 +0000 (18:00 -0700)]
Fix regression loading profile.

Also, prefer mlt_environment(MLT_DATA) over $datadir to make indirection
possible with MLT_DATA environment variable and to be consistent with
mlt_profile_list().

12 years agoAdd support for HTML style color parameter to producer_pango.
Brian Matherly [Mon, 26 Sep 2011 03:40:51 +0000 (22:40 -0500)]
Add support for HTML style color parameter to producer_pango.
producer_color and producer_pango now work exactly the same
WRT color parameters.

12 years agoLoad frei0r and ladspa plugins relative to exe on win32
Dan Dennedy [Sun, 25 Sep 2011 23:24:29 +0000 (16:24 -0700)]
Load frei0r and ladspa plugins relative to exe on win32

12 years agoFix videostab build on win32
Dan Dennedy [Sun, 25 Sep 2011 23:15:42 +0000 (16:15 -0700)]
Fix videostab build on win32