Revisions of libmlt

Dave Plater's avatar Dave Plater (plater) accepted request 853526 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 116)
- Update to version 6.24.0
  Framework:
  * Trigger a `property-changed` event on 
    `mlt_properties_pass_list`.
  * Fixed using a video transition with a video clip on an audio 
    track.
  * Reduce the amount of service caching to 2X #tracks to reduce 
    memory usage.
  Modules:
  * Added the `pillar_echo` filter to the plus module.
  * Added a `qtcrop` filter to the qt module.
  * Added `html`, `resource`, `overflow-y`, and `_hide` 
    properties to the `qtext` filter for rich text.
  * Added the filter `choppy` to the core module.
  * Added slice threading to the `brightness` filter.
  * Fixed compiling with OpenCV 4.
  * Fixed the colors when using `mlt_image_format=rgb24a` with 
    `avformat` consumer.
  * Fixed a possible crash in the `timewarp` producer on sources 
    with non-integer frame rates.
  * Fixed a regression in version 6.22 with multiple affine 
    filters at the same time.
  * Fixed possible abort or deadlock on recursive pthread 
    mutexes in `avformat` producer.
  * Fixed a crash in `crop` filter with large `center_bias` 
    value when `use_profile` is 1.
  * Fixed a white video frame appearing on threaded rendering in 
    `freeze` filter.
  * Fixed MLT XML DRD to permit empty playlists, which may occur 
    on empty tracks in a multitrack.
  * Fixed initializing QApplication in the `qimage` producer.
  * Fixed interpolation when scaling with the `affine` rect and 
    geomety properties.
  * Fixed high memory usage with high factors of pitch shifting 
    in the `rbpitch` filter.
  * Fixed a crash on files with more than 32 streams in the 
    `avformat` producer.
  Other:
  * Added the Python binding to the CMake build.
  * Added the `sdl` (v1) module to the CMake build.
  * Removed minrate and maxrate from the `webm` avformat 
    consumer preset.
buildservice-autocommit accepted request 823989 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 115)
baserev update by copy to link target
Dave Plater's avatar Dave Plater (plater) accepted request 823968 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 114)
- Update to version 6.22.1
  * This patch version only fixes the version reported in the
    CMake build.
Dave Plater's avatar Dave Plater (plater) accepted request 823716 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 113)
- Update to version 6.22.0
  Framework:
  * Added mlt_properties_exists() and
    Mlt::Properties::property_exists().
  * Added mlt_audio C class
  * Added Mlt::Audio C++ class
  * Fixed drop-frame timecode for 59.94 fps.
  * Fixed crash on null pointer passed to mlt_consumer_stop().
  Modules:
  * Fixed frei0r transitions with preview scaling.
  * Fixed affine ox and oy properties incorrect with preview
    scaling.
  * Fixed a crash and incorrect preview scaling with more than
    one affine
    filter active on the same frame.
  * Fixed preview scaling for the rotoscoping filter.
  * Added the sample_fmt property to the avformat consumer.
  * Fixed a possible segfault in the mix transition.
  * Removed support for text keyframes to the text and qtext
    filters
    to fix regression on strings containing '='.
  * Disable frame-threading with bigsh0t, distort0r, and medians
    frei0r plugins.
  * Added "meta.media.%d.stream.projection" property the
    avformat producer.
  * Fixed a crash with with filters not supporting preview scale
    in frei0r transitions.
  * Fix artifacts in luma transition and affine filter with
    frame-threading.
  * Stop including 'title="Anonymous Submission"' in xml
    consumer.
  * Fixed a crash in opencv.tracker filter.
  * Fixed a crash in composite transition if luma file fails to
    load.
  * Added validations in opengl module to prevent asserts in
    Movit.
  * Fixed building with OpenCV 4.
  * Moved some services from gtk2 module to new gdk module:
    gtkrescale filter, pango producer and pixbuf producer
  * Deprecated the gtk2 module and no longer enabled by default.
  * Changed avformat producer to accept a '?' in
    argument/resource property by escaping it as '\?'.
  * Changed the background property of the affine filter to be
    mutable.
  * Deprecated the linsys (DVEO SDI) module.
  * Fixed changing the audio_index property in the avformat
    producer.
  * Changed resample filter to more resiliant to frequency
    changes.
  * Added a video_delay property to the sdl2_audio and rtaudio
    consumers.
  * Add millisecond options to the timer filter.
  * Fixed the in point handling for the timewarp producer.
  * Fixed some audio gaps and sync issues with the rbpitch
    filter and timewarp pitch compensation.
  * Fixed a possible crash caused by producer consumer.
  * Changed avformat consumer to set AVOption color_primaries
    based on the MLT colorspace if not already set as property.
  * Fixed crop right on image with odd width skews image in crop
    filter.
  * Fixed incorrect silence value for unsigned 8-bit audio in
    avformat producer.
  * Changed qimage to use Qt's internal orientation detection
    instead of libexif.
  * Reduced clicks in mix transition by silencing buffers on
    discontinuity.
  * Improved A/V synchronization in (sw)resample filters - also
    reduces audio clicks.
  * Improved speed of the qimage producer.
  * Fixed incorrect color using libx264rgb in avformat consumer.
  * Fixed relative paths for avfilters that have the "filename"
    option.
  * Fixed some avfilters dropping the alpha channel: smartblur,
    vaguedenoiser.
  * Improved performance of the resize filter.
  * Fixed an affine filter inside a transition was always
    nearest neighbor interpolation.
  * Changed the lift_gamma_gain filter to use round values up.
  Other:
  * Fixed melt option "-group" applies to an implicit consumer.
  * Added "-quiet" option to melt (implies -silent but more so).
  * CMake build improvments adding modules: gdk, jackrack, lumas
    resample, sox and vorbis
  * Added avformat consumer presets: Slide-Deck-H264 and
    Slide-Deck-HEVC
  * Removed intra=1 from some avformat presets (use g=1 for
    intra only): intermediate/MPEG-2, intermediate/MPEG-4
    and lossless/H.264
- Drop 0001-Fix-build-with-Qt-5.15.0.patch (merged upstream)
buildservice-autocommit accepted request 791136 from Dave Plater's avatar Dave Plater (plater) (revision 112)
baserev update by copy to link target
Dave Plater's avatar Dave Plater (plater) accepted request 790970 from Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) (revision 111)
- Add upstream patch to fix build with Qt 5.15:
  * 0001-Fix-build-with-Qt-5.15.0.patch
buildservice-autocommit accepted request 775047 from Dave Plater's avatar Dave Plater (plater) (revision 110)
baserev update by copy to link target
Dave Plater's avatar Dave Plater (plater) accepted request 774855 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 109)
- Update to version 6.20.0
  Framework
  * Added consumer scaling:
    + mlt_profile_scale_width()
    + mlt_profile_scale_height()
    + Mlt::Profile::scale_width()
    + Mlt::Profile::scale_height()
    + support for a double "scale" property to melt and the xml
      producer
  * Fixed mlt_properties_set() with an invalid expression.
  * Added new functions that do not evaluate expressions:
    + mlt_properties_set_string()
    + Mlt::Properties::set_string()
  * Improved the service-caching heuristic in mlt_multitrack.
  * Fixed possible crashes in mlt_playlist get_frame() and
    mlt_filter_process().
  Modules
  * Added the rubberband module with a rbpitch filter.
  * Added pitch compensation to timewarp producer.
  * Added the invert_scale property to the affine filter and
    transition.
  * Added the reverse property to shape filter.
  * Added support for text keyframes to the text and qtext
    filters.
  * Added support for the CSRT and MOSSE algorithms in
    opencv.tracker filter.
  * Fixed a crash on empty algo property in the opencv.tracker
    filter.
  * Changed vorbis module to no longer be deprecated.
  * Improved colorspace conversions in the avformat module.
  * Fixed audio artifacts on initial seek to in point in
    avformat producer.
  * Fixed the colorspace of the cached image in avformat
    producer.
  * Fixed white video flashes on property changes in the qtext
    filter.
  * Fixed a crash in the rotoscoping filter with large spline
    deviations.
  * Fixed a crash in the sdi consumer if the driver is not
    loaded.
  * Improved support for a video clip as luma producer to the
    luma transition.
  * Fixed a crash in the matte transition.
  * Fixed a crash when using invert property =1 in the composite
    transition.
  Other
  * Added more avformat consumer presets:
    + intermediate/DNxHR-HQ
    + intermediate/ProRes HQ
    + ALAC
    + FLAC
  * Fixed some parameters in the XDCAM and D10 avformat
    presets.
  * Fixed link failure on some CPU architectures.
- Refreshed libmlt-fixluma.patch
- Update to version 1.2.0
  * This version adds support for MLT v6.20.0's preview
    scaling.
  * For the MLT integration, if the resource starts with
    "plain:" webvfx does automatic scaling per the zoom level.
    This works fine for content that is simply produced or
    overlayed by the filter. However, content that uses the
    webvfx JavaScript extension will not operate with zoom
    unless the service property mlt_resolution_scale is set to
    1.
    New properties mlt_profile_scale_width and
    mlt_profile_scale_height as real numbers that reflect the
    new MLT consumer scale property used to do low-res preview
    scaling. Content script can access this via
    webvfx.getNumberParameter() to scale its parameters and
    elements.
- Refreshed webvfx-versioned-libdir.patch and
  webvfx-nobrowser.patch
buildservice-autocommit accepted request 750045 from Luca Beltrame's avatar Luca Beltrame (luca_b) (revision 108)
baserev update by copy to link target
Dave Plater's avatar Dave Plater (plater) accepted request 748660 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 107)
update to 6.18.0
buildservice-autocommit accepted request 701503 from Dave Plater's avatar Dave Plater (plater) (revision 106)
baserev update by copy to link target
Dave Plater's avatar Dave Plater (plater) accepted request 701499 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 105)
- Update to version 6.16.0
  Framework:
  * Added functions to get/set a creation date to a producer
    + mlt_producer_get_creation_time()
    + mlt_producer_set_creation_time()
    + Mlt::Producer::set_creation_time()
    + Mlt::Producer::get_creation_time()
  Modules:
  * Fixed dance filter not showing when lower track is
    transparent.
  * Refactored dynamictext filter to use
    mlt_producer_get_creation_time().
  * Marked frei0r rgsplit0r plugin version < 1.1 as not
    thread-safe.
  * Fixed possible null pointer crash in
    mlt_properties_serialise_yaml.
buildservice-autocommit accepted request 690156 from Dave Plater's avatar Dave Plater (plater) (revision 104)
baserev update by copy to link target
Dave Plater's avatar Dave Plater (plater) accepted request 690153 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 103)
- Update to version 6.14.0
  * This version is mostly fixes plus a few API additions and
    filters.
  Framework:
  * Added mlt_profile_lumas_dir().
  * Added mlt_frame_get_unique_properties().
  * Added mlt_playlist_reorder() and Mlt::Playlist::reorder().
  * Added some new convenience constructors to mlt++
    + Producer(mlt_profile profile, const char *id, const char
      *service = NULL)
    + Consumer(mlt_profile profile, const char *id , const char
      *service = NULL)
    + Transition(mlt_profile profile, const char *id, const char
      *arg = NULL)
    + Filter(mlt_profile profile, const char *id, const char
      *service = NULL)
    + Tractor(mlt_profile profile, char *id, char *arg = NULL)
  * Added Mlt::Transition::connect(Service&).
  * Added unit tests for mlt_playlist.
  * Fixed a crash on invalid transition track values in
    mlt_transition.
  * Fixed a deadlock regression in v6.12.0 of mlt_consumer when
    starting from
    a paused state (producer speed=0).
  Modules:
  * The avformat module now requires at least FFmpeg v2.4 or
    Libav 12.
  * Added mask_start and mask_apply filters to the core module.
  * Added qtext filter to qt module.
  * Changed dynamictext and timer filters to use qtext.
  * Fixed number of digits for seconds in timer filter.
  * Added mlt_image_format property to color producer.
  * Improved color accuracy of libswscale RGB->YUV conversion.
  * Fixed frei0r producer not working with tractor.
  * Fixed decklink consumer stalling on dropped frames.
  * Generate lumas for 16:9, 9:16 (vertical), and square aspect
    ratios.
  * Fixed crash in qimage when alpha_size is zero.
  * Fixed the mlt_consumer channels property not being passed to
    multi consumer.
  * Fixed the shape filter for full range color and crashes.
  * Converted the shape filter to use mlt_animation.
  * Added a use_mix property to the shape filter.
  * Fixed invert=1 and mix=100 gives wrong image in shape filter.
  * Fixed a possible free null pointer in the linsys sdi
    consumer.
  * Fixed using destroyed temporary object in qimage.
  * Fixed a possible null pointer dereference in the
    spot_remover filter.
  * Fixed memory leak on swr_convert() failure in swresample
    filter.
  * Fixed possible null pointer dereference in affine when not
    using rect.
  * Fixed loading image sequence on Windows in qimage.
  * Fixed some null pointer crashes using Movit opengl services.
  * Fixed sdl2 consumer crashes during initialization on Linux
    or BSD.
  * Fixed distorted image using melt_file.
  * Fixed qimage build on Qt version < 5.5.
  * Added offset property to the timer filter.
  * Changed the boxblur hori & vert properties' minimum to 0.
  * Fixed crash in duplicate frame on rotated videos.
  * Added automatic scaling and padding to avfilter.
  * Fixed field order when encoding progressive as interlace.
  * Fixed frei0r plugins to use the number of slices from the
    threads property.
  * Fixed over compositing with transparent clips in luma
    transition.
  * Added sliced processing to dissolve-with-alpha using the
    threads property.
  * Added createdate keyword to dynamictext filter.
  * Fixed possible crash changing audio_index in avformat
    producer.
  * Fixed small memory leaks in xml consumer, jackrack, and
    timewarp producer.
  * Fixed compiling opencv module with OpenCV > 3.
  Other:
  * Added vertical video profiles:
    + vertical_hd_30
    + vertical_hd_60
  * Mlt++ now requires C++11 compiler support.
  * Added --disable-windeploy to configure to keep bin & lib
    folders on Windows.
  * Added support for consumer in & out to melt.
  * Fixed color accuracy of lossless/Ut Video preset and use
    pix_fmt yuv422p.
  * Fixed x264 lossless preset to use crf=0.
  * Fixed compiling with mingw32.
  * Fixed build with Python 3.
buildservice-autocommit accepted request 664385 from Dave Plater's avatar Dave Plater (plater) (revision 102)
baserev update by copy to link target
Dave Plater's avatar Dave Plater (plater) accepted request 664381 from Dave Plater's avatar Dave Plater (plater) (revision 101)
Add webvfx-nobrowser.patch to fix Factory build.
buildservice-autocommit accepted request 652104 from Dave Plater's avatar Dave Plater (plater) (revision 100)
baserev update by copy to link target
Dave Plater's avatar Dave Plater (plater) accepted request 652058 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 99)
- Update to version 6.12.0
  Framework:
  * Changed buffer property to be mutable and adaptive to speed
    property in mlt_consumer.
  * Changed macOS RELOCATABLE build to use standard app bundle
    layout:
    + lib/mlt      -> ../PlugIns/mlt
    + lib/frei0r-1 -> ../PlugIns/frei0r-1
    + lib/ladspa   -> ../PlugIns/ladspa
    + share/mlt    -> ../Resources/mlt
    + share/movit  -> ../Resources/movit
  * Fixed a_track of transitions matching deleted track in
    mlt_tractor_remove_track().
  * Fixed multi-thread race crash in mlt_properties_clear().
  * Fixed possiblle null pointer crash in
    mlt_property_get_rect() and mlt_property_get_time().
  * Fixed non-animated strings containing ';' or '=' in
    mlt_animation_parse().
  * Fixed crash in clear_property() with mlt_animation.
  Modules:
  * Added a generic text filter to the plus module.
  * Added a timer filter to the plus module.
  * Added audio timeout handling to sdl2 consumers.
  * Added spot_remove filter to the plus module.
  * Added dds, ico, and webp filename extensions for qimage
    producer.
  * Added support for color_range property in avformat consumer:
    "pc" or "jpeg" for full range, otherwise limited range.
  * Added a window property to the audiowaveform filter.
  * Added MM:SS.SS to the timer filter.
  * Added query string param "multi" to the xml producer to
    force using the
    multi consumer.
  * Improved WebP image support in avformat producer.
  * Integrated hwupload filter in avformat consumer if using
    VAAPI codec.
  * Changed count producer to use pango if qtext not available.
  * Changed qt moduled to not call XInitThreads()
  * Changed color producer to only set alpha on frame if rgb24a
    requested or not opaque.
  * Changed the xml producer to pass quality and performance
    parameters to the multi consumer.
  * Fixed sdl2_audio distortion (regression in v6.10.0).
  * Fixed dynamictext filter to not error on empty text.
  * Fixed dynamictext aliased (regression in v6.10.0).
  * Fixed qimage outputs premultiplied if scaled internally.
  * Fixed crash in cbrts consumer if running property was never
    set.
  * Fixed rendering edges of some typefaces in qtext producer.
  * Fixed qimage fails to load with wrong filename extension.
  * Fixed affine dark right and bottom edge artifacts regression
    in (v6.10.0).
  * Fixed support for vp8 and vp9 with alpha channel in avformat
    producer.
  * Fixed interpolation mode selection in qimage producer.
  * Fixed crash in qimage with alpha channel.
  * Fixed some AAC MP4 files start playing from middle in
    avformat producer.
  * Fixed crash in avfilter if initialization fails.
  * Fixed crash in mix when frame rate is very low.
  * Fixed crash on missing luma file in composite transition.
  * Fixed A/V sync on some files in avformat producer.
  * Fixed seeking on audio filter with album art in avformat
    producer.
  * Fixed colorspace conversion in avformat consumer.
  Other:
  * Added more avformat consumer presets:
    + alpha/Quicktime Animation
    + alpha/vp8
    + alpha/vp9
    + alpha/Ut Video
    + lossless/Ut Video
  * Added square video profiles:
    + square_1080p_30
    + square_1080p_60
  * Added support for nodejs to the swig bindings.
  * Changed configure script to require opencv module be
    explicitly enabled.
  * Numerous spelling fixes in source code and comments thanks
    to codespell.
buildservice-autocommit accepted request 643553 from Dave Plater's avatar Dave Plater (plater) (revision 98)
baserev update by copy to link target
Dave Plater's avatar Dave Plater (plater) accepted request 643549 from Dave Plater's avatar Dave Plater (plater) (revision 97)
Disabled build of opencv module to fix boo#1068792.
Only build sdl2 module.
Displaying revisions 61 - 80 of 176
openSUSE Build Service is sponsored by