From 5b891702a61e84527e7133d4c48233495e4ad869 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 2 Jun 2021 12:51:20 +0200 Subject: [PATCH] AUTHORS, NEWS: update for single-layer Dolby Vision support Part of the implementation of #3113. --- AUTHORS | 4 ++++ NEWS.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/AUTHORS b/AUTHORS index 5c9ecf892..4399cea7f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -234,6 +234,10 @@ Potato pp Carvalho * Brazilian Portuguese translation +quietvoid + * Reading single-layer Dolby Vision from HEVC/H.265 Annex B + bitstreams + Ralph Giles * Bug fixes for Opus muxing diff --git a/NEWS.md b/NEWS.md index 332665af4..60ef23a54 100644 --- a/NEWS.md +++ b/NEWS.md @@ -34,6 +34,9 @@ * MKVToolNix GUI: added an option in the preference to use legacy MIME types for font attachments instead of the current standard ones (e.g. 'application/x-truetype-font' instead of 'font/sfnt' and 'font/ttf'). +* mkvmerge, mkvextract: HEVC/H.265: added support for reading single-layer + Dolby Vision from Annex B type bitstreams (elementary streams, MPEG + transport streams). Patch by quietvoid. Implements #3113. ## Bug fixes