Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3d71520343 | |||
| 1bc3e33b8e | |||
| a2e0c2180e | |||
| 71ad14304d | |||
| cb9fb30ba3 | |||
| 0a3d84646f |
104
libmlt.changes
104
libmlt.changes
@@ -1,3 +1,107 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 5 18:09:25 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 7.34.1
|
||||
* Fixed compiling with Qt 5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 4 18:19:23 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 7.34:
|
||||
* Added mlt_image_rgba64 format
|
||||
* Added mlt_color_trc, mlt_color_primaries, and more
|
||||
mlt_colorspaces along with functions
|
||||
* Fixed some minor memory leaks with cppcheck
|
||||
* Added rgba and rgba64 formats to the luma transition.
|
||||
* Added rgba64 format to affine filter and transition.
|
||||
* Added rgba64 format to the qtblend transition.
|
||||
* Added support for FFmpeg 8 to the avformat module.
|
||||
* Fixed audio panner filter for 5.1 channel layout.
|
||||
* Fixed converting 10-bit full to limited range in avformat
|
||||
producer (regression in v7.30.0).
|
||||
* Fixed shadow not working for multi-line template titles in
|
||||
kdenlivetitle producer.
|
||||
* Fixed mask_apply filter with custom transition.
|
||||
* Added input_chmask & output_chmask properties to mono filter.
|
||||
* Added channel_mask property to LADSPA/LV2/VST2 filters.
|
||||
* Added channel_mask to the volume filter.
|
||||
* Added an outline video filter.
|
||||
* Fixed a deadlock on image with a % in the name in qimage
|
||||
producer.
|
||||
* Added scrubbing to the decklink consumer.
|
||||
* Fixed & not decoded to & in the xml producer.
|
||||
* Fixed converting BT.709 to BT.2020 in the avformat module.
|
||||
* Fixed building a ladspa module without JACK as dependency.
|
||||
* Deprecate a JACK Rack XML file in the jackrack and ladspa
|
||||
modules.
|
||||
* Added filter qtblend_mode.
|
||||
* Fixed incorrect alpha channel breaking optimization of
|
||||
qtblend.
|
||||
* Fixed pixel format gbrap (Ut Video with alpha channel) in
|
||||
the avformat producer.
|
||||
* Fixed opencv_tracker filter on cut playlist clips.
|
||||
* Fixed warning about missing color range for avfilters that
|
||||
use it (e.g. avfilter.colorspace).
|
||||
* Added typewriter properties to the qtext filter.
|
||||
* Fixed color distortion or a crash if using hwaccel with
|
||||
orientation rotation in avformat producer.
|
||||
* Enable Qt 6 and disable Qt 5 modules in CMake by default.
|
||||
* Disable the SDL1 module in CMake by default.
|
||||
* Changed melt now exits with 1 if the producer is invalid.
|
||||
* Various changes to work with MSVC compiler.
|
||||
* Changed SVT-AV1 encode presets to VBR for Opus audio.
|
||||
* Fixed initializing Qt on the main thread in melt.
|
||||
* Documented the -progress2 option for melt.
|
||||
* Increased the minimum C++ version to C++20.
|
||||
* Converted many modules to use CMake find_package().
|
||||
* Added libgen.c and libgen.h for MSVC.
|
||||
- Drop patch, no longer needed:
|
||||
* mlt-ffmpeg-8.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 12:56:32 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Add upstream change:
|
||||
* mlt-ffmpeg-8.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 09:57:20 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 7.32
|
||||
* Added mlt_service_set_consumer() and
|
||||
Mlt::Service::set_consumer().
|
||||
* Optimized mlt_multitrack to not request a frame from a producer
|
||||
that both hidden and muted.
|
||||
* Fixed pixel format for VP8/VP9 streams in avformat producer.
|
||||
* Fixed yuva422p pixel format in avformat producer.
|
||||
* Added MLT_AVFORMAT_HWACCEL & MLT_AVFORMAT_HWACCEL_DEVICE
|
||||
environment variables to avformat producer.
|
||||
* Updated decklink module for recent hardware and drivers.
|
||||
* Added colorspace and color_trc (including HDR) properties to
|
||||
the decklink consumer.
|
||||
* Fixed silencing extra audio channel (e.g. 6 => 8) in decklink
|
||||
consumer.
|
||||
* Fixed 5.1 C/LFE channels swapped over HDMI in decklink consumer.
|
||||
* Fixed text outline had sharp angles in kdenlivetitle producer.
|
||||
* Fixed default gamma to be Rec. 709 for 10-bit Y'CbCr from movit
|
||||
module.
|
||||
* Added support for HLG gamma to movit module (requires
|
||||
ddennedy/movit fork).
|
||||
* Fixed opencv_tracker filter should require multiple keyframes
|
||||
to be ready.
|
||||
* Fixed OpenCV crash on rect <= 1 pixel in opencv_tracker filter.
|
||||
* Fixed aspect ratio in qtblend filter and transition.
|
||||
* Fixed QT_QPA_PLATFORM=offscreen not working in qt and glaxnimate
|
||||
modules.
|
||||
* Improved preview scaling in qtblend filter.
|
||||
* Fixed requesting huge images on multiple qtblend filters or
|
||||
transitions.
|
||||
* Fixed sdl2 consumer on macOS.
|
||||
* Fixed the strobe filter not working with movit.
|
||||
* Fixed color and gamma using timeremap link with movit.
|
||||
* Fixed consumer properties (e.g. channels) missing on qglsl
|
||||
consumer injected by the xml producer.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 07:51:04 UTC 2025 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
||||
11
libmlt.spec
11
libmlt.spec
@@ -18,18 +18,18 @@
|
||||
|
||||
%define _name mlt
|
||||
%define libname lib%{_name}
|
||||
%define lversion 7.30.0
|
||||
%define lversion 7.34.1
|
||||
%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.30.0
|
||||
%define lversion_pp 7.34.1
|
||||
%define libpp_pkgname %{libname_pp}-%{sover_pp}-%{sover_pp}
|
||||
%bcond_without Qt6
|
||||
%bcond_without rtaudio
|
||||
Name: %{libname}
|
||||
Version: 7.30.0
|
||||
Version: 7.34.1
|
||||
Release: 0
|
||||
Summary: Multimedia framework for television broadcasting
|
||||
License: GPL-3.0-or-later
|
||||
@@ -244,8 +244,9 @@ export CC=gcc-13 CXX=g++-13
|
||||
-DCMAKE_SKIP_RPATH=1 \
|
||||
-DMOD_GLAXNIMATE=ON \
|
||||
-DMOD_GLAXNIMATE_QT6=ON \
|
||||
%if %{with Qt6}
|
||||
-DMOD_QT6=ON
|
||||
-DMOD_QT=ON \
|
||||
%if %{without Qt6}
|
||||
-DMOD_QT6=OFF
|
||||
%endif
|
||||
|
||||
%cmake_build
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c802a5fdc16324f6c69273d0bb9718d30c2f635422e171ee01c0e7745e0e793c
|
||||
size 1725015
|
||||
3
mlt-7.34.1.tar.gz
Normal file
3
mlt-7.34.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4104b87db3e14389f81666938c131f723564773fec9aa18b6bff008761cc838b
|
||||
size 1817867
|
||||
Reference in New Issue
Block a user