2025-03-30 17:55:31 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
mkvtoolnix: updated to 91.0
Version 91.0 "Signs" 2025-03-16
Important notes
* The MKVToolNix project's source code repository, bug tracker and wiki have
been moved to [Codeberg](https://codeberg.org/mbunkus/mkvtoolnix).
* The customized MXE repository used for building the Windows variants has
been moved from Gitlab to [Codeberg](https://codeberg.org/mbunkus/mxe).
New features and enhancements
* MKVToolNix GUI: multiplexer: added actions in the "Multiplexer" menu for
saving all currently open multiplexer tabs to a single `.mtxcfg`
file. Loading this file later will restore all tabs.
* MKVToolNix GUI: multiplexer: when adding files the GUI can automatically
enable the "commentary" flag for audio and subtitle tracks if the \
file name
contains the word "comments" or "commentary" delimited by \
certain characters
(configurable). This feature is turned on by default.
* MKVToolNix GUI: multiplexer: when adding files the GUI can automatically
enable the "original language" flag for audio and subtitle tracks if the
track's language matches one configured by the user (configurable). This
feature is turned off by default.
* MKVToolNix GUI: multiplexer: when adding files the GUI can automatically set
several track flags based on the file name. It can now look for the same
patters in the track names, too (configurable). This feature is turned on by
default.
* MKVToolNix GUI: multiplexer: added special drag & drop zones where users can
drop files to circumvent the preferences wrt. what to do with multiple
dropped files. Each drop zone corresponds to one of the three possible
choices (add all to current settings; create one new settings & add all
there; add new settings for each file & add one file to each). This feature
is turned off by default.
* MKVToolNix GUI: multiplexer: added additional special drag & drop zones
where users can drop files to add them as attachments. One of the zones will
automatically set up the dropped file to function as a cover
image.
* MKVToolNix GUI: multiplexer: when making destination file names unique by
suffixing them with a running number the GUI will now also consider the
destination file names of multiplex jobs currently in the queue that are
currently running or still waiting for execution.
Bug fixes
* mkvmerge: timestamps format v3: fixed the parser; it was completely broken
for the lines containing the duration & an optional number of frames per
second.
* mkvmerge: DTS parser: if the X96 extension is present in a DTS-HD High
Resolution stream, the sampling frequency will be set to 96kHz. This was
broken when reading DTS from elementary streams & from Matroska files.
* mkvpropedit, MKVToolNix GUI's chapter & header editors: fixed a bug leading
to a segmentation fault when trying to replace an element at the end of the
file that's followed by only void elements (at least one).
Build system changes
* The bundled `nlohmann-json` library was updated to v3.11.3.
|
2025-02-12 07:45:45 by Ryo ONODERA | Files touched by this commit (850) |
Log message:
*: Recursive revbump from audio/flac-1.5.0
|
2025-02-10 22:52:18 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
mkvtoolnix: updated to 90.0
Version 90.0 "Hanging On" 2025-02-08
New features and enhancements
* MKVToolNix GUI: header editor: double-clicking on one of the three flag
indicators ("Default track", "Forced display", \
"Enabled") for a track in the
tree view will now toggle the corresponding flag.
Bug fixes
* mkvmerge: AAC parser: LOAS/LATM streams: fixed use of uninitialized data
when the `StreamMuxConfig` element doesn't contain the `audioMuxVersion`
element; version 0 must be assumed in such a case. The result was that
sometimes certain valid AAC packets were dropped. Fix by Stefan Pöschel.
* mkvmerge: HEVC/H.265 parser: fixed calculation of picture order count
calculation that was triggered under rare circumstances.
* mkvmerge: Matroska reader: enabled limits for how much data a single
Matroksa reader instance might buffer when the muxing core looks for packets
for specific tracks, avoiding huge memory consumption in cases where tracks
have huge gaps between packets. This might happen when appending files
containing forced-only subtitle tracks, for example.
* mkvmerge: TrueHD reader: increased the probe range for TrueHD sync frames
from 128 KB to 512 KB to avoid mis-detection with certain files with a lot
of data between sync frames.
* mkvmerge: MP4/QuickTime reader: fixed detection of Big Endian LPCM
audio.
Build system changes
* The bundled `fmt` library was updated to v11.1.2.
* added a new option to `configure` called `--disable-dbus` to disable looking
for & using QtDBus even if it's present on the system. Default remains to
probe for its existence. Patch by Anthony Ryan.
|
2024-12-29 17:50:59 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
mkvtoolnix: updated to 89.0
Version 89.0 "And the Melody Still Lingers On (Night in Tunisia)" \
2024-12-27
New features and enhancements
* mkvmerge: AC-3 writer: mkvmerge will now use the codec ID `A_AC3` even for
streams with bitstream IDs 9 or 10 instead of the deprecated codec IDs
`A_AC3/BSID9` & `A_AC3/BSID10`.
* MKVToolNix GUI: multiplexer: the mechanism for setting track languages to
specific values upon adding a file has gotten a new option to always set the
language, no matter whether or not the source container provided a track
language or what it was set to.
* all command-line tools: implemented an escape mechanism for when you want to
use the `@` sign as the first character in an argument to an option such as
`--title`. To escape it the `@` sign has to be doubled as in `--title
@@midnight`.
Bug fixes
* mkvmerge, mkvpropedit, MKVToolNix GUI's multiplexer & header editor: the
MIME type for TrueType & OpenType fonts will be set properly to either the
current MIME types `font/ttf` & `font/otf` or to the legacy MIME types
`application/x-truetype-font` & `application/vnd.ms-opentype` depending on
whether the "use legacy font MIME types" option is disabled or \
enabled, even
if the MIME database used by Qt returns the wrong one or even other MIME
types such as `application/x-font-ttf` & `application/x-font-otf`. This was
the case on Windows due to Qt 6.7.3 switching to a different embedded MIME
database.
* MKVToolNix GUI's multiplexer & header editor: ensured that both the legacy \
&
the current font MIME types are always present in the MIME type combo boxes
of attachments, no matter what Qt's MIME type database contains.
* MKVToolNix GUI: the "disable tooltips" option in the preference will now
disable the tooltip for the status bar, too.
|
2024-12-29 16:10:02 by Adam Ciarcinski | Files touched by this commit (235) |
Log message:
revbump after updating boost
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-10-23 18:35:46 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
mkvtoolnix: updated to 88.0
Version 88.0 "All I Know" 2024-10-19
New features and enhancements
* mkvmerge, MKVToolNix GUI's chapter editor: added support for reading
chapters from PotPlayer bookmark files.
Bug fixes
* configure: fixed setting `HAVE_QTDBUS` properly if the QtDbus module is
found.
* mkvmerge: MP4 reader: mkvmerge will no longer warn when multiple identical
FourCCs are present within the same track headers.
* mkvmerge man page: removed the wrong statement that an attachment's MIME
type must be set before use of the `--attach-file` & `--attach-file-once`
options. If not given, mkvmerge auto-detects the MIME type.
|
2024-10-04 05:49:38 by Ryo ONODERA | Files touched by this commit (237) |
Log message:
*: Recursive revbump from Boost 1.86.0
|