Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
3.0 release: add a codec feature list
· 64e667bd
Adrien Maglo
authored
Feb 09, 2018
64e667bd
3.0 release: add a container feature list
· da4c40e4
Adrien Maglo
authored
Feb 09, 2018
da4c40e4
Hide whitespace changes
Inline
Side-by-side
www.videolan.org/vlc/releases/3.0.0.php
View file @
da4c40e4
...
...
@@ -248,17 +248,19 @@
</div>
</div>
<div
style=
'float: left; width: 480px;'
>
<div
class=
'audienceCallout'
>
<?php
echo
_
(
"
Format
s"
);
?>
</div>
<div
class=
'audienceCallout'
>
<?php
echo
_
(
"
Codec
s"
);
?>
</div>
<div
class=
'clearme'
>
<div
class=
'productDescription'
>
<ul>
<li>
Support for BD-Java menus and overlay in Blu-Ray
</li>
<li>
Acceleration of VP9 and H.265/HEVC decoders
</li>
<li>
Rewritten support for WMV, Ogg, MP4 and AVI, notably for seeking
</li>
<li>
Support for encoding in H.265, Opus and VP9
</li>
<li>
Support for WebVTT, Ogg/VP8, Opus/MKV, CAF
</li>
<li>
Support for THP, Renderware and Escape Replay videogames files
</li>
<li>
Support for SRT language detection
</li>
<li>
Support for BD-Java menus and overlay in Blu-Ray
</li>
<li>
Support for experimental AV1 video and Daala video
</li>
<li>
Support for the OggSpots video codec
</li>
<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>
Support TDSC, Canopus HQX, Cineform, SpeedHQ, Pixlet, QDMC and FMVC codecs
</li>
<li>
TTML subtitles support, including EBU-TT-D variant
</li>
<li>
Rewrite of webVTT subtitles support, including CSS style support
</li>
<li>
BluRay text subtitles (HDMV) are now decoded
</li>
</ul>
</div>
</div>
...
...
@@ -281,18 +283,15 @@
</div>
</div>
<div
style=
'float: left; width: 480px;'
>
<div
class=
'audienceCallout'
>
<?php
echo
_
(
"Co
decs / Protocol
s"
);
?>
</div>
<div
class=
'audienceCallout'
>
<?php
echo
_
(
"Co
ntainer
s"
);
?>
</div>
<div
class=
'clearme'
>
<div
class=
'productDescription'
>
<ul>
<li>
Support for MMS split streams for audio selection (European Parliament)
</li>
<li>
Support FTPS (FTP/TLS) protocol
</li>
<li>
New decoder for VP8 and VP9 using libvpx for Linux distributions without avcodec
</li>
<li>
Improvements on Teletext, Subrip, and Tx3g subtitles
</li>
<li>
Support for MSN audio, Atrac3+, VP7, Bink, TAK, On2 AVC, DK3, DK4
</li>
<li>
Support for IMC, Vivo g723.1, Smacker, FIC, Auravision, Canopus Lossless
</li>
<li>
Support x264 and FFv1 codecs RGB modes
</li>
<li>
Fixes for DVD, Audio-CD, M2TS LPCM audio, Speex
<li>
Important rework of the MP4 demuxer
</li>
<li>
Important rework of the TS demuxer
</li>
<li>
Support of HD-DVD .evo
</li>
<li>
Important rework of the PS demuxer
</li>
<li>
Improvements on MKV
</li>
</ul>
</div>
</div>
...
...