From 985d34f4ba45b6199fdc3a41cf6f2b8a0291a0e6 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 23 May 2021 20:25:50 +0200 Subject: [PATCH] NEWS & AUTHORS: update for the latest patches by Tom Yan --- AUTHORS | 2 ++ NEWS.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index cccce1850..5c9ecf892 100644 --- a/AUTHORS +++ b/AUTHORS @@ -316,6 +316,8 @@ Tom Yan * Fix to DVD chapter timestamp calculation for NTSC discs * Fix to 7.1 channel AAC extraction * Blu-ray PCM channel layout re-ordering + * Several fixes to the key frame handling when a frame only has a + foward but no backward reference Trinine * French translation diff --git a/NEWS.md b/NEWS.md index e1efb6d5e..49d3b07a1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -30,6 +30,8 @@ file `iso639_language_list.cpp` (before only numeric optimization levels were filtered out and only if it wasn't the last option in the list of flags). See #3105 for context. +* mkvmerge, mkvextract: fixed key frame handling for `BlockGroup` elements + with a forward reference but no backward references. Patches by Tom Yan. # Version 57.0.0 "Till The End" 2021-05-22