108 Commits

Author SHA256 Message Date
Dominique Leuenberger
e7a77274b8 Accepting request 750045 from multimedia:libs
This update is needed by future bits of KDE Applications (kdenlive in particular)

- Update to version 6.18.0
  Framework:
  * Fixed some data races in mlt_consumer, mlt_deque, and
    mlt_property.
  * Fixed the mlt_events listener incorrect owner argument.
  * Added support for the LC_ALL environmant variable on Windows.
  * Fixed the argument to mlt_factory_init() not working on
    Windows.
  * Fixed mlt_service_identify() not reliable in some use cases.
  * Added some default and copy constructors and assignment
    operators to mlt++
    + Filter()
    + Filter( const Filter &filter )
    + Filter& operator=( const Filter &filter )
    + Producer( const Producer &producer )
    + Producer& operator=( const Producer &producer )
    + Properties( const Properties &properties )
    + Properties& operator=( const Properties &properties )
    + Service( const Service &service )
    + Service& operator=( const Service &service )
    + Transition()
    + Transition( const Transition &transition )
    + Transition& operator=( const Transition &transition )
  * Added mlt_luma_map:
    + mlt_luma_map_init
    + mlt_luma_map_new
    + mlt_luma_map_render
    + mlt_luma_map_from_pgm
    + mlt_luma_map_from_yuv422
  * Fixed preset overrides depend on the XML attribute order.

OBS-URL: https://build.opensuse.org/request/show/750045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=47
2019-11-21 11:59:44 +00:00
aadbe6ba00 Accepting request 748660 from home:alois:branches:multimedia:libs
update to 6.18.0

OBS-URL: https://build.opensuse.org/request/show/748660
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=107
2019-11-15 06:07:28 +00:00
Dominique Leuenberger
143f55efee Accepting request 701503 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/701503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=46
2019-05-08 13:17:31 +00:00
5f6f83b961 Accepting request 701499 from home:alois:branches:multimedia:libs
- 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.

OBS-URL: https://build.opensuse.org/request/show/701499
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=105
2019-05-08 07:39:29 +00:00
Dominique Leuenberger
d991576889 Accepting request 690156 from multimedia:libs
Update to version 6.14.0

OBS-URL: https://build.opensuse.org/request/show/690156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=45
2019-04-05 10:00:24 +00:00
5364d462f8 Accepting request 690153 from home:alois:branches:multimedia:libs
- 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.

OBS-URL: https://build.opensuse.org/request/show/690153
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=103
2019-03-31 08:21:45 +00:00
Dominique Leuenberger
799c41f55d Accepting request 664385 from multimedia:libs
Update to release version 1.0.0 Add webvfx-nobrowser.patch to fix Factory build.

OBS-URL: https://build.opensuse.org/request/show/664385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=44
2019-01-11 13:05:37 +00:00
b4d04f5df9 Accepting request 664381 from home:plater
Add webvfx-nobrowser.patch to fix Factory build.

OBS-URL: https://build.opensuse.org/request/show/664381
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=101
2019-01-10 13:44:34 +00:00
Dominique Leuenberger
ab065c39c0 Accepting request 652104 from multimedia:libs
Update to version 6.12.0

OBS-URL: https://build.opensuse.org/request/show/652104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=43
2018-11-28 10:13:18 +00:00
8a31755ee1 Accepting request 652058 from home:alois:branches:multimedia:libs
- 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.

OBS-URL: https://build.opensuse.org/request/show/652058
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=99
2018-11-27 06:33:54 +00:00
Dominique Leuenberger
4bb3a3ffa4 Accepting request 643553 from multimedia:libs
Disabled build of opencv module to fix boo#1068792.
Only build sdl2 module.

OBS-URL: https://build.opensuse.org/request/show/643553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=42
2018-10-23 18:37:02 +00:00
c0ede7e2df Accepting request 643549 from home:plater
Disabled build of opencv module to fix boo#1068792.
Only build sdl2 module.

OBS-URL: https://build.opensuse.org/request/show/643549
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=97
2018-10-21 08:08:11 +00:00
Dominique Leuenberger
020cd0d9df Accepting request 620432 from multimedia:libs
Update to version 6.10.0

OBS-URL: https://build.opensuse.org/request/show/620432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=41
2018-07-03 21:35:03 +00:00
a1748fdfe4 Accepting request 620326 from home:alois:branches:multimedia:libs
- Update to version 6.10.0
  * This version fixes bugs and supports serializing animation
    keyframes with a specified time format (previously only
    frame number).
  Framework:
  * Reverted mlt_pool change in v6.8.0 pending further testing. 
    (USE_MLT_POOL compiler define is now a 0/1 boolean, defaults
    to 1.)
  * Fixed crash regression in v6.8.0 "parsing non-animated
    string as an animation."
  * Added pointer checks to mlt_animation.
  * Changed producer cache size heuristic in mlt_multitrack to
    be more liberal.
  * Fixed handling reserved characters in names for YAML in
    mlt_properties.
  * Added clamping to prevent computing negative in and out
    points to mlt_producer.
  * Added functions to serialize animation with a time format:
    + mlt_animation_serialize_cut_tf()
    + mlt_animation_serialize_tf()
    + mlt_property_get_string_tf()
    + mlt_property_get_string_l_tf()
    + mlt_properties_get_value_tf()
    + Mlt::Properties::get(int, mlt_time_format)
    + Mlt::Animation::serialize_cut(mlt_time_format, int, int)
  * Added functions to clear a property to mlt_properties:
    + mlt_property_clear()
    + mlt_properties_clear()
    + Mlt::Properties::clear()
  Modules:
  * Fixed enabling sliced pix_fmt conversion in avformat
    producer.
  * Fixed incorrect seek and sync on audio files with discard
    packets.
  * Added support for avcodec_send_frame() API to avformat
    consumer.
  * Fixed compile errors with Libav master.
  * Fixed a crash in affine transition.
  * Fixed a crash in ladspa filters when consumer frame rate is
    low (e.g. <= 8).
  * Fixed a crash in boxblur filter.
  * Added animation support to boxblur hori and vert properties.
  * Fixed a crash in movit.convert.
  * Fixed incorrect alpha in affine transition blending routine.
  * Converted frei0r from deprecated mlt_geometry to
    mlt_animation API.
  * Fixed tilde in text string for pango producer.
  * Fixed using more than one channelcopy filter.
  * Fixed the mono filter reducing volume level.
  * Fixed degraded audio scrubbing in sdl2_audio consumer.
  * Converted dynamictext filter to use affine transition for
    more correct
    alpha compositing and sub-pixel positioning.
  * Added time format support for animation keyframes to the xml
    consumer.
  * Added animation support to more affine transition properties:
    + fix_rotate_x
    + fix_rotate_y
    + fix_rotate_z
    + fix_shear_x
    + fix_shear_y
    + fix_shear_z
    + ox
    + oy
    + scale_x
    + scale_y
  * Fixed gaps in text when characters overlap in qtext and
    kdenlive producers.
  * Fixed a crash in pixbuf producer with multiple render
    threads.
  * Converted the oldfilm vignette filter from mlt_geometry to
    mlt_animation.
  Other:
  * Numerous updates to mlt-xml.dtd.
  * Categorized many of the encode presets (using
    meta.preset.name).

OBS-URL: https://build.opensuse.org/request/show/620326
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=95
2018-07-03 07:02:49 +00:00
Yuchen Lin
29d7f610f1 Accepting request 618011 from multimedia:libs
Update to version 6.8.0
  * This version improves support for multi-channel audio and
    adds some new manipulation functions to the mlt_animation
    API.
  Framework:
  * Added support for musl C library.
  * Added functions for audio channel layouts:
    + mlt_channel_layout_name()
    + mlt_channel_layout_id()
    + mlt_channel_layout_channels()
    + mlt_channel_layout_default()
  * Added channel_layout property to mlt_consumer.
  * Added mlt_channel_layout enum.
  * Disabled memory pooling by default and require compile macro
    USE_MLT_POOL to re-enable it.
  * Fixed reliability of keyframed properties serializing
    properly.
  * Fixed parsing non-animated string as an animation.
  * Added more functions to mlt_animation:
    + mlt_animation_key_set_type()
    + mlt_animation_key_set_frame()
    + Mlt::Animation::key_set_type()
    + Mlt::Animation::key_set_frame()
  Modules:
  * Fixed some crashes in qimage producer especially with alpha
    channel.
  * Fixed >2 channel audio output in the SDL consumers.
  * Fixed >2 channel audio output in the rtaudio consumer on
    Windows.
  * Fixed vorbis encoding with FFmpeg v3.4+.
  * qimage and qtext are now higher priority than gtk2 pixbuf
    and pango by the loader producer.
  * Added support for more channel counts to decklink consumer.
  * Added swresample filter based on libswresample from FFmpeg.
    This is now the preferred channel count normalizing filter
    used by the loader producer.
  * Fixed the strange "Undefined constant" and "Unable to parse
    option value" log messages in the the avformat consumer.
  * Fixed GIF and DPX writing in avformat consumer.
  * Reduced the memory usage of the affine transition and
    filters.
  * Fixed a crash in kdenlivetitle producer.
  * Fixed a crash in the rotoscoping filter.
  * Fixed frame rate reported in Matroska and WebM files
    produced by the avformat consumer.
  * Added sdl2_audio consumer.
  * Fixed alpha channel support for more pixel formats in the
    avformat producer.
  * Converted the affine transition to use mlt_rect and
    mlt_animation.
  * Fixed LADSPA plugins with mono channel audio.
  Other:
  * Fixed a melt command line parsing bug when argument supplied
    to -transition.
  * Fixed melt with SDL2 on Windows not using stdio and stderr.
  * Improved speed of the vp9 avformat consumer preset.
- Enable pkgconfig(vidstab) BuildRequires unconditionally, now
  available in openSUSE.
- Build with ffmpeg unconditionally, ffmpeg is available in
  openSUSE.

OBS-URL: https://build.opensuse.org/request/show/618011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=40
2018-06-20 13:37:10 +00:00
c49685e651 Accepting request 617995 from home:alois:branches:multimedia:libs
- Update to version 6.8.0
  * This version improves support for multi-channel audio and
    adds some new manipulation functions to the mlt_animation
    API.
  Framework:
  * Added support for musl C library.
  * Added functions for audio channel layouts:
    + mlt_channel_layout_name()
    + mlt_channel_layout_id()
    + mlt_channel_layout_channels()
    + mlt_channel_layout_default()
  * Added channel_layout property to mlt_consumer.
  * Added mlt_channel_layout enum.
  * Disabled memory pooling by default and require compile macro
    USE_MLT_POOL to re-enable it.
  * Fixed reliability of keyframed properties serializing
    properly.
  * Fixed parsing non-animated string as an animation.
  * Added more functions to mlt_animation:
    + mlt_animation_key_set_type()
    + mlt_animation_key_set_frame()
    + Mlt::Animation::key_set_type()
    + Mlt::Animation::key_set_frame()
  Modules:
  * Fixed some crashes in qimage producer especially with alpha
    channel.
  * Fixed >2 channel audio output in the SDL consumers.
  * Fixed >2 channel audio output in the rtaudio consumer on
    Windows.
  * Fixed vorbis encoding with FFmpeg v3.4+.
  * qimage and qtext are now higher priority than gtk2 pixbuf
    and pango by the loader producer.
  * Added support for more channel counts to decklink consumer.
  * Added swresample filter based on libswresample from FFmpeg.
    This is now the preferred channel count normalizing filter
    used by the loader producer.
  * Fixed the strange "Undefined constant" and "Unable to parse
    option value" log messages in the the avformat consumer.
  * Fixed GIF and DPX writing in avformat consumer.
  * Reduced the memory usage of the affine transition and
    filters.
  * Fixed a crash in kdenlivetitle producer.
  * Fixed a crash in the rotoscoping filter.
  * Fixed frame rate reported in Matroska and WebM files
    produced by the avformat consumer.
  * Added sdl2_audio consumer.
  * Fixed alpha channel support for more pixel formats in the
    avformat producer.
  * Converted the affine transition to use mlt_rect and
    mlt_animation.
  * Fixed LADSPA plugins with mono channel audio.
  Other:
  * Fixed a melt command line parsing bug when argument supplied
    to -transition.
  * Fixed melt with SDL2 on Windows not using stdio and stderr.
  * Improved speed of the vp9 avformat consumer preset.

OBS-URL: https://build.opensuse.org/request/show/617995
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=93
2018-06-20 10:37:34 +00:00
eab1b27f4e Accepting request 617880 from home:iznogood:branches:multimedia:libs
- Enable pkgconfig(vidstab) BuildRequires unconditionally, now
  available in openSUSE.
- Build with ffmpeg unconditionally, ffmpeg is available in
  openSUSE.

OBS-URL: https://build.opensuse.org/request/show/617880
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=92
2018-06-20 06:21:16 +00:00
Dominique Leuenberger
b71468d485 Accepting request 605389 from multimedia:libs
- Update to 6.6.0+git20180502 to enable shotcut 18.05 to build.
- Upstream changes:
  *Fix affine and region filters alter the frame's position.
  *Fix mono channel configuration for ladspa plugins. (#334)
  *Convert affine to mlt_rect and animation APIs.
  *Add mlt_animation_key_set_frame() and Animation::key_set_frame().
  *Fix build for Libav
  *Fix crash on composite transition with unexpected pgm luma
   https://bugs.kde.org/show_bug.cgi?id=381110
  *Fix alpha support for more pixel formats Kdenlive issue #391963
  *Add mlt_animation_key_set_type() and Animation::key_set_type().
  *Fix rotoscoping crash
  *Fix parsing non-animation string as animation.
  *Fix mlt_animations not reliably serializing.
  *Fix crash with kdenlivetile caused by wrong malloc size
  *Add filter_swresample. (#305)
  *Fix #284 GIF encoding not working.
  *Fix segmentation fault when using qimage png producer #296
- Update to version 0.44+git20180523
- Rebase webvfx-versioned-libdir.patch.
- Upstream changes:
  *check pointers before using them.

OBS-URL: https://build.opensuse.org/request/show/605389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=39
2018-05-13 14:05:05 +00:00
ef1c695efb Accepting request 605386 from home:plater
fix build

OBS-URL: https://build.opensuse.org/request/show/605386
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=90
2018-05-08 15:02:30 +00:00
62bf25e2ab Accepting request 605368 from home:plater
Fix source url

OBS-URL: https://build.opensuse.org/request/show/605368
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=89
2018-05-08 14:20:24 +00:00
e5b378901c Accepting request 605267 from home:plater
use correct version for mlt-framework requirement of webvfx-devel

OBS-URL: https://build.opensuse.org/request/show/605267
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=88
2018-05-08 08:58:54 +00:00
6b913890d3 Accepting request 604608 from home:plater
Update to 6.6.0+git20180502 to enable shotcut 18.05 to build.
- Upstream changes:
  *Fix affine and region filters alter the frame's position.
  *Fix mono channel configuration for ladspa plugins. (#334)
  *Convert affine to mlt_rect and animation APIs.
  *Add mlt_animation_key_set_frame() and Animation::key_set_frame().
  *Fix build for Libav
  *Fix crash on composite transition with unexpected pgm luma
   https://bugs.kde.org/show_bug.cgi?id=381110
  *Fix alpha support for more pixel formats Kdenlive issue #391963
  *Add mlt_animation_key_set_type() and Animation::key_set_type().
  *Fix rotoscoping crash
  *Fix parsing non-animation string as animation.
  *Fix mlt_animations not reliably serializing.
  *Fix crash with kdenlivetile caused by wrong malloc size
  *Add filter_swresample. (#305)
  *Fix #284 GIF encoding not working.
  *Fix segmentation fault when using qimage png producer #296
- Update to version 0.44+git20180523
- Rebase webvfx-versioned-libdir.patch.
- Upstream changes:
  *check pointers before using them.

OBS-URL: https://build.opensuse.org/request/show/604608
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=87
2018-05-06 13:29:28 +00:00
Dominique Leuenberger
dbca7b2803 Accepting request 592934 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/592934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=38
2018-04-03 10:12:16 +00:00
c83a1cbc9f Accepting request 592916 from home:awissu:branches:multimedia:libs
- Build with sdl and sdl2:
  * Preserve backward compatibility. Both "sdl" and "sdl2" modules 
  can be compiled into MLT 6.6.0 and later

OBS-URL: https://build.opensuse.org/request/show/592916
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=85
2018-04-02 05:49:38 +00:00
Dominique Leuenberger
293bdf31d3 Accepting request 585444 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/585444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=37
2018-03-12 11:12:18 +00:00
faa5ae69ca Accepting request 585443 from home:plater
Fix Leap:15.0 build and run spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/585443
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=83
2018-03-11 11:28:10 +00:00
Dominique Leuenberger
bcd1377e8e Accepting request 582979 from multimedia:libs
- Build with SDL2.

OBS-URL: https://build.opensuse.org/request/show/582979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=36
2018-03-06 09:47:40 +00:00
e8b269ee96 Accepting request 582978 from home:plater
Remove requires

OBS-URL: https://build.opensuse.org/request/show/582978
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=81
2018-03-05 14:53:05 +00:00
bb81aebee4 Accepting request 582663 from home:plater
- Build with SDL2.

OBS-URL: https://build.opensuse.org/request/show/582663
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=80
2018-03-05 12:49:28 +00:00
Dominique Leuenberger
344c584238 Accepting request 569347 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/569347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=35
2018-01-25 11:40:36 +00:00
d887b778f9 Accepting request 569346 from home:plater
- Update to release 6.6.0 and build with gcc7
- Combined melt6 sub package into melt subpackage.
- Remove incorporated patches:
  6c658e5d8cd11933bf799a2a985aa4b24cfbcb60.patch, rem_close.patch,
  use-recommended-freetype-include.patch and
  libmlt-nomorexlocale_h.patch.
- Upstream changes:
  This version builds upon the previous release with performance
  improvements using the sliced image processing framework.
  It also improves compatibility with dependencies 
  (FFmpeg, Qt 5, SDL 2, NDI, OpenCV, libebur128).
  For full details see:
  /usr/share/doc/packages/libmlt6/NEWS
- Removed mlt patches: 
  6c658e5d8cd11933bf799a2a985aa4b24cfbcb60.patch,
  libmlt-nomorexlocale_h.patch, em_close.patch and
  use-recommended-freetype-include.patch.
- Package LICENSE and README.md.

OBS-URL: https://build.opensuse.org/request/show/569346
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=78
2018-01-24 15:56:44 +00:00
Dominique Leuenberger
7446c4693f Accepting request 518760 from multimedia:libs
- Fix build against glibc-2.26 with libmlt-nomorexlocale_h.patch.
- Apply all mlt patches in webvfx before building.

OBS-URL: https://build.opensuse.org/request/show/518760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=34
2017-08-26 08:41:18 +00:00
3bff1c64b4 Accepting request 518758 from home:plater
Add Apple exclusion

OBS-URL: https://build.opensuse.org/request/show/518758
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=76
2017-08-25 13:33:25 +00:00
5e1fe66de7 Accepting request 518726 from home:plater
- Fix build against glibc-2.26 with libmlt-nomorexlocale_h.patch.
- Rebased 6c658e5d8cd11933bf799a2a985aa4b24cfbcb60.patch,
  libmlt-0.8.2-vdpau.patch, rem_close.patch and
  use-recommended-freetype-include.patch.
- Apply all mlt patches before building.

OBS-URL: https://build.opensuse.org/request/show/518726
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=75
2017-08-25 11:51:14 +00:00
Dominique Leuenberger
6eea36f26a Accepting request 515131 from multimedia:libs
Take control of request again

OBS-URL: https://build.opensuse.org/request/show/515131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=33
2017-08-24 16:48:16 +00:00
Tomáš Chvátal
2c622d857d Accepting request 514626 from home:olh:branches:multimedia:libs
- Build with Qt5 unconditional because PackageHub has a recent Qt5

OBS-URL: https://build.opensuse.org/request/show/514626
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=73
2017-08-05 06:45:33 +00:00
09633b0d56 Accepting request 510066 from home:plater
Fix 42.2/3 build with gcc6

OBS-URL: https://build.opensuse.org/request/show/510066
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=72
2017-07-13 12:22:39 +00:00
2b72eb0e32 Accepting request 508649 from home:jengelh:branches:multimedia:libs
- Trim filler wording from descriptions; fix identical
  descriptions being used in different subpackages.

- Trim filler wording from descriptions; fix identical
  descriptions being used in different subpackages.
- Cure "useless use of cat" (`ls -1`) by replacing with just *.

OBS-URL: https://build.opensuse.org/request/show/508649
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=71
2017-07-07 03:49:01 +00:00
66926fec00 Accepting request 508362 from home:plater
Fix changes file

OBS-URL: https://build.opensuse.org/request/show/508362
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=70
2017-07-05 14:42:35 +00:00
5ccb61716c Accepting request 508348 from home:kfreitag:branches:multimedia:libs
- Add patch from upstream that prevents crashes of apps in some 
  circumstances, as reported on openSUSE ML. 
  a3188e301b

OBS-URL: https://build.opensuse.org/request/show/508348
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=69
2017-07-05 13:23:23 +00:00
fc702c699f Accepting request 502647 from home:plater
Add linked webvfx package

OBS-URL: https://build.opensuse.org/request/show/502647
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=68
2017-06-09 14:28:25 +00:00
Dominique Leuenberger
3e3c44ee5d Accepting request 460301 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/460301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=32
2017-03-02 18:30:06 +00:00
1fb17ac2b2 Accepting request 459723 from home:darix:playground
- replace mlt-6.4.1_fix_opengl_install.patch with
  6c658e5d8cd11933bf799a2a985aa4b24cfbcb60.patch:
  upstream solution to the problem

- enable OpenGL and OpenVC modules
  new BR:
  - OpenGL: movit-devel
  - OpenVC: pkgconfig(openvc)
- added mlt-6.4.1_fix_opengl_install.patch: fix install of OpenGL
  filter files.

OBS-URL: https://build.opensuse.org/request/show/459723
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=66
2017-02-24 20:30:06 +00:00
Dominique Leuenberger
5c5ba405a2 Accepting request 441458 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/441458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=31
2016-11-23 12:37:15 +00:00
f6b7656249 Accepting request 440571 from home:alois:branches:multimedia:libs
Update to 6.4.1

OBS-URL: https://build.opensuse.org/request/show/440571
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=64
2016-11-22 17:13:50 +00:00
Dominique Leuenberger
c906604ef5 Accepting request 440266 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/440266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=30
2016-11-14 19:17:13 +00:00
aaa7ab85bf Accepting request 439996 from home:alois:branches:multimedia:libs
Update to 6.4.0

OBS-URL: https://build.opensuse.org/request/show/439996
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=62
2016-11-14 16:46:32 +00:00
Dominique Leuenberger
1580b004ad Accepting request 415082 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/415082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=29
2016-07-28 21:47:15 +00:00
c8bf747bfc Accepting request 415074 from home:olh:branches:multimedia:libs
- Build with ffmpeg unconditional

OBS-URL: https://build.opensuse.org/request/show/415074
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=60
2016-07-25 12:58:13 +00:00
Dominique Leuenberger
85180bd470 Accepting request 393459 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/393459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=28
2016-05-05 06:12:55 +00:00