[www-doc] [Git][VideoLAN.org/websites][3.0.18-release] 2 commits: 3.0.18: Add vlc3018 SB, explaining security issues fixed

David (@dfuhrmann) gitlab at videolan.org
Mon Nov 28 19:41:26 UTC 2022



David pushed to branch 3.0.18-release at VideoLAN organization / websites


Commits:
6b5d7c88 by David Fuhrmann at 2022-11-28T20:40:53+01:00
3.0.18: Add vlc3018 SB, explaining security issues fixed

- - - - -
7d13bb1c by David Fuhrmann at 2022-11-28T20:40:53+01:00
Release VLC 3.0.18

Add subpage for 3.0.18 VLC release. Also update news file to mention
the new release.

- - - - -


5 changed files:

- www.videolan.org/news.msg
- www.videolan.org/security/index.php
- + www.videolan.org/security/sb-vlc3018.php
- + www.videolan.org/vlc/releases/3.0.18.php
- www.videolan.org/vlc/releases/index.php


Changes:

=====================================
www.videolan.org/news.msg
=====================================
@@ -1,5 +1,7 @@
 # Comments begin with a #
 # New topics begin with mechanism#
+|29 November 2022|VLC 3.0.18|Today, VideoLAN is publishing the 3.0.18 release of VLC, which adds support for a few formats, improves adaptive streaming support, fixes some crashes and updates many third party libraries. More details on <a href="/vlc/releases/3.0.18.html">the release page</a>. This release also fixes multiple security issues, which are detailed <a href="/security/sb-vlc3018.html">here</a>.
+
 |24 October 2022|VideoLAN supports the UNHCR|VideoLAN is a de-facto pacifist organization and cares about cross-countries cooperations, and believes in the power of knowledge and sharing. War goes against those ideals. As a response Russia's invasion of Ukraine, we decided to financially support the United Nations High Commissioner for Refugees and their work on aiding and protecting forcibly displaced people and communities, in the places where they are necessary. See our <a href="/press/unhcr.html">press statement</a>.
 
 |20 July 2022|VLC for Android 3.5.0|VideoLAN is proud to release the new major version of VLC for Android. It comes with new widgets, network media indexation, a better tablet and foldable support, design improvements in the audio screen, improved accessibility and performance improvements.


=====================================
www.videolan.org/security/index.php
=====================================
@@ -19,6 +19,13 @@
     <div class="col-md-6">
         <h2>VLC releases Security Bulletins <em>(SB)</em></h2>
            <p>Those bulletins are related to each VLC release and can be made of multiple security issues, internal and external.</p>
+           <h3>2022</h3>
+           <dl>
+           <dt>VideoLAN-SB-VLC-318</dt>
+           <dd>Multiple vulnerabilities fixed in VLC media player 3.0.18
+            <a href="sb-vlc3018.html">Details</a>
+           </dd>
+           </dl>
            <h3>2021</h3>
            <dl>
            <dt>VideoLAN-SB-VLC-313</dt>


=====================================
www.videolan.org/security/sb-vlc3018.php
=====================================
@@ -0,0 +1,64 @@
+<?php
+   $title = "VideoLAN Security Bulletin VLC 3.0.18";
+   $lang = "en";
+   $menu = array( "vlc" );
+   $body_color = "red";
+   require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
+?>
+
+
+<div id="fullwidth">
+
+<h1>Security Bulletin VLC 3.0.18</h1>
+<pre>
+Summary           : Multiple vulnerabilities fixed in VLC media player
+Date              : November 2022
+Affected versions : VLC media player 3.0.17 and earlier
+ID                : VideoLAN-SB-VLC-3018
+</pre>
+
+<h2>Details</h2>
+<ul>
+<li>A denial of service could be triggered with a wrong mp4 file (div by 0) (#27202)</li>
+<li>Fix crashes with multiple files due to double free (#26930)</li>
+<li>A denial of service could be triggered with wrong oog file (null pointer dereference) (#27294)</li>
+<li>Potential buffer overflow in the vnc module could trigger remote code execution if a malicious vnc URL is deliberately played (#27335, CVE-2022-41325)</li>
+</ul>
+
+<h2>Impact</h2>
+<p>If successful, a malicious third party could trigger either a crash of VLC or an arbitratry code execution with the privileges of the target user.</p>
+<p>While these issues in themselves are most likely to just crash the player, we can't exclude that they could be combined to leak user informations or
+remotely execute code. ASLR and DEP help reduce the likelyness of code execution, but may be bypassed.</p>
+<p>We have not seen exploits performing code execution through these vulnerability</p>
+<br />
+
+<h2>Threat mitigation</h2>
+<p>Exploitation of those issues requires the user to explicitly open a specially crafted file or stream.</p>
+
+<h2>Workarounds</h2>
+<p>The user should refrain from opening files from untrusted third parties
+or accessing untrusted remote sites (or disable the VLC browser plugins),
+until the patch is applied.
+</p>
+
+<h2>Solution</h2>
+<p>VLC media player <b>3.0.18</b> addresses the issue.
+</p>
+
+<h2>Credits</h2>
+<p>The vnc module vulnerability was reported and fixed by 0xMitsurugi from Synacktiv (#27335, CVE-2022-41325)</p>
+
+
+<h2>References</h2>
+<dl>
+<dt>The VideoLAN project</dt>
+<dd><a href="//www.videolan.org/">http://www.videolan.org/</a>
+</dd>
+<dt>VLC official GIT repository</dt>
+<dd><a href="http://git.videolan.org/?p=vlc/vlc-3.0.git">http://git.videolan.org/?p=vlc.git</a>
+</dd>
+</dl>
+
+</div>
+
+<?php footer('$Id$'); ?>


=====================================
www.videolan.org/vlc/releases/3.0.18.php
=====================================
@@ -0,0 +1,561 @@
+<?php
+   $title = _("VLC 3.0.18 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.18";
+   $win32version = "3.0.18";
+?>
+    <div class="container">
+
+            <center><h1 class='bigtitle' style="padding-bottom: 3px;">VLC <b>3.0.18</b> <em>Vetinari</em></h1>
+            <div style="padding-top: 0px; padding-bottom: 10px; color: grey;">VLC 3.0.18 is the nineteenth 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.18 Fixes"); ?></h1>
+                <div class="row">
+                    <div class="col-sm-6">
+                        <ul>
+                            <li style="padding-bottom: 8px;">VLC 3.0.18 is the nineteenth update of "Vetinari":</li>
+                            <li>Major adaptive streaming updates</li>
+                            <li>Codec updates</li>
+                            <li>Fix seeking for some formats (e.g. oog)</li>
+                            <li>Fix playback of numerous files on some older GPU graphics cards</li>
+                            <li>Avoid a playlist live loop in case of only very tiny or failed items</li>
+                        </ul>
+                    </div>
+                    <div class="col-sm-6">
+                        <ul>
+                            <li>Many updates of third party libraries</li>
+                            <li>Numerous crash fixes</li>
+                            <li>Fix some SMB protocol behaviours</li>
+                            <li>Fixed multiple security issues, which are detailed <a href="/security/sb-vlc3018.html">here</a></li>
+                            <div class="feat-margin-left extra-info-link2 padding-top pull-right">Read the <a href="https://code.videolan.org/videolan/vlc/-/raw/3.0.x/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="https://code.videolan.org/videolan/vlc/-/raw/master/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>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="https://code.videolan.org/videolan/vlc/-/raw/master/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 $'); ?>


=====================================
www.videolan.org/vlc/releases/index.php
=====================================
@@ -9,6 +9,7 @@
 <h1>VLC Releases</h1>
 
 <h2>VLC 3.0.x branch</h2>
+<a href="/vlc/releases/3.0.18.html">VLC 3.0.18</a><br />
 <a href="/vlc/releases/3.0.17.html">VLC 3.0.17</a><br />
 <a href="/vlc/releases/3.0.16.html">VLC 3.0.16</a><br />
 <a href="/vlc/releases/3.0.13.html">VLC 3.0.13</a><br />



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/5d8add8cad83037e43ed5ae7e083a51c9af7e612...7d13bb1cc8362742b65c6d4df0c12a69b59b48ca

-- 
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/5d8add8cad83037e43ed5ae7e083a51c9af7e612...7d13bb1cc8362742b65c6d4df0c12a69b59b48ca
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the www-doc mailing list