NEWS, AUTHORS: update for Blu-ray PCM channel layout re-ordering

This commit is contained in:
Moritz Bunkus 2021-02-06 17:15:53 +01:00
parent 7121cac5c8
commit 1b83dea404
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85
2 changed files with 5 additions and 0 deletions

View File

@ -312,6 +312,7 @@ Tom Yan <tom.ty89@gmail.com>
* 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 <trinine@free.fr>
* French translation

View File

@ -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