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

Update 3.0.7 page

parent 2f05ccf2
No related branches found
No related tags found
No related merge requests found
# Comments begin with a #
# New topics begin with mechanism#
|7 June 2019|VLC 3.0.7|VideoLAN is releasing today the VLC 3.0.7 release, focusing on numerous security fixes, improving HDR support on Windows, and Blu-ray menu support.<br /> VideoLAN would like to thank <a href="https://joinup.ec.europa.eu/collection/eu-fossa-2">the EU-FOSSA</a> project from the European Commission, who funded this initiative.<br /> More information available on <a href="/vlc/releases/3.0.7.html">the release page</a>.
|7 June 2019|VLC 3.0.7|After 100 millions downloads of 3.0.6, VideoLAN is releasing today the VLC 3.0.7 release, focusing on numerous security fixes, improving HDR support on Windows, and Blu-ray menu support.<br /> VideoLAN would like to thank <a href="https://joinup.ec.europa.eu/collection/eu-fossa-2">the EU-FOSSA</a> project from the European Commission, who funded this initiative.<br /> More information available on <a href="/vlc/releases/3.0.7.html">the release page</a>.
|8 April 2019|VLC for Android 3.1|VideoLAN is happy to present the new major version of VLC for Android platforms. Featuring AV1 decoding with dav1d, Android Auto, Launcher Shortcuts, Oreo/Pie integration, Video Groups, SMBv2, and OTG drive support, but also improvements on Cast, Chromebooks and managing the audio/video libraries, this is a quite large update.
......
<?php
$title = _("VLC 3.0.7 Vetinari");
$body_color = "red";
$language = "";
$nobanner = true;
$new_design = true;
$additional_js = array("/js/slimbox2.js", "/js/jquery.slides.min.js");
$additional_css= array("/js/css/slimbox2.css");
require($_SERVER["DOCUMENT_ROOT"]."/include/os-specific.php");
require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
require($_SERVER["DOCUMENT_ROOT"]."/include/package.php");
$macosxversion = "3.0.7";
$win32version = "3.0.7";
?>
<div class="container">
<center><h1 class='bigtitle' style="padding-bottom: 3px;">VLC <b>3.0.7</b> <em>Vetinari</em></h1>
<div style="padding-top: 0px; padding-bottom: 10px; color: grey;">VLC 3.0.7 is the second version of the "Vetinari" branch of our popular media player.</div>
</center>
<style>
body {
-webkit-font-smoothing: antialiased;
color: #232525;
}
#slides {
display: none
border: 1px solid red;
}
#slides .slidesjs-navigation {
margin-top: 5px;
}
a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
background-image: url(/js/css/btns-next-prev.png);
background-repeat: no-repeat;
display:block;
width:12px;
height:18px;
overflow: hidden;
text-indent: -9999px;
float: left;
margin-left: 10px;
}
a.slidesjs-next {
margin-right:10px;
background-position: -12px 0;
}
a:hover.slidesjs-next {
background-position: -12px -18px;
}
a.slidesjs-previous {
background-position: 0 0;
}
a:hover.slidesjs-previous {
background-position: 0 -18px;
}
.slidesjs-pagination {
margin: 7px 0 0;
float: right;
list-style: none;
}
.slidesjs-pagination li {
float: left;
margin: 0 1px;
}
.slidesjs-pagination li a {
display: block;
width: 13px;
height: 0;
padding-top: 13px;
background-image: url(/js/css/pagination.png);
background-position: 0 0;
float: left;
overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
background-position: 0 -13px
}
.slidesjs-pagination li a:hover {
background-position: 0 -26px
}
#slides a:link,
#slides a:visited {
color: #333
}
#slides a:hover,
#slides a:active {
color: #9e2020
}
.subtext { position: relative; top: -20px; left:250px; width: 400px; text-align: center; }
.subtext2 { position: relative; top: -20px; width: 100%; text-align: center; }
.features ul li:before {
padding-left: 18px;
width: 10px;
height: 10px;
}
.features ul li {
margin-bottom: 8px;
}
.audienceCallout {
font-weight: bold;
margin-top: 20px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
section.no-check ul li {
list-style-type: initial;
}
section.no-check ul li:before {
content: none;
}
.slide-container {
z-index: 1;
}
.text-container {
z-index: 0;
}
</style>
<script>
$(function(){
$("#slides").slidesjs({
width: 940,
height: 340,
navigation: {
active: true,
effect: "slide"
},
play: {
active: false,
effect: "slide",
interval: 4000,
auto: true,
swap: true,
pauseOnHover: true,
restartDelay: 3000
},
callback: {
complete: function(number) {
var selector = "#text_" + number;
$(".subtext2").css("display", "none");
$(selector).css("display", "block");
}
}
});
});
</script>
<div class="container">
<div class="row col-md-12 slide-container">
<div id="slides" style="margin: 0 auto;">
<img src="/vlc/releases/3.0.0/carousel-3.0-4k.jpg">
<img src="/vlc/releases/3.0.0/carousel-3.0-hdr.jpg">
<img src="/vlc/releases/3.0.0/carousel-3.0-360.jpg">
<img src="/vlc/releases/3.0.0/carousel-chromecast2.jpg">
<img src="/vlc/releases/3.0.0/carousel-iphone10-1.jpg">
<img src="/vlc/releases/3.0.0/carousel-3.0-xbox.jpg">
</div>
</div>
<div class="row col-md-12 text-container">
<h2 class="subtext2" id="text_1">Hardware accelerated decoding for HD and UHD</h2>
<h2 class="subtext2" style="display: none;" id="text_2">Supports HDR and HDR tone-mapping</h2>
<h2 class="subtext2" style="display: none;" id="text_3">360° video navigation</h2>
<h2 class="subtext2" style="display: none;" id="text_4">Chromecast streaming</h2>
<h2 class="subtext2" style="display: none;" id="text_5">Optimized for iPhone X</h2>
<h2 class="subtext2" style="display: none;" id="text_6">Faster version for UWP and XBox One</h2>
</div>
<div class="row col-md-offset-4 col-md-4">
<a id='downloadButton' href='#download' style="margin-top: 0px;">
<img style='position: absolute; top: -10px; left: -10px;' src='/images/downloadVLC.png' alt='Download VLC icon' />
<span class='downloadText'><?php echo _("Get VLC now!"); ?></span>
<span id='downloadDetails' style='font-size: 12px; color: white;'>
Version <span id='downloadVersion'>3.0</span>
</span>
</a>
<script>
$(document).ready(function() {
$("#downloadButton").removeAttr('href');
});
$("#downloadButton").click(function() {
$('html, body').animate({
scrollTop: $("#getit").offset().top
}, 2000);
});
</script>
</div>
</div>
</div>
<section class="features">
<div class="container">
<h1 style='margin-bottom: 12px;'><?php echo _("3.0.7 Fixes"); ?></h1>
<div class="row">
<div class="col-sm-6">
<ul>
<li style="padding-bottom: 8px;">VLC 3.0.7 is the seventh update of "Vetinari":</li>
<li>Improvements for HDR support on Windows, including for HLG streams
<li>Improvements on the Blu-ray support, notably for menus
<li>Fixes for some 10bit and 12bit rendering on Windows 10
<li>Fixes for UPnP on recent macbooks
</ul>
</div>
<div class="col-sm-6">
<ul>
<li>Numerous security issues:
<li>2 high security issues, 20 medium and 2 low security issues where fixed, <br />
ranging from integer overflow to buffer overflows.
<div class="feat-margin-left extra-info-link2 padding-top pull-right">Read the <a href="/developers/vlc-branch/NEWS"/>Changelog</a>.</div>
</ul>
</div>
</div>
</div>
<div class="container">
<h1 style='margin-bottom: 12px;'><?php echo _("3.0 Highlights"); ?></h1>
<div class="row">
<div class="col-sm-6">
<ul>
<li style="padding-bottom: 8px;">VLC 3.0 "Vetinari" is a new major update of VLC</li>
<li>VLC 3.0 activates <b>hardware decoding</b> by default, to get <a href="https://vimeo.com/254723528">4K and 8K playback!</a></li>
<li>It supports <b>10bits</b> and <b>HDR</b></li>
<li>VLC supports <b>360 video</b> and <b>3D audio</b>, up to Ambisonics 3rd order</li>
</ul>
</div>
<div class="col-sm-6">
<ul>
<li>Allows <b>audio passthrough</b> for HD audio codecs</li>
<li>Can stream to <b>Chromecast</b> devices, even in formats not supported natively</li>
<li>Can play <b>Blu-Ray Java menus</b>: BD-J</li>
<li>VLC supports browsing of <b>local network</b> drives and NAS</li>
<div class="feat-margin-left extra-info-link2 padding-top pull-right">Read the <a href="/developers/vlc-branch/NEWS"/>Changelog</a>.</div>
</ul>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="col-sm-6">
<div class='embed-container'><iframe src='https://player.vimeo.com/video/254723180' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
<p><a href="https://vimeo.com/254723180">VLC 3.0 playing 8K 48fps 360 video on Android Galaxy S8</a> from <a href="https://vimeo.com/videolan">VideoLAN</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
</div>
<div class="col-sm-6">
<div class='embed-container'><iframe src='https://player.vimeo.com/video/254723528' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
<p><a href="https://vimeo.com/254723528">VLC 3.0 playing 8k60 on Windows 10 using i7 GPU</a> from <a href="https://vimeo.com/videolan">VideoLAN</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
</div>
</div>
</section>
<section class="bg-gray features no-check" style='padding-top: 10px;'>
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 style='margin-bottom: 12px;'> 3.0 <?php echo _("Features"); ?></h1>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class='audienceCallout'><?php echo _("Core"); ?></div>
<div class='clearme'>
<div>
<ul>
<li>Network browsing for distant filesystems (SMB, FTP, SFTP, NFS...)
<li>HDMI passthrough for Audio HD codecs, like E-AC3, TrueHD or DTS-HD
<li>12bits codec and extended colorspaces (HDR)
<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 during playback
<li>Secure passwords storage
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<div class='audienceCallout'><?php echo _("Acceleration"); ?></div>
<div class='clearme'>
<div>
<ul>
<li>Hardware decoding and display on all platforms</li>
<li>HEVC hardware decoding on Windows, using DxVA2 and D3D11</li>
<li>HEVC hardware decoding using OMX and MediaCodec (Android)</li>
<li>MPEG-2, VC1/WMV3 hardware decoding on Android</li>
<li>Important improvements for the MMAL decoder and output for rPI and rPI2</li>
<li>HEVC and H.264 hardware decoding for macOS and and iOS based on VideoToolbox</li>
<li>New VA-API decoder and rendering for Linux</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class='audienceCallout'><?php echo _("Codecs"); ?></div>
<div class='clearme'>
<div>
<ul>
<li>BD-Java menus and overlay in Blu-Ray</li>
<li>Experimental AV1 video and Daala video decoders</li>
<li>OggSpots video decoder</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>TDSC, Canopus HQX, Cineform, SpeedHQ, Pixlet, QDMC and FMVC decoders</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>
</div>
<div class="col-md-6">
<div class='audienceCallout'><?php echo _("Containers"); ?></div>
<div class='clearme'>
<div>
<ul>
<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, 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>
<div class='clearme'>
<div>
<ul>
<li>OpenGL as Linux/BSD default video output</li>
<li>Improvements in OpenGL output: direct displaying and HDR tonemapping</li>
<li>Rework of the Android video outputs</li>
<li>New Direct3D11 video output supporting both Windows desktop and WinRT modes</li>
<li>HDR10 support in Direct3D11 with Windows 10 Fall Creator Update</li>
<li>Hardware deinterlacing on the rPI, using MMAL</li>
<li>Video filter to convert between fps rates</li>
<li>Hardware accelerated deinterlacing/adjust/sharpen/chroma with VA-API</li>
<li>Hardware accelerated adjust/invert/posterize/sepia/sharpen with CoreImage</li>
<li>Hardware accelerated deinterlacing/adjust/chroma with D3D9 and D3D11</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<div class='audienceCallout'><?php echo _("Audio outputs and filters"); ?></div>
<div class='clearme'>
<div>
<ul>
<li>Complete rewrite of the AudioTrack Android output</li>
<li>New Tizen audio output</li>
<li>HDMI/SPDIF pass-through support for WASAPI (AC3/DTS/DTSHD/EAC3/TRUEHD)</li>
<li>Support EAC3 and TRUEHD pass-through for PulseAudio</li>
<li>Rework of the AudioUnit modules to share more code between iOS and macOS</li>
<li>SoX Resampler library audio filter module (converter and resampler)</li>
<li>Ambisonics audio renderer, supporting up to 3rd order</li>
<li>Binauralizer audio filter, working with Ambisonics or 5.1/7.1 streams</li>
<li>Pitch shifting module</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class='audienceCallout'><?php echo _("OS Versions"); ?></div>
<div class='clearme'>
<div>
<ul>
<li>Windows XP ➔ 10 RS3</li>
<li>macOS 10.7 ➔ 10.13</li>
<li>iOS 7 ➔ 11</li>
<li>Android 2.3 ➔ 8.1</li>
<li>Android TV, Chromebooks with Play Store</li>
<li>Windows RT 8.1, Windows Phone 8.1</li>
<li>Windows 10 Mobile, Xbox 1, Windows Store</li>
<li>GNU/Linux, Ubuntu, *BSD</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<div class='audienceCallout'><?php echo _("Android specific")?></div>
<div class='clearme'>
<div>
<ul>
<li>Chromecast support from your phone</li>
<li>HEVC hardware decoding using MediaCodec</li>
<li>Android Auto with voice actions</li>
<li>Available on all Android TV, Chromebooks & DeX</li>
<li>Support for Picture-in-Picture</li>
<li>Playlist files detection</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class='audienceCallout'>VLC SDK - libVLC</div>
<div class='clearme'>
<div>
<ul>
<li>New bindings for C++ and C++/CX</li>
<li>New input-from-memory to implement custom protocols or DRM
<li>Support for ChromeCast and Renderer targets
<li>Improve API for servers discovery
<li>New API for dialogs, notably for HTTPS warnings
<li>New API to manage slaves inputs, including subtitles over the network
<li>Improve codec, format descriptions and associated metadata
<li>Improve EPG events API
<li>Better support for Android applications, native and Java ones
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Downloads -->
<div class="container">
<a name="download" id="getit"></a>
<h1>Download VLC</h1>
<div style="width: 50%; float: left;">
<h2>Windows</h2>
<a id='downloadButton' href='<?php echo getDownloadLink("vlc", $win32version, "win32/vlc-$win32version-win32.exe"); ?>' >
<img style='position: absolute; top: -10px; left: -10px;' src='/images/downloadVLC.png' alt='Download VLC icon' />
<span class='downloadText'><?php echo _("VLC for Windows"); ?></span>
<span id='downloadDetails' style='font-size: 12px; color: white;'>
Version <span id='downloadVersion'><?php echo $win32version ?></span>
</a>
</div>
<div style="width: 45%; float: left;">
<h2>Android</h2>
<a href="https://play.google.com/store/apps/details?id=org.videolan.vlc"><img src="/images/get_it_on_play_logo_large.png" border="0" /></a>
</div>
<div class="clearme"></div>
<div style="width: 50%; float: left;">
<h2 style="margin-top: 30px;">macOS</h2>
<a id='downloadButton' href='<?php echo getDownloadLink("vlc", $macosxversion, "macosx/vlc-$macosxversion.dmg" ); ?>' >
<img style='position: absolute; top: -10px; left: -10px;' src='/images/downloadVLC.png' alt='Download VLC icon' />
<span class='downloadText'><?php echo _("VLC for macOS"); ?></span>
<span id='downloadDetails' style='font-size: 12px; color: white;'>
Version <span id='downloadVersion'><?php echo $macosxversion ?></span> - 64bits</span>
</a>
</div>
<div style="width: 45%; float: left;">
<h2 style="margin-top: 30px; margin-bottom: 30px;">iOS</h2>
<a href="http://itunes.apple.com/app/vlc-ios/id650377962"><img src="/images/appstoredownload-en.png" /></a>
</div>
<div class="clearme"></div>
<div style="width: 50%; float: left;">
<h2 style="margin-top: 30px; margin-bottom: 10px;">Windows Store and UWP</h2>
<a href="https://www.microsoft.com/en-US/store/p/vlc/9nblggh4vvnh"><img src="/images/badges/WS_green.png" /></a>
</div>
<div style="width: 45%; float: left;">
<h2 style="margin-top: 30px; margin-bottom: 10px;">Windows Phone</h2>
<a href="http://www.windowsphone.com/s?appid=44fa83f7-a98d-4647-b9d4-c35ed729d0c9"><img src="/images/badges/WPS_cyan.png" /></a>
</div>
<div class="clearme"></div>
<div style="width: 50%; float: left;">
<h2 style="margin-top: 20px;">Sources</h2>
<a href="/vlc/download-sources.html">Get the source!</a>
</div>
<div style="width: 45%; float: left;">
<h2>Linux</h2>
<p>Ask your favorite packager for VLC 3.0!</p>
</div>
<div class="clearme"></div>
<h1>Related links</h1>
<ul>
<li><a href="/developers/vlc-branch/NEWS">Changelog</a></li>
</ul>
<div class="clearme"></div>
<h1>Contact</h1>
<p>For any questions related to this release, please <a href="/contact.html">contact us</a>.</p>
</div>
</div>
</div>
<?php footer('$Id: index.php 7173 2012-02-11 00:58:09Z jb $'); ?>
......@@ -9,6 +9,7 @@
<h1>VLC Releases</h1>
<h2>VLC 3.0.X branch</h2>
<a href="/vlc/releases/3.0.7.html">VLC 3.0.7</a><br />
<a href="/vlc/releases/3.0.6.html">VLC 3.0.6</a><br />
<a href="/vlc/releases/3.0.5.html">VLC 3.0.5</a><br />
<a href="/vlc/releases/3.0.4.html">VLC 3.0.4</a><br />
......
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