|
1 | 1 | MLT Release Notes |
2 | 2 | ----------------- |
3 | 3 |
|
| 4 | +Version 7.34.0 |
| 5 | + |
| 6 | +Framework |
| 7 | + - Added `mlt_image_rgba64` format. This change touched core, avformat, and qt modules as well. |
| 8 | + - Added `mlt_color_trc`, `mlt_color_primaries`, and more `mlt_colorspace`s along with functions: |
| 9 | + * `mlt_image_color_trc_name` |
| 10 | + * `mlt_image_color_trc_id` |
| 11 | + * `mlt_image_colorspace_name` |
| 12 | + * `mlt_image_colorspace_id` |
| 13 | + * `mlt_image_color_pri_name` |
| 14 | + * `mlt_image_color_pri_id` |
| 15 | + - Fixed some minor memory leaks with `cppcheck`. |
| 16 | + |
| 17 | +Modules |
| 18 | + - Added rgba and rgba64 formats to the `luma` transition. |
| 19 | + - Added rgba64 format to `affine` filter and transition. |
| 20 | + - Added rgba64 format to the `qtblend` transition. |
| 21 | + - Added support for FFmpeg 8 to the `avformat` module. |
| 22 | + - Fixed audio `panner` filter for 5.1 channel layout. |
| 23 | + - Fixed converting 10-bit full to limited range in `avformat` producer (regression in v7.30.0). |
| 24 | + - Fixed shadow not working for multi-line template titles in `kdenlivetitle` producer. |
| 25 | + - Fixed `mask_apply` filter with custom transition. |
| 26 | + - Added `input_chmask` & `output_chmask` properties to `mono` filter. |
| 27 | + - Added `channel_mask` property to LADSPA/LV2/VST2 filters. |
| 28 | + - Added `channel_mask` to the `volume` filter. |
| 29 | + - Added an `outline` video filter. |
| 30 | + - Fixed a deadlock on image with a `%` in the name in `qimage` producer. |
| 31 | + - Added scrubbing to the `decklink` consumer. |
| 32 | + - Fixed `&` not decoded to `&` in the `xml` producer. |
| 33 | + - Fixed converting BT.709 to BT.2020 in the `avformat` module. |
| 34 | + - Fixed building a `ladspa` module without JACK as dependency. |
| 35 | + - Deprecate a JACK Rack XML file in the `jackrack` and `ladspa` modules. |
| 36 | + - Added filter `qtblend_mode`. |
| 37 | + - Fixed incorrect alpha channel breaking optimization of `qtblend`. |
| 38 | + - Fixed pixel format gbrap (Ut Video with alpha channel) in the `avformat` producer. |
| 39 | + - Fixed `opencv_tracker` filter on cut playlist clips. |
| 40 | + - Fixed warning about missing color range for `avfilter`s that use it (e.g. `avfilter.colorspace`). |
| 41 | + - Added typewriter properties to the `qtext` filter. |
| 42 | + - Fixed color distortion or a crash if using hwaccel with orientation rotation in `avformat` producer. |
| 43 | + |
| 44 | +Other |
| 45 | + - Enable Qt 6 and disable Qt 5 modules in CMake by default. |
| 46 | + - Disable the SDL1 module in CMake by default. |
| 47 | + - Changed `melt` now exits with 1 if the producer is invalid. |
| 48 | + - Various changes to work with MSVC compiler. |
| 49 | + - Changed SVT-AV1 encode presets to VBR for Opus audio. |
| 50 | + - Fixed initializing Qt on the main thread in `melt`. |
| 51 | + - Documented the `-progress2` option for `melt`. |
| 52 | + - Increased the minimum C++ version to C++20. |
| 53 | + - Converted many modules to use CMake `find_package()`. |
| 54 | + - Added `libgen.c` and `libgen.h` for MSVC. |
| 55 | + |
| 56 | + |
4 | 57 | Version 7.32.0 |
5 | 58 |
|
6 | 59 | Framework |
|
0 commit comments