Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2023-12-03 20:48:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mkvtoolnix (Old)
 and      /work/SRC/openSUSE:Factory/.mkvtoolnix.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mkvtoolnix"

Sun Dec  3 20:48:54 2023 rev:161 rq:1130495 version:81.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes    2023-10-30 
22:11:08.945021754 +0100
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new.25432/mkvtoolnix.changes 
2023-12-03 20:49:15.142743764 +0100
@@ -1,0 +2,71 @@
+Sat Dec  2 16:01:23 UTC 2023 - Luigi Baldoni <[email protected]>
+
+- Update to version 81.0
+  New features and enhancements:
+  * mkvmerge: MPEG transport stream reader: HEVC/H.265: added
+    support for reading single-layer Dolby Vision from Annex B
+    type bitstream read from MPEG transport streams.
+  * mkvmerge: MPEG transport stream reader, HEVC/H.265
+    elementary stream reader: added support for reading
+    dual-layer Dolby Vision with both the base & enhancement
+    layers in the same track from Annex B type bitstreams in MPEG
+    transport files & elementary stream files.
+  * mkvmerge: MPEG transport stream reader: HEVC/H.265:
+    implemented combining dual-layer Dolby Vision with base &
+    enhancement layers in different tracks.
+  * MKVToolNix GUI: multiplexer: added a new option in the
+    preferences for always enabling 'forced' subtitle tracks.
+    A subtitle track is considered to be 'forced' if: the
+    corresponding property is set in the source file; the
+    track's name contains the word 'forced' (in English);
+    deriving the 'forced display' flag from file names is active
+    & the file name matches the corresponding pattern. The option
+    is disabled by default.
+  * MKVToolNix GUI: multiplexer: the functionality for detecting
+    file name sequences when adding files can now recognize the
+    patterns used by GoPro's cameras for chaptered video files.
+  * xyzvc_dump: the end position of the current NALU will be
+    output in non-portable format as well.
+  * xyzvc_dump: HEVC: the tool will now also output the inner
+    NALU type of Dolby Vision NALUs (`unspec62` and `unspec63`).
+  Bug fixes:
+  * mkvmerge: when the user requests processing be stopped after
+    the video ends `mkvmerge` will now take appending files into
+    account properly. It won't stop processing unconditionally
+    after the first file ends anymore.
+  * mkvmerge: AV1 handling in readers: the readers will now
+    provide the pixel dimensions to the AV1 packetizer as early
+    as possible, just like for other video packetizers. That way
+    the pixel dimensions are available for calculating the
+    display dimensions when command-line options such as
+    `--aspect-ratio` & `--aspect-ratio-factor` are used. Before
+    the change the calculation was done based on initial pixel
+    dimension values of 0x0, resulting in display dimensions of
+    0x0, too.
+  * mkvmerge: HEVC/H.265 packetizer: when reading & appending
+    HEVC/H.265 from Matroska, MP4/MOV or FLV files the first
+    frame of all the appended files was sometimes dropped,
+    resulting in broken video at the point where video is
+    appended.
+  * mkvmerge: MPEG transport stream reader: when reading MPEG
+    transport streams from Blu-rays the four-byte long
+    `TP_extra_header` structure in front of the transport
+    packets are now skipped properly. Before the fix a stray
+    byte with value of `0x47` inside that `TP_extra_header`
+    structure could have thrown off the detection of where the
+    transport packets start, leading to mkvmerge dropping a few
+    audio and/or video frames at the start of the file.
+  * mkvextract: AAC extractor: when an invalid program config
+    element in the GA-specific config element is encountered,
+    the program config element will be disregarded, which avoids
+    mkvextract aborting with an exception.
+  * xyzvc_dump: fixed the tool aborting with an exception when
+    the last NALU in an Annex B type file was shorter than four
+    bytes.
+  Other changes:
+  * AVC & HEVC dumper development tool: the tool has been
+    renamed from `xvc_dump` to `xyzvc_dump` as `xvc` is an
+    abbreviation for an existing video codec (Extreme Video
+    Coding), and the tool has nothing to do with that codec.
+
+-------------------------------------------------------------------

Old:
----
  mkvtoolnix-80.0.tar.xz
  mkvtoolnix-80.0.tar.xz.sig

New:
----
  mkvtoolnix-81.0.tar.xz
  mkvtoolnix-81.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mkvtoolnix.spec ++++++
--- /var/tmp/diff_new_pack.FDK0Ja/_old  2023-12-03 20:49:16.142780499 +0100
+++ /var/tmp/diff_new_pack.FDK0Ja/_new  2023-12-03 20:49:16.142780499 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           mkvtoolnix
-Version:        80.0
+Version:        81.0
 Release:        0
 Summary:        Tools to Create, Alter, and Inspect Matroska Files
 License:        GPL-2.0-or-later
@@ -129,7 +129,7 @@
 install -m0755 src/tools/ac3parser src/tools/base64tool src/tools/bluray_dump \
   src/tools/checksum src/tools/diracparser src/tools/ebml_validator \
   src/tools/hevcc_dump src/tools/pgs_dump src/tools/vc1parser \
-  src/tools/xvc_dump -t %{buildroot}%{_bindir}
+  src/tools/xyzvc_dump -t %{buildroot}%{_bindir}
 
 %fdupes %{buildroot}/%{_prefix}
 
@@ -173,5 +173,5 @@
 %{_bindir}/hevcc_dump
 %{_bindir}/pgs_dump
 %{_bindir}/vc1parser
-%{_bindir}/xvc_dump
+%{_bindir}/xyzvc_dump
 

++++++ mkvtoolnix-80.0.tar.xz -> mkvtoolnix-81.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix-80.0.tar.xz 
/work/SRC/openSUSE:Factory/.mkvtoolnix.new.25432/mkvtoolnix-81.0.tar.xz differ: 
char 26, line 1

Reply via email to