vlc/vlc-3.0 | branch: master | Francois Cartegnie <[email protected]> | Fri Oct 11 17:20:45 2019 +0200| [62f332e52efddd8b0059e19dfda3957a6e2bc606] | committer: Francois Cartegnie
update NEWS > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=62f332e52efddd8b0059e19dfda3957a6e2bc606 --- NEWS | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3a7e4a1c4f..425597658d 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,17 @@ Changes between 3.0.8 and 3.0.9: Core: * Work around busy looping when playing an invalid item through VLM +Demux: + * Fix TTML entities not passed to decoder + * Misc raw H264/HEVC frame rate fixes + +Packetizers: + * Fixes H264/HEVC incomplete draining in some cases + * packetizer_helper: Fix potential trailing junk on last packet + +Decoder: + * avcodec: revector video decoder to fix incomplete drain + Misc: * Add missing .wpl & .zpl file associations on Windows @@ -18,7 +29,6 @@ Demux: * Fix glitches in TS over HLS * Add real probing of HLS streams * Fix HLS MIME type fallback - * Fix TTML entities not passed to decoder Decoder: * Fix WebVTT subtitles rendering _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
