diff --git a/libmlt.changes b/libmlt.changes index a439521..e7defdf 100644 --- a/libmlt.changes +++ b/libmlt.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Mon Jan 27 07:51:04 UTC 2025 - Paolo Stivanin + +- Update to 7.30: + * Fixed Mlt::Producer::set_creation_time() not exported on i686. + * Fixed Mlt::Properties::set(int64_t) symbol version. + * Fixed mlt_factory_init() on Linux/BSD may fail to initialize + when compiled with -DRELOCATABLE. + * Added generic non-drop-frame timecode in mlt_property.c. + Previously, it was only done for 30000/1001 and 60000/1001 frame rates, + but 24000/1001 is especially important as well. + * Added support for MLT XML embedded in chains. This, along with + xml-clip producer handles mismatching frame rate between parent and + child producers and facilites time-affecting links on the child. + * Added mlt_image_full_range(const char *color_range) where any + of the following strings return true (1): full, jpeg, pc. + * Added xml-clip producer. + * Fixed link in and out properties arenot serialized in the xml consumer. + * Added hslprimaries and hslrange filters to the plus module. + * Added a gradientmap filter to the plus module. + * Fixed avfilter audio filters with FFmpeg 7. + * Fixed incorrect frame rate for AVCHD (and possibly others) in avformat. + * Fixed window_id property in consumer sdl2 by using SDL_CreateWindowFrom(), + especially important for embedding in GTK+ or Qt. + * Fixed text not rendering in transition vqm since Qt 6. + * Added decimals keyword to gpstext filter and move RAW keyword check. + * Fixed time_offset property handling in gpstext filter. + * Fixed reading and writing SRT files with unicode in the path. + * Fixed subtitle_feed filter on producers with an in point > 0. + * Fixed opaque alpha channels become translucent in luma transition. + * Fixed a crash in the mix transition with consumer producer. + * Fixed freeze filter freezing too much. + * Fixed avfilter.fillborders with preview scaling. + * Fixed non-proportional scaling in qtblend transition and filter. + * Fixed avfilter color distortion with mlt_image_rgb and mlt_image_rgba. + * Extended support for colorspace=2020 consumer property and the BT.2020 + colorspace in the avformat producer and consumer. This does not imply HDR, + which is signaled through a color_trc property. + * Added support for mlt_image_yuv420p10, mlt_image_yuv444p10, + and mlt_image_yuv422p16 in avfilter, swscale, and rescale filters. + ------------------------------------------------------------------- Wed Oct 9 15:14:06 UTC 2024 - Takashi Iwai diff --git a/libmlt.spec b/libmlt.spec index 005bb28..20a52a0 100644 --- a/libmlt.spec +++ b/libmlt.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package libmlt # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,18 @@ %define _name mlt %define libname lib%{_name} -%define lversion 7.28.0 +%define lversion 7.30.0 %define sover 7 %define lib_pkgname %{libname}-%{sover}-%{sover} %define _name_pp %{_name}++ %define libname_pp lib%{_name_pp} %define sover_pp 7 -%define lversion_pp 7.28.0 +%define lversion_pp 7.30.0 %define libpp_pkgname %{libname_pp}-%{sover_pp}-%{sover_pp} %bcond_without Qt6 %bcond_without rtaudio Name: %{libname} -Version: 7.28.0 +Version: 7.30.0 Release: 0 Summary: Multimedia framework for television broadcasting License: GPL-3.0-or-later diff --git a/mlt-7.28.0.tar.gz b/mlt-7.28.0.tar.gz deleted file mode 100644 index 06b3e50..0000000 --- a/mlt-7.28.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc425bf9602213f5f4855b78cfbbcd43eeb78097c508588bde44415963955aa1 -size 1713069 diff --git a/mlt-7.30.0.tar.gz b/mlt-7.30.0.tar.gz new file mode 100644 index 0000000..2756249 --- /dev/null +++ b/mlt-7.30.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c802a5fdc16324f6c69273d0bb9718d30c2f635422e171ee01c0e7745e0e793c +size 1725015