SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libmlt6-data-6.4.1-75.1.noarch.rpm :
Wed Nov 16 13:00:00 2016 aloisioAATTgmx.com
- Update to version 6.4.1

* This is a hot-fix release for v6.4 that fixes a symbol
version declaration problem for the new C++ method
Mlt::Profile::is_valid().

Sat Nov 12 13:00:00 2016 aloisioAATTgmx.com
- Update to version 6.4.0
This is both a bugfix and enhancement release:
Framework

* Added functions for multi-threaded slice-based image processing:
mlt_slices_init, mlt_slices_close, and mlt_slices_run.

* Added Mlt::Profile::is_valid().

* Added MLT_DIRLIST_DELIMITER to mlt_types.h.

* Renamed mlt++/config.h to mlt++/MltConfig.h.

* Fixed mlt_properties_set_lcnumeric() on macOS.

* Fixed address of Free Software Foundation in comment headers.
Modules

* Added crop_to_fill property to composite transition.

* Added sliced_composite property to composite transition.

* Added peak and true peak properties to loudness_meter filter.

* Added qtblend transition and filter to qt module.

* Added ndi (NewTek NDI) module with producer and consumer.

* Added opencv module with opencv_tracker filter.

* Added line_spacing, strech, wrap_width, and wrap_type properties to
pango producer.

* Added oblique value for style property to pango producer.

* Added fontmap-reload event to pango producer.

* Added support for pkg-config to sdl module.

* Added .kra (Krita Image) file name extension to loader.dict.

* Improved performance of kdenlivetitle producer.

* Improved decklink producer and consumer.

* Improved accuracy of seeking on lossy compressed audio in
avformat producer.

* Improved mix transition using 32-bit floating point.

* Fixed avfilter when image format changes.

* Fixed loading relative file name in vidstab filter.

* Fixed crash on Windows with avfilter.

* Fixed parsing LADSPA_PATH with semi-colon delimiter on Windows.

* Fixed parsing FREI0R_PATH with semi-colon delimiter on Windows.

* Fixed reading relative path with backslash (Windows) in xml producer.

* Fixed loading relative file name for av.file (avfilter).

* Fixed loading multiple LADSPA plugins on some systems.

* Fixed compile error when not configured with --enable-gpl.

* Fixed loading in avfilter.lut3d in locales with comma decimal point.

* Fixed a possible crash in resample filter.

* Fixed alpha channel in kdenlivetitle producer.

* Fixed possible crash in pixbuf and qimage producers.

* Fixed count when counting down in count producer.
Other

* Moved some avformat presets from lossless to new intermediate folder.

* Added a YouTube avformat consumer preset.

* Changed metadata.rb metadata publisher to output Markdown.
- Removed dupes

Mon Jul 25 14:00:00 2016 olafAATTaepfle.de
- Build with ffmpeg unconditional

Thu Apr 21 14:00:00 2016 zaitorAATTopensuse.org
- Update to version 6.2.0:
+ There are no framework changes in this release. The major
announcement is the introduction of support for libavfilter!
This is still a work-in-progress. It is limited to FFmpeg 2.3
and up, and there are a number of filters that are black-listed
because they are known to not integrate with MLT, which is not
a full libav
* environment or simple wrapper for it. There are
likey avfilters that are not yet black-listed but might not
work because they have not been completely tested. Also, they
do not support MLT\'s keyframable property animation nor its
frame-threaded parallelism due to architectural or integration
limitations. However, some avfilters are slice-threaded
(internal parallelism), and that works. Finally, libavfilter
filtergraph syntax is not supported either.
All of the supported libavfilters are exposed as MLT filters
beginning with the prefix \"avfilter.\" All of the avfilter
parameters are exposed as MLT properties with the \"av.\" prefix
to prevent clashes with MLT properties. You can run `melt
- query filters` to see the new avfilters, and `melt -query
filter=avfilter.rotate`, for example, to view generated
documentation for an individual filter.
+ Notable fixes and enhancements in this release:
- Added support for libavfilter to avformat module.
- Added auto-rotate support to avformat producer.
- Added animated GIF preset for avformat consumer.
- Prevent serializing and deserializing mlt_type property to
xml module.
- Fixed relative paths for WebVfx \"plain:\" resources in xml
module.
- Updated libebur128 to v1.1.0 in plus module.
- Added dynamic_loudness filter to plus module.
- Added loudness_meter filter to plus module.
- Qt 5 fixes for kdenlivetitle producer.
- Added gradients and text shadows to kdenlivetitle producer.
- Added support for building rtaudio against external build of
lib.
- Upgraded bundled RtAudio to v4.1.2.
- Added status parameters to ladspa producer and filters.
- dded 5.1 surround to stereo downmix to audiochannels filter
in core module.
- Fixed compiling SWIG bindings for Ruby 2.0.
- Changes from version 6.0.0:
+ This is a bugfix and minor enhancement release. Note that our
release versioning scheme has changed. We were approaching 1.0
but decided to synchronize release version with the C library
ABI version, which is currently at v6. Here are some of the
notable changes and enhancements:
+ Framework:
- Added unit tests for tractor, multitrack, and field.
- Deprecate mlt_frame_get_alpha_mask().
- Added drop_count readable property to mlt_consumer.
- Added mlt_factory_repository().
- Added mlt_properties_to_utf8().
- Define MIN, MAX, CLAMP in mlt_types.h in not already defined.
- Switched to APPLE and _WIN32 defines throughout codebase.
+ Modules:
- Added UDP and SMPTE 2022-2 support to cbrts consumer.
- Fixed build against latest FFmpeg versions - now requires
v1.1 and up.
- Added audiospectrum filter to qt module.
- Added meta.media.0.codec.rotate property to avformat producer
to let apps and other services get the media orientation.
- Make the avformat producer handle animated images.
- Added style property to dynamictext filter.
- Added timewarp producer to core module.
- Fixed slowly accumulating A/V sync drift in mix audio
transition.
- Added width_crop and width_fit properties to pango producer.
+ Melt:
- Added -abort option to simply exit without full cleanup.
- Fix key-press handling on Windows.
- Add pkgconfig(libpulse) BuildRequires: Build pulseaudio support.
- Add pkgconfig(Qt5OpenGL) BuildRequires: Build qt5 opengl support.
- Add pkgconfig(fftw3) BuildRequires: Build lightshow, fft and
dance filters.
- Drop libmlt-ffmpeg3.patch: Fixed upstream.

Thu Feb 18 13:00:00 2016 olafAATTaepfle.de
- Remove usage of depcrecated functions
libmlt-ffmpeg3.patch

Mon Nov 16 13:00:00 2015 olafAATTaepfle.de
- Restore pkgconfig(libavdevice), multiple providers should be
solved with Prefer: pkg in prjconf

Fri Nov 13 13:00:00 2015 wbauerAATTtmo.at
- Build with ffmpeg on Leap and Tumbleweed by default to make it a
bit more useful (boo#954841)
- Replace pkgconfig(libavdevice) BuildRequires with
libavdevice-devel to prevent an unresolveable choice between that
and libavdevice-libav-devel

Thu Nov 5 13:00:00 2015 wbauerAATTtmo.at
- Build against Qt5 on Leap as well, the included kdenlive 15.08.1
(which is KF5/Qt5 based) will crash on startup otherwise (boo#930616)

Fri Aug 7 14:00:00 2015 fisiuAATTopensuse.org
- Update to 0.9.8
+ Framework

* Added mlt_service_disconnect_producer() and
Mlt::Service::disconnect_producer().

* Added mlt_multitrack_disconnect() and Mlt::Multitrack::disconnect().

* Added mlt_tractor_remove_track() and Mlt::Tractor::remove_track().

* Added mlt_service_insert_producer() and Mlt::Service::insert_producer().

* Added mlt_multitrack_insert() and Mlt::Multitrack::insert().

* Added mlt_tractor_insert_track() and Mlt::Tractor::insert_track().

* Added mlt_transition_set_tracks() and Mlt::Transition::set_tracks().

* Added Mlt::Properties::get_animation().

* Added Mlt::Properties::get_anim().

* Added Mlt:Animation class with methods: length(), is_key(),
keyframe_type(), get_item(), next_key(), previous_key(), set_length(),
remove(), interpolate(), serialize_cut().

* Added mlt_animation_key_count() and Mlt::Animation::key_count().

* Added mlt_animation_key_get() and Mlt::Animation::key_get().
+ Modules

* Added audiowaveform video filter.

* Added fft audio filter.

* Added dance video filter (uses fft).

* Added lighshow video filter (uses fft).

* Added distort property to movit.rect video filter.

* Added rotate property to pango video producer.

* Added 2K DCI and 4K modes to decklink producer and consumer.

* Added audiomap (channel remapping) filter.

* Added property animation to all LADSPA audio filters and producers.

Sun Apr 19 14:00:00 2015 tittiatcokeAATTgmail.com
- libmlt for Tumbleweed/Factory is now QT5 based !!
- Update to 0.9.6
+ Framework

* Added color_trc (transfer characteristic) property to mlt_consumer and mlt_frame.

* Added Mlt::Profile::set_display_aspect(int, int).

* Added mlt_pool_stat().

* Added mlt_smpte_df and mlt_smpte_ndf to mlt_time_format for non-drop-frame timecode support.

* Added Mlt::Tractor::Tractor(Mlt::Profile&).

* Added mlt_frame_get_alpha().

* Added default, copy, and assignment methods to Mlt::Frame.

* Added Mlt::Filter::process(Mlt::Frame&).
+ Modules

* Added support for color_trc property to avformat and opengl modules.

* Performance improvements for composite and matte transitions.

* Added fill, halign, and valign properties to affine transition and filter.

* Added producer.
* and consumer.
* properties to consumer producer.

* Fixes for libavformat and libavcodec v56.

* Dropped support for FFmpeg < v1.0 and Libav < v9.

* Added a lumakey filter.

* Added a localtime property to dynamictext filter.

* Added date/time format string support to dynamictext filter.

* Added no_root property to xml consumer.

* Added audio-only tone producer.

* Added drop property to count producer.

* Added caching to pango producer to improve performance.
+ Other

* Added WMV and WMA avformat consumer presets.

* Added a ProRes-Kostya avformat consumer preset.

* Changed VP9 WebM preset to use Opus audio codec.

* Added 4K UHD and 2.5K QHD profiles.

* Added x265-medium and x265-medium-pass1 avformat consumer presets.

* Added a unit test for Mlt::Frame.
- Drop upstreamed patches

* mlt-0.9.2-Add-missing-stdlib-include-for-getenv.patch

Tue Nov 11 13:00:00 2014 dimstarAATTopensuse.org
- Temporarly disabled vid.stab support, as the submission to
Tumbleweed hit a legal road bump. While it\'s enabled in the devel
project, other packages depending on libmlt are being blocked.

Tue Nov 4 13:00:00 2014 olafAATTaepfle.de
- Enable exif support
- Add missing stdlib.h inclusion in qt
(mlt-0.9.2-Add-missing-stdlib-include-for-getenv.patch)

Sat Oct 25 14:00:00 2014 reddwarfAATTopensuse.org
- Add vid.stab support
Add BuildRequires: pkgconfig(vidstab)

Thu Oct 16 14:00:00 2014 nico.kruberAATTgmail.com
- Update to 0.9.2
+ Framework

* Added \"boolean\" parameter type and \"argument\" parameter
attribute to service metadata schema.

* Added mlt_properties_frames_to_time().

* Added mlt_properties_time_to_frames().

* Changed mlt_events_fire() to return the number of listeners.

* Added consumer-thread-create and consumer-thread-join events.

* Added LC_NUMERIC handling for Windows.

* Added mlt_playlist_mix_out() and mlt_playlist_mix_in().

* Added mlt_properties_from_utf8().
+ Modules

* Renamed \"qimage\" module to \"qt\".

* Added support for Qt 5.

* Added qtext producer, which is now prefered by dynamictext
filter over pango.

* Added xml-nogl consumer.

* Consolidated dgraft, burningtv, and rotoscoping into new
plusgpl module.

* Added vid.stab module with vidstab and deshake filters. This
depends on external vid.stab library unlike its predecessors.

* Rewrote opengl module.

* Added loudness filter based on EBU R128.

* Added rgblut filter to plus module.

* Added luma-only liftgammagain filter to plusgpl module.

* Added lift_gamma_gain filter to plus module.

* Added support new keyframable animated properties to brightness,
volume, panner, boxblur, wave, sepia, charcoal, burn, gamma,
grain, dust, lines, tcolor, oldfilm.

* Added movit.luma transition to opengl module.

* Added cbrts consumer to plusgpl module.

* Removed the \"ppm\" PPM-pipe producer.

* Added more VITC functionality to decklink module.

* Added matte transition to core module.
+ DEPRECATION WARNINGS

* Deprecate videostab module with videostab and videostab filters.
This will not be removed soon in order to keep old scripts and
projects functional.

* Deprecate the dv (libdv), kino, and vorbis modules. These are
scheduled to be removed in next release.
- Update use-recommended-freetype-include.patch

Wed Dec 11 13:00:00 2013 hrvoje.senjanAATTgmail.com
- Added use-recommended-freetype-include.patch -- Freetype upstream
recommends using their macros together with ft2build include.
Positive sideeffect is that this patch makes it build with both
freetype2 2.5.1, and older version

Sun Jun 30 14:00:00 2013 tittiatcokeAATTgmail.com
- Update to 0.9.0

* new, properly integrated property animation API

* Improved pause behavior when using buffered rendering in
mlt_consumer.

* Added mlt_color type.

* Deprecated mlt_geometry API.

* Support for the latest versions of FFmpeg and Libav (but
dropping support for 0.5 and 0.6 versions).

* Added alpha channel output to avformat consumer.

* Added reconnect and exit_on_disconnect properties to avformat
producer.

* Added qglsl consumer to use opengl with avformat, sdi, and
decklink.

* Added avsync module with blipflash producer and consumer for
testing.

* Added new \"count\" producer to gtk2 module.

* Changed frei0r to use index-based property names making it
impervious to param name changes (param name still accepted
for compatibility).

* Added default parameter values to frei0r metadata.

* Added more python example web services.

* Started a unit test suite.
- Dropped patch libmlt-0.8.0-versioned_dirs.patch due to upstream
support for versioning (--enable-extra-versioning configure flag)

Thu May 2 14:00:00 2013 reddwarfAATTopensuse.org
- By default disable VDPAU as requested by Dan Dennedy

Fri Apr 19 14:00:00 2013 tiwaiAATTsuse.de
- Fix missing buildrequire for alsa-devel

Mon Jan 21 13:00:00 2013 reddwarfAATTopensuse.org
- Update to 0.8.8

* Purely a bugfix release

Fri Nov 30 13:00:00 2012 reddwarfAATTopensuse.org
- Make multiple versions of melt parallel installable

Tue Nov 27 13:00:00 2012 crrodriguezAATTopensuse.org
- Fix build in non-x86 platforms (ARM, PPC ETC..)

Thu Nov 15 13:00:00 2012 reddwarfAATTopensuse.org
- Update to 0.8.6

* Fix a performance regression on videos that use full-range
colorspaces such as yuv420p.

Wed Nov 14 13:00:00 2012 reddwarfAATTopensuse.org
- Update to 0.8.4

* Added playlist-next event and PlaylistNextListener to Ruby binding

* FFmpeg 1.0 and libAV master compatibility

* Improvements to motion_est filter to generate keyframes for apps

* Added audiolevel (measurement) filter
- Remove libmlt-0.8.2-ffmpeg1.patch and libmlt-0.8.0-optflags.patch.
Have been applied upstream.

Mon Oct 1 14:00:00 2012 reddwarfAATTopensuse.org
- Add libmlt-0.8.2-ffmpeg1.patch to fix build with ffmpeg 1.0

Thu Aug 30 14:00:00 2012 reddwarfAATTopensuse.org
- Update to 0.8.2

* Overhaul of A/V sync with libavformat-based inputs.

* Fix a major memory leak introduced in previous release.

* Fixes to problems revealed by Coverity Scan static analysis.

* Improved encoding presets.

* melt can now be built without SDL with define MELT_NOSDL, which is handy
for running it as a child process on Windows and OS X.

* melt can now be signaled to quit, which also makes it more useful as a
child process.
- Rebase libmlt-0.8.2-vdpau.patch
- Remove libmlt-0.8.0-fix_null_pointer_dereference.patch. Applied upstream.

Mon Aug 27 14:00:00 2012 toddrme2178AATTgmail.com
- Added libmlt-0.8.0-fix_null_pointer_dereference.patch, fixed
upstream. See and BNC # 777416 and upstream comit
17a64a9aa20aa27861b6169e38859358a323c5a8

Sat Aug 25 14:00:00 2012 reddwarfAATTopensuse.org
- Make python-mlt require at least the same version of libmlt++

Fri Aug 17 14:00:00 2012 reddwarfAATTopensuse.org
- Make vdpau support work without the need of the devel package

Thu Aug 16 14:00:00 2012 reddwarfAATTopensuse.org
- Package module specific data in the -modules subpackage

Sun Aug 12 14:00:00 2012 reddwarfAATTopensuse.org
- Add modules and data directories as variables in the .pc file

Tue Aug 7 14:00:00 2012 reddwarfAATTopensuse.org
- Version modules and data directories
- Put the full python module in %python_sitearch
- Added \"mlt(%{soname})(avformat)\" and \"python-%{_name}%{soname}\"
provides to help openshot select the versions it needs

Sat Aug 4 14:00:00 2012 reddwarfAATTopensuse.org
- Compile the python binding with %{optflags}, getting debug
information on the way.
- Fix VDPAU support

Mon Jun 18 14:00:00 2012 reddwarfAATTopensuse.org
- Update to 0.8.0
+ Addition of time properties
+ ABI incompatible changes to some mlt_property functions
+ Improve seek speed on AVCHD when using FFmpeg v0.9.1+ (NOT
Libav!)
+ Composite and dissolve speed improvements on x86-64
+ Improve performance of caching in image producers
+ Add device enumeration to decklink producer and consumer
- Remove included copy of GPLv3, upstream added it
- Remove dependency to x11 when unneeded
- Enable VDPAU support in the avformat module

Tue Mar 27 14:00:00 2012 idonmezAATTsuse.com
- Set license to GPLv3 for discussion in bnc#753622

Sat Mar 10 13:00:00 2012 idonmezAATTsuse.com
- Drop swfdec dependency, swfdec is not maintained.

Thu Feb 23 13:00:00 2012 reddwarfAATTopensuse.org
- Update to 0.7.8

Sun Jan 2 13:00:00 2011 reddwarfAATTopensuse.org
- Initial package


 
ICM