Skip to content
Snippets Groups Projects
Commit 7ee7be11 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Update release notes for 3.0.0

parent 203fc1c9
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,8 @@
<li>Stream to distant renderers, like Chromecast
<li>360 video and 3D audio playback with viewpoint change
<li>Support for Ambisonics audio and more than 8 audio channels
<li>Subtitles size modification live
<li>Subtitles size modification during playback
<li>Secure passwords storage
</ul>
</div>
</div>
......@@ -295,9 +296,11 @@
<li>New MPEG-1 & 2 audio layer I, II, III + MPEG 2.5 decoder based on libmpg123</li>
<li>New BPG decoder based on libbpg</li>
<li>TDSC, Canopus HQX, Cineform, SpeedHQ, Pixlet, QDMC and FMVC decoders</li>
<li>TTML subtitles support</li>
<li>TTML subtitles support, including EBU-TT variant</li>
<li>Rewrite of webVTT subtitles support, including CSS style support</li>
<li>BluRay text subtitles (HDMV) deocoder</li>
<li>Support for ARIB-B24, CEA-708</li>
<li>New decoder for MIDI on macOS, iOS and Windows</li>
</ul>
</div>
</div>
......@@ -307,17 +310,55 @@
<div class='clearme'>
<div>
<ul>
<li>Rework of the MP4 demuxer</li>
<li>Rework of the TS demuxer</li>
<li>Rework of the MP4 demuxer,<br /> including 608/708, Flip4Mac, XiphQT, VP8, TTML mappings</li>
<li>Rework of the TS demuxer,<br /> including Opus, SCTE-18, ARIB mappings </li>
<li>HD-DVD .evo support</li>
<li>Rework of the PS demuxer</li>
<li>Improvements on MKV</li>
<li>Rework of the PS demuxer, supporting HEVC, improving compatibility of broken files</li>
<li>Improvements on MKV, including support for DVD-menus and FFv1, and faster seeking</li>
<li>Support for Chained-Ogg, raw-HEVC and improvements for Flac</li>
<li>Support for Creative ADPCM in AVI and VOC files</li>
<li>Improved metadata formats in most file formats</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class='audienceCallout'><?php echo _("Protocols and devices"); ?></div>
<div class='clearme'>
<div>
<ul>
<li>Full support for Bluray Menus (BD-J) and Bluray ISO</li>
<li>Rewrite of Adaptive Streaming protocols support</li>
<li>Support for HLSv4 to HLSv7, including MP4 and ID3 cases</li>
<li>Rewrite of DASH support, including MPEG2TS and ISOBMFF</li>
<li>Support SAT&gt;IP devices, for DVB-S via IP networks</li>
<li>Support for HTTP 2.0</li>
<li>Support NFS, SMB and SFTP shares, with browsing</li>
<li>Support for SRT streaming protocol</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<div class='audienceCallout'><?php echo _("Stream output and encoding"); ?></div>
<div class='clearme'>
<div>
<ul>
<li>Support for streaming to Chromecast devices
<li>Support for VP8 and VP9 encoding through libvpx
<li>Support for streaming Opus inside TS
<li>Support for mp4 fragmented muxing
<li>Improvements for x265 encoding
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class='audienceCallout'><?php echo _("Video outputs and filters"); ?></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment