forked from pool/libmlt
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e8878b8346 | |||
| 92cb224f52 | |||
| 22d8237b3d | |||
| 050d87c99f | |||
| 78aa3354e7 |
@@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 07:51:04 UTC 2025 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- 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 <tiwai@suse.com>
|
||||
|
||||
- Fix conditional buildreq for Leap 15.x & co
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 12:27:55 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 7.28
|
||||
This fixes a couple of major regressions in the previous version:
|
||||
* Fixed seeking and frozen video due by reverting “Improved
|
||||
performance with intra-only video and reducing the frame
|
||||
rate.”
|
||||
* Fixed using melt to render MLT XML with OpenGL effects from
|
||||
movit.
|
||||
Other fixes and changes:
|
||||
* Deprecated the composite transition and the sdl and ndi
|
||||
modules.
|
||||
* Fixed Android camera video has the wrong frame rate (broken
|
||||
in v7.26.0).
|
||||
* Fixed audio not playing for audio-only DTS WMA.
|
||||
* Fixed using “https:” URLs in the xml producer.
|
||||
* Fixed crash on exit when running melt -query or melt -query
|
||||
links.
|
||||
* Added a transition property to the watermark filter. Now, it
|
||||
defaults to using affine.
|
||||
* Changed affine transition argument to set rect property if
|
||||
supplied.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 14:47:48 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
||||
18
libmlt.spec
18
libmlt.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package libmlt
|
||||
#
|
||||
# Copyright (c) 2023 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.26.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.26.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.26.0
|
||||
Version: 7.30.0
|
||||
Release: 0
|
||||
Summary: Multimedia framework for television broadcasting
|
||||
License: GPL-3.0-or-later
|
||||
@@ -39,7 +39,7 @@ Source0: https://github.com/mltframework/mlt/releases/download/v%{version
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
%if %{with Qt6} && 0%{?sle_version}
|
||||
%if %{with Qt6} && 0%{?suse_version} < 1600
|
||||
# Qt 6 requires a compiler that fully supports c++-17
|
||||
BuildRequires: gcc13-c++
|
||||
BuildRequires: gcc13-PIE
|
||||
@@ -70,22 +70,22 @@ BuildRequires: cmake(Qt5Xml)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(fftw3)
|
||||
BuildRequires: pkgconfig(frei0r)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(frei0r)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(icu-io)
|
||||
BuildRequires: pkgconfig(jack)
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
BuildRequires: pkgconfig(libavcodec) >= 58
|
||||
BuildRequires: pkgconfig(libavfilter) >= 7
|
||||
BuildRequires: pkgconfig(libavdevice) >= 58
|
||||
BuildRequires: pkgconfig(libavfilter) >= 7
|
||||
BuildRequires: pkgconfig(libavformat) >= 58
|
||||
BuildRequires: pkgconfig(libavutil) >= 56
|
||||
BuildRequires: pkgconfig(libswresample) >= 3
|
||||
BuildRequires: pkgconfig(libebur128)
|
||||
BuildRequires: pkgconfig(libexif)
|
||||
BuildRequires: pkgconfig(libpulse-simple)
|
||||
BuildRequires: pkgconfig(libswresample) >= 3
|
||||
BuildRequires: pkgconfig(libswscale) >= 5
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(lilv-0)
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4af8d6eeaf6bdb13d813abd9e7f220f6b2f1e0fd943cc92ac0cf22775e767343
|
||||
size 1712097
|
||||
3
mlt-7.30.0.tar.gz
Normal file
3
mlt-7.30.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c802a5fdc16324f6c69273d0bb9718d30c2f635422e171ee01c0e7745e0e793c
|
||||
size 1725015
|
||||
Reference in New Issue
Block a user