[Bug 701615] [NEW] Please sync mlt 0.6.0-1 (universe) from debian experimental (main)

Launchpad Bug Tracker 701615 at bugs.launchpad.net
Mon Jan 17 16:49:35 UTC 2011


You have been subscribed to a public bug by Benjamin Drung (bdrung):

Binary package hint: mlt

Please sync mlt from debian experimental (0.6.0-1).  MLT is an open
source multimedia framework, designed and developed for television
broadcasting and for example needed by kdenlive and OpenShot.

Debian changelog for 0.6.0-1:

mlt (0.6.0-1) experimental; urgency=low
   * New upstream release.
   * Bump SONAME of libmlt from 2 to 3.
 -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 02 Jan 2011 12:39:23 +0100

Author changelog for 0.6.0-1:
Changes since v0.5.10:
Dan Dennedy (124):
     Bump to interim version.
     Fix field order correction on cached image.
     Fix crop making image black in a multitrack (kdenlive-1814).
     Remove an extra debug log message.
     Test the function pointer to be safe.
     Improve colorspace handling (work in progress)
     Get initial skipping of luma scaling to work.
     Revert new image types.
     Add input YUV colorspace (601 vs 709) handling.
     Require skip_luma_scale explicitly <> 0.
     Rename yuv_std to colorspace.
     Remove hardcoded luma scaling and passing skip_luma_scale to frame.
     Map profile colorspace to consumer property.
     Set colorspace in codec context.
     Expand colorspace support to explicit 601.
     Add conversion to profile colorspace.
     Rename variables and properties around luma range for clarity.
     Parse colorspace profile property and add hardcoded default.
     Add colorspace to all profile presets.
     Set libdv producer to Rec 601 colorspace.
     Tractor needs to pass along new frame properties.
     Document new colorspace and force_full_luma frame properties.
     Add mlt_cache.h to set of all mlt headers.
     Fix indentation in producer_framebuffer.c.
     Set default colorspace (from profile) on frames.
     Fix race conditions in SDL (kdenlive-1711).
     FFmpeg build improvements (3078007).
     Add support for short-hand vpre to avformat consumer.
     Add (de)serialization of profile to XML.
     Do not let consumer producer alter the profile when validating input.
     Add immutable meta.media-prefixed properties.
     Add an automatic profile feature to melt.
     Improve some media attributes detection.
     Fix crash on invalid and audio only clips.
     Fix some framerate-related issues on playback.
     Factor out processing -consumer option.
     Factor out usage help from main() processing.
     Use denominators as the litmus test for generating profile.
     Fix compile errors in latest commits to melt.c.
     Add mlt_profile_clone().
     Move logic for when to auto-insert consumer producer.
     Check for colorspace change on profile.
     Handle consumer properties that alter the profile.
     Fix consumer producer not updating frames in Kdenlive.
     Fix timecode conversion with non-integral framerate.
     Add #frame# variable substitution in data_show filter.
     Add math header for lrint().
     Add --avformat-no-vdpau configure option.
     Fix version support for AVCodec:colorspace.
     (De)serialize colorspace in profile.
     Add colorspace to auto-profile.
     Add null pointer checks around profile in consumer xml.
     Fix regression using codec frame rate.
     Do not serialize profile when consumer profile is null.
     Fix including SDL headers (3087522).
     Fkx crash converting string property with null value.
     Disable colorspace normalization - not working yet.
     Add support for frei0r string parameter.
     Fix frame rate detection when the muxer rate is 0/0.
     Fix edit points when using auto-profile.
     Fix aspect- and size-related issues in affine.
     Another apsect ratio fix in affine.
     Add Blackmagic Design DeckLink consumer.
     Add swfdec producer.
     Support build on swfdec 0.8 as well.
     Add configure script to detect optional swfdec dependency.
     Fix regression on 1920x1088 clips.
     Add locks around avcodec_open/_close for thread protection.
     Fix the size argument handling.
     Add support for F0R_COLOR_MODEL_BGRA8888
     Refactor image conversion in swfdec.
     Fix affine on non-square pixels (kdenlive-1880).
     Add suggested udev rules for Linsys cards.
     Fix AVCHD detected as double frame rate.
     Add support for swfdec variables.
     Make VDPAU decoding a tad more resilient.
     Fix reading uncompressed video (bug 3121436).
     Make the formats and codecs available through properties.
     Add example of how to list of codecs.
     Make --luma-compress imply --luma-8bit.
     Add example of using SWF with variables.
     Load .xml file as MLT XML.
     Refactor end-of-stream and speed change.
     Add a consumer-sdl-paused event.
     A minor refactoring.
     Add mlt_consumer_position (Mlt::Consumer::position).
     Add consumer-fatal-error event to avformat consumer.
     Remove exit() from Linsys sdi consumer.
     Fix memory leak in swig on Properties::setup_wait_for.
     Added Mlt::Properties::wait_for(string).
     Fix tearing in decklink.
     Make melt handle failure to start consumer.
     Fix crash when connecting the sdl_preview to a new producer.
     Prevent a possible deadlock when pausing.
     Synchronize Producer.set_speed(0) with sdl_preview.
     Fix regression on return value of Producer::set_speed.
     Add mlt_version API.
     Fix race-induced intermittent crash in sdl_still (kdenlive-1762).
     Fix regression in Producer::set_speed when consumer stopped.
     Fix cleaning up decklink when stopped.
     Increase the speed of switching between sdl_still and sdl.
     Fix build of decklink on some non-Linux systems (BSD).
     Add mlt_frame_write_ppm to visualize debugging.
     Fix shearing bug in affine transition & filter.
     Add meta.media properties to swfdec.
     Prevent concurrent access to swfdec context.
     Revert "Increase the speed of switching between sdl_still and sdl."
     Revert Producer::set_speed and add Producer::pause.
     Fix an infinite loop encoding a video with vorbis audio (kdenlive-1871).
     Fix parsing mixed XML documents and svg.mlt example.
     Convert "Scotland" in demos to "photos"
     Increase video encoder output buffer size.
     Fix segfault stopping unstarted null consumer.
     Fix melt crashing due to many things depending on consumer_aspect_ratio.
     Make feeds consistent between NTSC and PAL.
     Treat profile set by environment variable as explicit.
     Make etv data feeds same and scalable between NTSC and PAL.
     Scale the animation durations in NTSC etv data feed.
     Default to progressive rendering in composite.
     Update year in copyright notice.
     Set recommended FFmpeg version to 0.6.1.
     set version to 0.6.0
     Add v0.6.0 release notes.
     update ChangeLog for v0.6.0

j-b-m (5):
     Improve fps detection in avformat producer.
     Fix crash in SDL with new kdenlive audio VU meter.
     Fix TextColor+Outline+Typewriter=wrong color in titler (kdenlive-1829).
     Fix serializing xmldata in kdenlivetitle (kdenlive-1841).
     Prevent always fetching the "frozen" frame.

Till Theato (1):
     Fix crash in pango on very long strings.

** Affects: mlt (Ubuntu)
     Importance: Wishlist
         Status: Confirmed


** Tags: needs-packaging
-- 
Please sync mlt 0.6.0-1 (universe) from debian experimental (main)
https://bugs.launchpad.net/bugs/701615
You received this bug notification because you are a member of Ubuntu Package Archive Administrators, which is a direct subscriber.



More information about the ubuntu-archive mailing list