[www-doc] [Git][VideoLAN.org/websites][master] 3.0 release: move feature blocks

Adrien Maglo gitlab at videolan.org
Fri Feb 9 15:22:39 CET 2018


Adrien Maglo pushed to branch master at VideoLAN organization / websites


Commits:
c97f9cd5 by Adrien Maglo at 2018-02-09T15:22:24+01:00
3.0 release: move feature blocks

- - - - -


1 changed file:

- www.videolan.org/vlc/releases/3.0.0.php


Changes:

=====================================
www.videolan.org/vlc/releases/3.0.0.php
=====================================
--- a/www.videolan.org/vlc/releases/3.0.0.php
+++ b/www.videolan.org/vlc/releases/3.0.0.php
@@ -247,7 +247,25 @@
                     </div>
                 </div>
             </div>
+
             <div style='float: left; width: 480px;'>
+                <div class='audienceCallout'><?php echo _("Acceleration"); ?></div>
+                <div class='clearme'>
+                    <div class='productDescription'>
+                        <ul>
+                            <li>Support HEVC hardware decoding on Windows, using DxVA2 and D3D11</li>
+                            <li>Support hardware decoding using Direct3D11 and DxVA2, including GPU-zerocopy mode</li>
+                            <li>Support HEVC hardware decoding using OMX and MediaCodec (Android)</li>
+                            <li>Support MPEG-2, VC1/WMV3 on Android using MediaCodec</li>
+                            <li>OMX GPU-zerocopy support for decoding and display on Android using OpenMax IL</li>
+                            <li>Important improvements for the MMAL decoder and output for rPI and rPI2</li>
+                            <li>New hardware accelerated decoder for OS X and and iOS based on Video Toolbox</li>
+                        </ul>
+                    </div>
+                </div>
+            </div>
+
+            <div class="clearme" style='float: left; width: 480px; margin-bottom: 20px;'>
                 <div class='audienceCallout'><?php echo _("Codecs"); ?></div>
                 <div class='clearme'>
                     <div class='productDescription'>
@@ -265,23 +283,6 @@
                     </div>
                 </div>
             </div>
-
-            <div class="clearme" style='float: left; width: 480px; margin-bottom: 20px;'>
-                <div class='audienceCallout'><?php echo _("Acceleration"); ?></div>
-                <div class='clearme'>
-                    <div class='productDescription'>
-                        <ul>
-                            <li>Support HEVC hardware decoding on Windows, using DxVA2 and D3D11</li>
-                            <li>Support hardware decoding using Direct3D11 and DxVA2, including GPU-zerocopy mode</li>
-                            <li>Support HEVC hardware decoding using OMX and MediaCodec (Android)</li>
-                            <li>Support MPEG-2, VC1/WMV3 on Android using MediaCodec</li>
-                            <li>OMX GPU-zerocopy support for decoding and display on Android using OpenMax IL</li>
-                            <li>Important improvements for the MMAL decoder and output for rPI and rPI2</li>
-                            <li>New hardware accelerated decoder for OS X and and iOS based on Video Toolbox</li>
-                        </ul>
-                    </div>
-                </div>
-            </div>
             <div style='float: left; width: 480px;'>
                 <div class='audienceCallout'><?php echo _("Containers"); ?></div>
                 <div class='clearme'>
@@ -318,22 +319,24 @@
             </div>
 
             <div style='float: left; width: 480px;'>
-                <div class='audienceCallout'><?php echo _("Platform integration")?></div>
+                <div class='audienceCallout'><?php echo _("Audio outputs and filters"); ?></div>
                 <div class='clearme'>
                     <div class='productDescription'>
                         <ul>
-                           <li>Port of the interface to Yosemite</li>
-                           <li>Support drag'n drop in the skins2 interface</li>
-                           <li>New TLS module on OS X and iOS, using the central store</li>
-                           <li>Signature of the Windows binaries</li>
-                           <li>Improvement of audio device detections on OS X and Windows</li>
-                           <li>Support of audio ducking in various audio outputs</li>
+                            <li>Complete rewrite of the AudioTrack Android output</li>
+                            <li>Add a 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>Important rework of the AudioUnit modules to share more code between iOS and macOS</li>
+                            <li>Add SoX Resampler library audio filter module (converter and resampler)</li>
+                            <li>Add an Ambisonics audio renderer, supporting up to 3rd order</li>
+                            <li>Add a Binauralizer audio filter, working with Ambisonics or 5.1/7.1 streams</li>
+                            <li>Add a pitch shifting module</li>
                         </ul>
                     </div>
                 </div>
             </div>
 
-
             <div class="clearme" style='float: left; width: 480px; margin-bottom: 20px;'>
                 <div class='audienceCallout'><?php echo _("OS Versions"); ?></div>
                 <div class='clearme'>
@@ -352,21 +355,17 @@
                 </div>
             </div>
 
-
             <div style='float: left; width: 480px;'>
-                <div class='audienceCallout'><?php echo _("Audio outputs and filters"); ?></div>
+                <div class='audienceCallout'><?php echo _("Platform integration")?></div>
                 <div class='clearme'>
                     <div class='productDescription'>
                         <ul>
-                            <li>Complete rewrite of the AudioTrack Android output</li>
-                            <li>Add a 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>Important rework of the AudioUnit modules to share more code between iOS and macOS</li>
-                            <li>Add SoX Resampler library audio filter module (converter and resampler)</li>
-                            <li>Add an Ambisonics audio renderer, supporting up to 3rd order</li>
-                            <li>Add a Binauralizer audio filter, working with Ambisonics or 5.1/7.1 streams</li>
-                            <li>Add a pitch shifting module</li>
+                           <li>Port of the interface to Yosemite</li>
+                           <li>Support drag'n drop in the skins2 interface</li>
+                           <li>New TLS module on OS X and iOS, using the central store</li>
+                           <li>Signature of the Windows binaries</li>
+                           <li>Improvement of audio device detections on OS X and Windows</li>
+                           <li>Support of audio ducking in various audio outputs</li>
                         </ul>
                     </div>
                 </div>



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/c97f9cd5a41cff46c19af5694ad74ee95781f996

---
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/c97f9cd5a41cff46c19af5694ad74ee95781f996
You're receiving this email because of your account on code.videolan.org.


More information about the www-doc mailing list