From f03e1cd572d846692c74febeb69289b1d949a0b8 Mon Sep 17 00:00:00 2001 From: Oliver Woodman Date: Fri, 26 Jun 2015 17:14:55 +0100 Subject: [PATCH] Updatae release notes --- RELEASENOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5f638efc3d..a7f464f471 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -5,7 +5,9 @@ * Support for extracting Matroska streams (implemented by WebmExtractor). * Support for tx3g captions in MP4 streams. * Support for H.265 in MPEG-TS streams on supported devices. +* HLS: Added support for MPEG audio (e.g. MP3). * HLS: Improved robustness against missing chunks and variants. +* MP4: Added support for embedded MPEG audio (e.g. MP3). * TTML: Improved handling of whitespace. * DASH: Support Mpd.Location element. * Add option to TsExtractor to allow non-IDR keyframes.