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
This commit is contained in:
commit
d991576889
@ -1,3 +1,96 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 31 07:19:27 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 26 20:47:56 UTC 2018 - aloisio@gmx.com
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -21,14 +21,14 @@
|
||||
|
||||
%define _name mlt
|
||||
%define libname lib%{_name}
|
||||
%define lversion 6.12.0
|
||||
%define lversion 6.14.0
|
||||
%define soname 6
|
||||
%define _name_pp %{_name}++
|
||||
%define libname_pp lib%{_name_pp}
|
||||
%define soname_pp 3
|
||||
|
||||
Name: %{libname}
|
||||
Version: 6.12.0
|
||||
Version: 6.14.0
|
||||
Release: 0
|
||||
Summary: Multimedia framework for television broadcasting
|
||||
License: GPL-3.0-or-later
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4af6245f0d78f9b5d4bfdfd632d7f6a8a81e47c6eb7184fb1c040db747607ac
|
||||
size 1395646
|
3
mlt-6.14.0.tar.gz
Normal file
3
mlt-6.14.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d387350f7bb7dd01efce3933c5ab7987b596e98bef7cc9c2349524d55a808b5e
|
||||
size 1413015
|
@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define _name mlt
|
||||
%define mltversion 6.12.0
|
||||
%define mltsoversion 6.12.0
|
||||
%define mltversion 6.14.0
|
||||
%define mltsoversion 6.14.0
|
||||
%define sover 1
|
||||
%define mltmaj %(echo %{mltversion} |cut -d "." -f 1)
|
||||
# Find qt version used to build
|
||||
|
Loading…
x
Reference in New Issue
Block a user