What's Changed
Framework
- Added
mlt_service_set_consumer()andMlt::Service::set_consumer(). - Optimized
mlt_multitrackto not request a frame from a producer that both hidden and muted.
Modules
- Fixed pixel format for VP8/VP9 streams in
avformatproducer. - Fixed
yuva422ppixel format inavformatproducer. - Added
MLT_AVFORMAT_HWACCEL&MLT_AVFORMAT_HWACCEL_DEVICEenvironment variables toavformatproducer. - Updated
decklinkmodule for recent hardware and drivers. - Added
colorspaceandcolor_trc(including HDR) properties to thedecklinkconsumer. - Fixed silencing extra audio channel (e.g. 6 => 8) in
decklinkconsumer. - Fixed 5.1 C/LFE channels swapped over HDMI in
decklinkconsumer. - Fixed text outline had sharp angles in
kdenlivetitleproducer. - Fixed default gamma to be Rec. 709 for 10-bit Y'CbCr from
movitmodule. - Added support for HLG gamma to
movitmodule (requires ddennedy/movit fork). - Fixed
opencv_trackerfilter should require multiple keyframes to be ready. - Fixed OpenCV crash on
rect<= 1 pixel inopencv_trackerfilter. - Fixed aspect ratio in
qtblendfilter and transition. - Fixed
QT_QPA_PLATFORM=offscreennot working in qt and glaxnimate modules. - Improved preview scaling in
qtblendfilter. - Fixed requesting huge images on multiple
qtblendfilters or transitions. - Fixed
sdl2consumer on macOS. - Fixed the
strobefilter not working withmovit. - Fixed color and gamma using
timeremaplink withmovit. - Fixed consumer properties (e.g.
channels) missing onqglslconsumer injected by thexmlproducer.
New Contributors
- @evertvorster made their first contribution in #1066
Full Changelog: v7.30.0...v7.32.0