[www-doc] [Git][VideoLAN.org/websites][master] VLC 3.0.21 release docs
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Thu Jun 20 08:26:06 UTC 2024
Felix Paul Kühne pushed to branch master at VideoLAN organization / websites
Commits:
1977617a by Felix Paul Kühne at 2024-06-13T08:31:21+00:00
VLC 3.0.21 release docs
- - - - -
3 changed files:
- www.videolan.org/news.msg
- + www.videolan.org/vlc/releases/3.0.21.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#
+|10 June 2024|VLC 3.0.21|VideoLAN and the VLC team are publishing the 3.0.21 release of VLC today, which is the 22nd update to VLC's 3.0 branch: it updates codecs, adds Super Resolution and VQ Enhancement filtering with AMD GPUs, NVIDIA TrueHDR to generate a HDR representation from SDR sources with NVIDIA GPUs and improves playback of numerous formats including improved subtitles rendering notably on macOS with Asian languages. Additional details on <a href="/vlc/releases/3.0.21.html">the release page</a>. This release also fixes a security issue, which is detailed <a href="/security/sb-vlc3021.html">here</a>.
+
|16 Feb 2024|VLC for iOS, iPadOS and Apple TV 3.5.0|We are happy to announce a major update of VLC for iOS, iPadOS and tvOS adding playback history, A to B playback, Siri integration, support for external subtitles and audio tracks, a way to favorite folders on local network servers, improved CarPlay integration and many small improvements.
|2 November 2023|VLC 3.0.20|Today, VideoLAN is publishing the 3.0.20 release of VLC, which is a medium update to VLC's 3.0 branch: it updates codecs, fixes a FLAC quality issue and improves playback of numerous formats including improved subtitles rendering. It also fixes a freeze when using frame-by-frame actions. On macOS, audio layout problems are resolved. Finally, we update the user interface translations and add support for more. Additional details on <a href="/vlc/releases/3.0.20.html">the release page</a>. This release also fixes two security issues, which are detailed <a href="/security/sb-vlc3019.html">here</a> and <a href="/security/sb-vlc3020.html">there</a>.
=====================================
www.videolan.org/vlc/releases/3.0.21.php
=====================================
@@ -0,0 +1,560 @@
+<?php
+ $title = _("VLC 3.0.21 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.21";
+ $win32version = "3.0.21";
+?>
+ <div class="container">
+
+ <center><h1 class='bigtitle' style="padding-bottom: 3px;">VLC <b>3.0.21</b> <em>Vetinari</em></h1>
+ <div style="padding-top: 0px; padding-bottom: 10px; color: grey;">VLC 3.0.21 is the twenty-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.19/3.0.20 Fixes"); ?></h1>
+ <div class="row">
+ <div class="col-sm-6">
+ <ul>
+ <li style="padding-bottom: 8px;">VLC 3.0.21 is the twenty-second update of "Vetinari":</li>
+ <li>Improves playback of numerous formats including rendering of certain subtitles</li>
+ <li>Codec updates, notably dav1d, ffmpeg, libvpx</li>
+ <li>NVIDIA TrueHDR to generate a HDR representation from SDR sources</li>
+ <li>Super Resolution and VQ Enhancement filtering with AMD GPUs</li>
+ <li>Add support for HTTP content range handling according to RFC 9110</li>
+ </ul>
+ </div>
+ <div class="col-sm-6">
+ <ul>
+ <li>Many updates of third party libraries</li>
+ <li>Fix regression on macOS causing crashes when using audio devices with more than 9 channels</li>
+ <li>Update of most translations of the user interface</li>
+ <li>Fixed one security issue, which is detailed <a href="/security/sb-vlc3021.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 ➔ 11</li>
+ <li>macOS 10.7 ➔ 13</li>
+ <li>iOS 9 ➔ 16</li>
+ <li>Android 4.2 ➔ 13</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-universal.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.21.html">VLC 3.0.21</a><br />
<a href="/vlc/releases/3.0.20.html">VLC 3.0.19/3.0.20</a><br />
<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 />
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/1977617abad525dfefe5a5476140c4d46c67e061
--
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/1977617abad525dfefe5a5476140c4d46c67e061
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