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
- 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
- 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
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
- 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