]>
git.sesse.net Git - mlt/log
Dan Dennedy [Wed, 16 Nov 2011 03:02:12 +0000 (19:02 -0800)]
add framerate adaption to consumer producer
Dan Dennedy [Mon, 14 Nov 2011 04:17:23 +0000 (20:17 -0800)]
change a decklink log message to debug level
Dan Dennedy [Mon, 14 Nov 2011 04:16:36 +0000 (20:16 -0800)]
make sure nested consumer gets mlt_profile before 'properties' preset
Dan Dennedy [Mon, 14 Nov 2011 03:27:14 +0000 (19:27 -0800)]
fix passing property that has both numeric and string types
Dan Dennedy [Sun, 13 Nov 2011 19:18:32 +0000 (11:18 -0800)]
fix possible source_fps inconsistency
Dan Dennedy [Fri, 11 Nov 2011 07:03:16 +0000 (23:03 -0800)]
use multi consumer properties if no resource supplied
Dan Dennedy [Fri, 11 Nov 2011 04:20:04 +0000 (20:20 -0800)]
implement multi consumer
Dan Dennedy [Fri, 11 Nov 2011 03:45:09 +0000 (19:45 -0800)]
fix brief description of mlt_producer_clone()
Dan Dennedy [Fri, 11 Nov 2011 03:42:13 +0000 (19:42 -0800)]
add mlt_frame_clone()
Dan Dennedy [Fri, 11 Nov 2011 03:39:51 +0000 (19:39 -0800)]
fix crash in sdl_preview with multi consumer
Dan Dennedy [Fri, 11 Nov 2011 03:38:25 +0000 (19:38 -0800)]
fix crash in decklink mlt_consumer_stop()
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.
Dan Dennedy [Sat, 5 Nov 2011 22:44:42 +0000 (15:44 -0700)]
add multi consumer (non-functional)
Dan Dennedy [Sat, 12 Nov 2011 20:06:12 +0000 (12:06 -0800)]
improve support for 480 line NTSC in decklink consumer
Dan Dennedy [Sat, 12 Nov 2011 19:47:05 +0000 (11:47 -0800)]
improve support for 486 line NTSC in linsys sdi consumer
Marco Gittler [Fri, 11 Nov 2011 11:18:04 +0000 (12:18 +0100)]
avoid segfault when smooth=0
Marco Gittler [Wed, 9 Nov 2011 19:10:35 +0000 (20:10 +0100)]
added description for vignette change
Marco Gittler [Wed, 9 Nov 2011 10:51:03 +0000 (11:51 +0100)]
use linear or cos for blending
Dan Dennedy [Sat, 5 Nov 2011 22:18:42 +0000 (15:18 -0700)]
fix PATH_MAX undefined
Dan Dennedy [Fri, 4 Nov 2011 05:24:17 +0000 (22:24 -0700)]
Fix framebuffer producer aspect ratio (kdenlive-2372)
Dan Dennedy [Fri, 4 Nov 2011 05:23:44 +0000 (22:23 -0700)]
set interim version 0.7.7
Dan Dennedy [Fri, 4 Nov 2011 05:16:36 +0000 (22:16 -0700)]
build fixes for FreeBSD
patches by Alberto Villa
Dan Dennedy [Mon, 31 Oct 2011 17:26:04 +0000 (10:26 -0700)]
update changelog for v0.7.6
Dan Dennedy [Mon, 31 Oct 2011 17:25:09 +0000 (10:25 -0700)]
set version to 0.7.6
Dan Dennedy [Mon, 31 Oct 2011 17:22:52 +0000 (10:22 -0700)]
add release notes for v0.7.6
Dan Dennedy [Mon, 31 Oct 2011 06:03:17 +0000 (23:03 -0700)]
Request progressive scan images when stabilizing video.
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."
Dan Dennedy [Mon, 31 Oct 2011 05:36:11 +0000 (22:36 -0700)]
reduce log level of some LADSPA-related exceptions
Marco Gittler [Wed, 21 Sep 2011 08:22:08 +0000 (10:22 +0200)]
updated desc
Marco Gittler [Tue, 20 Sep 2011 10:06:28 +0000 (12:06 +0200)]
added description
Marco Gittler [Tue, 20 Sep 2011 09:40:07 +0000 (11:40 +0200)]
set transform properties from mlt
Marco Gittler [Tue, 20 Sep 2011 08:48:51 +0000 (10:48 +0200)]
read filter params correct, set interpol type
Marco Gittler [Mon, 19 Sep 2011 13:40:46 +0000 (15:40 +0200)]
use interpolation settings
Marco Gittler [Mon, 19 Sep 2011 13:19:05 +0000 (15:19 +0200)]
log format error on draw*
Marco Gittler [Mon, 19 Sep 2011 13:17:53 +0000 (15:17 +0200)]
added yml for videostab2
Marco Gittler [Sun, 11 Sep 2011 10:31:32 +0000 (12:31 +0200)]
move printf -> mlt_log*
Marco Gittler [Sun, 11 Sep 2011 09:58:37 +0000 (11:58 +0200)]
set all paramters
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
Marco Gittler [Sun, 11 Sep 2011 09:28:37 +0000 (11:28 +0200)]
remove log since no parent/type yet
Marco Gittler [Sun, 11 Sep 2011 09:18:27 +0000 (11:18 +0200)]
removed unsued code (point 4 )
Marco Gittler [Sun, 11 Sep 2011 09:14:59 +0000 (11:14 +0200)]
removed printf from mlt filter code (point 9)
Marco Gittler [Sun, 11 Sep 2011 09:14:18 +0000 (11:14 +0200)]
use mlt_pool_release instead of mlt_properties_close (point 8)
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.
Marco Gittler [Sun, 11 Sep 2011 09:07:09 +0000 (11:07 +0200)]
fix makefile to respect global FLAGS (point 2)
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)
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
Dan Dennedy [Sun, 30 Oct 2011 20:40:44 +0000 (13:40 -0700)]
remove invalid metadata item for pango
Dan Dennedy [Sun, 30 Oct 2011 20:40:02 +0000 (13:40 -0700)]
add autoprofile property to consumer producer
Dan Dennedy [Sun, 30 Oct 2011 20:20:32 +0000 (13:20 -0700)]
log profile info when profile not compatible with decklink mode
Dan Dennedy [Sun, 30 Oct 2011 19:14:36 +0000 (12:14 -0700)]
fix crash cleaning packet queues that were not created
Dan Dennedy [Sun, 30 Oct 2011 19:09:33 +0000 (12:09 -0700)]
change default log level to WARN
Dan Dennedy [Sat, 29 Oct 2011 20:13:09 +0000 (13:13 -0700)]
Let video_delay work with new_seek (AVCHD).
Dan Dennedy [Sat, 29 Oct 2011 20:10:06 +0000 (13:10 -0700)]
Renove start_time from avformat producer core object.
Dan Dennedy [Fri, 21 Oct 2011 03:04:38 +0000 (20:04 -0700)]
Merge branch 'master' of git://github.com/pez4brian/mlt into pez
Brian Matherly [Mon, 17 Oct 2011 02:57:07 +0000 (21:57 -0500)]
Add "family" and "style" properties to pango producer. Deprecate
"font" property.
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.
Brian Matherly [Wed, 12 Oct 2011 03:41:16 +0000 (22:41 -0500)]
yml validation fixes
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.
Brian Matherly [Sat, 8 Oct 2011 20:33:18 +0000 (15:33 -0500)]
dynamic text fixes: buffer overflows an support adjacent keywords.
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.
Dan Dennedy [Sat, 8 Oct 2011 19:33:05 +0000 (12:33 -0700)]
Fix regression on audio devices.
Dan Dennedy [Sat, 8 Oct 2011 17:52:08 +0000 (10:52 -0700)]
Merge branch 'master' of git://github.com/pez4brian/mlt into pez
Dan Dennedy [Thu, 6 Oct 2011 05:55:57 +0000 (22:55 -0700)]
Improve previous fix (efebb3) to prevent infinite loop.
Dan Dennedy [Thu, 6 Oct 2011 05:47:17 +0000 (22:47 -0700)]
Prevent closing alreadu closed AVCoddecContexts.
Patch supplied by Mikko Rapeli.
j-b-m [Tue, 4 Oct 2011 02:54:21 +0000 (19:54 -0700)]
Fix framebuffer producer in property (
3417991 )
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.
Dan Dennedy [Sat, 1 Oct 2011 21:21:25 +0000 (14:21 -0700)]
Add consumer element to xml producer.
Dan Dennedy [Fri, 30 Sep 2011 19:41:08 +0000 (12:41 -0700)]
Fix segfault in sox with no effect.
Dan Dennedy [Thu, 29 Sep 2011 20:58:47 +0000 (13:58 -0700)]
Fix race on stream index (kdenlive-2296)
Dan Dennedy [Thu, 29 Sep 2011 19:57:49 +0000 (12:57 -0700)]
Fix crash when codec not yet opened (or just closed?)
Dan Dennedy [Thu, 29 Sep 2011 19:42:02 +0000 (12:42 -0700)]
Fix some unprotected calls to av_close_input_file.
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.
Dan Dennedy [Wed, 28 Sep 2011 01:35:38 +0000 (18:35 -0700)]
Fix multi-threaded encoding on libavcodec older than v53.
Dan Dennedy [Tue, 27 Sep 2011 16:20:26 +0000 (09:20 -0700)]
Merge branch 'master' of dennedy.org:git/mltframework.org/mlt
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().
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().
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.
Dan Dennedy [Sun, 25 Sep 2011 23:24:29 +0000 (16:24 -0700)]
Load frei0r and ladspa plugins relative to exe on win32
Dan Dennedy [Sun, 25 Sep 2011 23:15:42 +0000 (16:15 -0700)]
Fix videostab build on win32
Dan Dennedy [Sun, 25 Sep 2011 23:14:23 +0000 (16:14 -0700)]
Fix build on win32
Dan Dennedy [Sun, 25 Sep 2011 20:11:54 +0000 (13:11 -0700)]
Add parenthesis to fix warning.
Dan Dennedy [Sun, 25 Sep 2011 21:14:47 +0000 (14:14 -0700)]
Fix and cleanup profile and preset dirs.
Dan Dennedy [Sun, 25 Sep 2011 20:02:35 +0000 (13:02 -0700)]
Fix loading profile from datadir.
Dan Dennedy [Sun, 25 Sep 2011 19:45:58 +0000 (12:45 -0700)]
Add relative frei0r and LADSPA dirs for relocatable.
Dan Dennedy [Fri, 23 Sep 2011 07:34:10 +0000 (00:34 -0700)]
Make profiles relative to MLT_DATA instead of $prefix/share/mlt
Dan Dennedy [Sat, 23 Jul 2011 04:24:47 +0000 (21:24 -0700)]
Make modules and data relative to executable for win32 and osx.
Requires RELOCATABLE to be defined for osx.
Dan Dennedy [Sun, 25 Sep 2011 20:47:52 +0000 (13:47 -0700)]
Fix building decklink on win32
Dan Dennedy [Sat, 24 Sep 2011 19:08:55 +0000 (12:08 -0700)]
Fix executing stop when not started (and vice versa).
Dan Dennedy [Fri, 23 Sep 2011 16:26:30 +0000 (09:26 -0700)]
Fix audio_index=all with linsys SDI consumer.
Dan Dennedy [Fri, 23 Sep 2011 16:24:01 +0000 (09:24 -0700)]
Fix uninitialized var in audiochannels filter.
Dan Dennedy [Fri, 23 Sep 2011 05:03:56 +0000 (22:03 -0700)]
Fix intermittent crash when closing sdl_audio.
Marco Gittler [Fri, 23 Sep 2011 02:09:46 +0000 (19:09 -0700)]
fix to compile an MAC (point 1)
Dan Dennedy [Thu, 22 Sep 2011 00:14:00 +0000 (17:14 -0700)]
Serialize geometry with %g instead of my own macros.
Dan Dennedy [Wed, 21 Sep 2011 06:20:29 +0000 (23:20 -0700)]
Add Sony PlayStation Portable encode preset
Dan Dennedy [Wed, 21 Sep 2011 06:18:36 +0000 (23:18 -0700)]
Fix video bitrate option in presets.
Dan Dennedy [Wed, 21 Sep 2011 06:14:31 +0000 (23:14 -0700)]
Support streamtype-specific AVOptions (-vb)
Brian Matherly [Mon, 29 Aug 2011 01:43:29 +0000 (20:43 -0500)]
Add filter_dynamictext.
Till Theato [Thu, 15 Sep 2011 18:45:08 +0000 (20:45 +0200)]
Freeze filter: Fix alpha handling.
Till Theato [Thu, 15 Sep 2011 18:32:38 +0000 (20:32 +0200)]
Freeze filter: Stop using 'this'.
Till Theato [Thu, 15 Sep 2011 18:29:26 +0000 (20:29 +0200)]
Framebuffer producer: Fix alpha handling (Kdenlive-2311).