From 1b83dea4044bda42ff40822e86657d297943465c Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 6 Feb 2021 17:15:53 +0100 Subject: [PATCH] NEWS, AUTHORS: update for Blu-ray PCM channel layout re-ordering --- AUTHORS | 1 + NEWS.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/AUTHORS b/AUTHORS index 53593af11..29e587778 100644 --- a/AUTHORS +++ b/AUTHORS @@ -312,6 +312,7 @@ Tom Yan * Several fixes to the MPEG 1/2 video handling code. * Fix to DVD chapter timestamp calculation for NTSC discs * Fix to 7.1 channel AAC extraction + * Blu-ray PCM channel layout re-ordering Trinine * French translation diff --git a/NEWS.md b/NEWS.md index 26449ea02..6e561f624 100644 --- a/NEWS.md +++ b/NEWS.md @@ -9,6 +9,10 @@ following new track header elements: "hearing impaired" flag, "visual impaired" flag, "text descriptions" flag, "original" flag, "commentary" flag. Implements #3011. +* mkvmerge: MPEG transport stream reader, PCM audio tracks: mkvmerge will now + re-order the channels for 5.1, 7.0 and 7.1 channel tracks from the Blu-ray + layout to the WAVEFORMATEXTENSIBLE layout expected in Matroska. Patch by Tom + Yan. Implements #2988. ## Bug fixes