-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mkvtoolnix to version 57.0.0 / rev 134 via SR 894984
https://build.opensuse.org/request/show/894984 by user alois + dimstar_suse
- Loading branch information
1 parent
c6333e2
commit c01e055
Showing
8 changed files
with
71 additions
and
18 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/ipfs/bafybeihelnlirto7qseemx4azf5laxu4jucuxphzp2gyw3jkbsmw4qkrni |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iQIzBAABCgAdFiEEMwGinYjQGgz5mZVPdK8ArfLjLIUFAmCo3jwACgkQdK8ArfLj | ||
LIWm9xAAjQVzgszoBNWAN8TSJiwvhfA90QVvsitLnkYNv41EbO6m66d6VxDULVYM | ||
1HCLZEu6Dj0JkC/CHBSRIyX4hlhHy69hk0KzKxfSfehvuOoA2B7yVqw9M0jDtGcr | ||
+dlsc/vRWigxkbnEkewjiGB/WC1HZJlqt1mw7tpjveU9mjTwSh/MNNmUow3G/YbJ | ||
Rpsa3asLBjQLi3JyY3LS6N/Svb4C23EAkbdX+WfMehpdn3n/p5DKJizLhyU8isbe | ||
wyPIafbNO2WDY2wk4fZpetJS0W26wC5aLPHA53j5F7NLSCPhbxE4jN3w5/fprSr0 | ||
pRYkr7MZ6B43dW86Tz1/QKmfawoNuctadeYQRhtPuODWah3QF24ZVn96jn1TC0qX | ||
cwaW48RBo0AcB01hBki6zvI4xbB/vXJEvh/knXBZ3dBV7BveSELeTw+Bn4BA34Un | ||
BTfLQ/SvJQouO5U3iYVCteejB+n280ciyJVyqh/RHatetRarJs9ICMLdHQV9eg4b | ||
5xuTi6dxb3F6xGeVksHd8dRPGtez7gxL1V1GyrFeChpadS+KHZZz8vz6Y0wJ/sQ4 | ||
phWW49Hx3E74/51x1OKyYPBZqqDYxPHqWnziaOiOLU2kgXe9l3CtNi8pQ4ZN0fF4 | ||
aXbdMgftWi7C9i/TrXWXNfqV//cC8V+/ksEwq4cIzOE/Tfho5Gg= | ||
=nmFp | ||
-----END PGP SIGNATURE----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,48 @@ | ||
------------------------------------------------------------------- | ||
Sat May 22 13:28:48 UTC 2021 - Luigi Baldoni <[email protected]> | ||
|
||
- Up date to version 57.0.0 | ||
New features and enhancements: | ||
* mkvmerge: MP4 reader: added support for reading Dolby Vision | ||
from MP4 files (FourCCs `dvh1` and `dvhe`; configuration | ||
records `dvcC`, `dvvC` and `hvcE` will be converted into | ||
block addition mappings). | ||
* mkvmerge: SRT subtitles: mkvmerge now accepts empty text | ||
files with the extension `.srt` as SRT subtitle files, | ||
enabling the creation of empty SRT tracks. | ||
* mkvmerge, mkvextract: HEVC/H.265: access unit delimiter | ||
NALUs will no longer be discarded, neither during muxing nor | ||
during extraction. | ||
* MKVToolNix GUI: preferences: switched the order & wording of | ||
controls in the "enabling items" panel to make it clearer | ||
that certain controls define exceptions. | ||
Bug fixes: | ||
* mkvmerge: HEVC/H.265 parser: several NALU types, notably the | ||
Dolby Vision-specific NALUs ("unspecified 62" and | ||
"unspecified 63") and suffix SEI NALUs, are now stored with | ||
the frame they belong to instead of with the next frame. | ||
* mkvmerge: HEVC/H.265 packetizer: fixed setting the track's | ||
default duration when reading HEVC/H.265 from Matroska files | ||
that don't have a default duration set. | ||
* mkvmerge: HEVC/H.265 packetizer: fixed the calculation of | ||
the duration of frames so that `SimpleBlock` elements can be | ||
used again instead of `BlockGroups` with `BlockDuration` | ||
elements. | ||
* mkvmerge, mkvextract: HEVC/H.265 parser: fixed issues with | ||
ordering & duplication of certain NALUs (parameter set & | ||
prefix SEI NALUs). | ||
* MKVToolNix GUI: multiplexer: when dragging & dropping files | ||
to the multiplexer, the source directory will be remembered | ||
as the "last open directory" again, causing subsequent uses | ||
of the "open file" dialog to start in the same directory. | ||
* mkvinfo: fixed the position of frames in block groups | ||
containing "block duration" elements in summary mode (e.g. | ||
for subtitle tracks). | ||
Build system changes: | ||
* `configure` will now try to detect `libmagic` via | ||
`pkg-config` and fall back to including & linking directly if | ||
it cannot be found via `pkg-config`. | ||
|
||
------------------------------------------------------------------- | ||
Fri Apr 9 17:29:25 UTC 2021 - [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters