From gitlab at videolan.org Sun Sep 13 10:44:51 2020
From: gitlab at videolan.org (Jean-Baptiste Kempf)
Date: Sun, 13 Sep 2020 10:44:51 +0200
Subject: [www-doc] [Git][VideoLAN.org/websites][master] libvlc: add more
info and links about bindings
Message-ID: <5f5ddc03bc89b_593c3fc7e4f367e0319123@gitlab.mail>
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
4d63d0f5 by Martin Finkel at 2020-09-10T14:40:42+02:00
libvlc: add more info and links about bindings
- - - - -
1 changed file:
- www.videolan.org/vlc/libvlc.php
Changes:
=====================================
www.videolan.org/vlc/libvlc.php
=====================================
@@ -11,9 +11,49 @@
libVLC is the core engine and the interface to the multimedia framework
on which VLC media player is based.
-
It allows developers to create a wide range of multimedia applications
+
libVLC is modularized into hundreds of plugins, which may be loaded at runtime.
+ This architecture provides great flexibility to developers (both VLC devs and devs consuming the library).
+ It allows developers to create a wide range of multimedia applications
using the VLCfeatures.
+
+
Play every media file formats, every codec and every streaming protocols.
+
Run on every platform, from desktop (Windows, Linux, Mac) to mobile (Android, iOS) and TVs.
+
Hardware and efficient decoding on every platform, up to 8K.
+
Network browsing for distant filesystems (SMB, FTP, SFTP, NFS...) and servers (UPnP, DLNA).
+
Playback of Audio CD, DVD and Bluray with menu navigation.
+
Support for HDR, including tonemapping for SDR streams.
+
Audio passthrough with SPDIF and HDMI, including for Audio HD codecs, like DD+, TrueHD or DTS-HD.
+
Support for video and audio filters.
+
Support for 360 video and 3D audio playback, including Ambisonics.
+
Able to cast and stream to distant renderers, like Chromecast and UPnP renderers.
+
+
libVLC is a C library which can be embedded in your own applications. It works with most popular OS platforms, on both mobile and desktop.
+ It is under the LGPL2.1 license.
+
+
libVLC versioning is inherently tied to the VLC app versioning. The current stable major version of libVLC is version 3,
+ and the preview/development version is version 4.
+
+
A variety of programming language bindings for libVLC is available to use the library seamlessly in your chosen ecosystem.
Sample projects using LibVLC made by the community are a great way to get started!
+
+
You can just clone and run the sample and start from there. It is also a good way to learn how to implement and use specific LibVLC features in your applications. Test projects are also good for this.
+
+
+
+ Video player with Mosaic views on Android
+
+
+
+
+ 360° video and viewpoint navigation
+
+
+
+
+
+ It can play any video and audio files, network streams and DVD ISOs, like the classic version of VLC.
+ VLC features a full music player, a media database, equalizer and filters, and numerous other features."); ?>
+
+
+
+ It can play any video and audio files, network streams and DVD ISOs, like the classic version of VLC.
+ VLC features a full music player, a media database, equalizer and filters, and numerous other features."); ?>
+
=====================================
www.videolan.org/vlc/screenshots/android/library-audio-portrait.jpg
=====================================
Binary files a/www.videolan.org/vlc/screenshots/android/library-audio-portrait.jpg and b/www.videolan.org/vlc/screenshots/android/library-audio-portrait.jpg differ
=====================================
www.videolan.org/vlc/screenshots/android/library-music-album-portrait.jpg
=====================================
Binary files a/www.videolan.org/vlc/screenshots/android/library-music-album-portrait.jpg and b/www.videolan.org/vlc/screenshots/android/library-music-album-portrait.jpg differ
=====================================
www.videolan.org/vlc/screenshots/android/library-video-landscape-medium.jpg
=====================================
Binary files a/www.videolan.org/vlc/screenshots/android/library-video-landscape-medium.jpg and b/www.videolan.org/vlc/screenshots/android/library-video-landscape-medium.jpg differ
=====================================
www.videolan.org/vlc/screenshots/android/library-video-landscape-tablet-medium.jpg
=====================================
Binary files a/www.videolan.org/vlc/screenshots/android/library-video-landscape-tablet-medium.jpg and b/www.videolan.org/vlc/screenshots/android/library-video-landscape-tablet-medium.jpg differ
=====================================
www.videolan.org/vlc/screenshots/android/library-video-landscape-tablet.jpg
=====================================
Binary files a/www.videolan.org/vlc/screenshots/android/library-video-landscape-tablet.jpg and b/www.videolan.org/vlc/screenshots/android/library-video-landscape-tablet.jpg differ
=====================================
www.videolan.org/vlc/screenshots/android/library-video-landscape.jpg
=====================================
Binary files a/www.videolan.org/vlc/screenshots/android/library-video-landscape.jpg and b/www.videolan.org/vlc/screenshots/android/library-video-landscape.jpg differ
=====================================
www.videolan.org/vlc/screenshots/android/library-video-portrait.jpg
=====================================
Binary files a/www.videolan.org/vlc/screenshots/android/library-video-portrait.jpg and b/www.videolan.org/vlc/screenshots/android/library-video-portrait.jpg differ
=====================================
www.videolan.org/vlc/screenshots/android/playback-medium.jpg
=====================================
Binary files a/www.videolan.org/vlc/screenshots/android/playback-medium.jpg and b/www.videolan.org/vlc/screenshots/android/playback-medium.jpg differ
=====================================
www.videolan.org/vlc/screenshots/android/playback-tablet-medium.jpg
=====================================
Binary files a/www.videolan.org/vlc/screenshots/android/playback-tablet-medium.jpg and b/www.videolan.org/vlc/screenshots/android/playback-tablet-medium.jpg differ
=====================================
www.videolan.org/vlc/screenshots/android/playback-tablet.jpg
=====================================
Binary files a/www.videolan.org/vlc/screenshots/android/playback-tablet.jpg and b/www.videolan.org/vlc/screenshots/android/playback-tablet.jpg differ
=====================================
www.videolan.org/vlc/screenshots/android/playback.jpg
=====================================
Binary files a/www.videolan.org/vlc/screenshots/android/playback.jpg and b/www.videolan.org/vlc/screenshots/android/playback.jpg differ
=====================================
www.videolan.org/vlc/screenshots/chromeos/library-medium.jpg
=====================================
Binary files a/www.videolan.org/vlc/screenshots/chromeos/library-medium.jpg and b/www.videolan.org/vlc/screenshots/chromeos/library-medium.jpg differ
=====================================
www.videolan.org/vlc/screenshots/chromeos/playback-medium.jpg
=====================================
Binary files a/www.videolan.org/vlc/screenshots/chromeos/playback-medium.jpg and b/www.videolan.org/vlc/screenshots/chromeos/playback-medium.jpg differ
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/77a04e240332d5adafe3de618f972a6e7e5effa7...0c20067978565b2055e462717099059d4e3d2234
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/77a04e240332d5adafe3de618f972a6e7e5effa7...0c20067978565b2055e462717099059d4e3d2234
You're receiving this email because of your account on code.videolan.org.
From gitlab at videolan.org Wed Sep 23 18:39:03 2020
From: gitlab at videolan.org (Jean-Baptiste Kempf)
Date: Wed, 23 Sep 2020 18:39:03 +0200
Subject: [www-doc] [Git][VideoLAN.org/websites][master] New Android 3.3
version
Message-ID: <5f6b7a27a0d11_593c3fc7da57229013100fb@gitlab.mail>
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
ad189b52 by Nicolas Pomepuy at 2020-09-23T18:34:42+02:00
New Android 3.3 version
- - - - -
2 changed files:
- www.videolan.org/include/os-specific.php
- www.videolan.org/news.msg
Changes:
=====================================
www.videolan.org/include/os-specific.php
=====================================
@@ -5,7 +5,7 @@ $oldmacosxversion = '2.0.10';
$version = '3.0.11';
$iosversion = '3.2.11';
$tvosversion = '3.0.10';
-$androidversion = '3.2.11';
+$androidversion = '3.3.0';
$winrtversion = '3.1.2';
$dlBase = "//get.videolan.org/vlc";
=====================================
www.videolan.org/news.msg
=====================================
@@ -1,5 +1,7 @@
# Comments begin with a #
# New topics begin with mechanism#
+|23 September 2020| VLC for Android 3.3|VideoLAN is proud to release the new major version of VLC for Android. A complete design rework has been done. The navigation is now at the bottom for a better experience. The Video player has also been completely revamped for a more modern look. The video grouping has been improved and lets you create custom groups. You can also easily share your media with your friends. The settings have been simplified and a lot of bugs have been fixed.
+
|29 July 2020|VLC 3.0.11.1|Today, VideoLAN is publishing the VLC 3.0.11.1 release for macOS, which notably solves an audio rendering regression introduced in the last update specific to that platform. Additionally, it improves playback of HLS streams, WebVTT subtitles and UPnP discovery.
|16 June 2020|VLC 3.0.11|VideoLAN is now publishing the VLC 3.0.11 release, which improves HLS playback and seeking certain m4a files as well as AAC playback. Additionally, this solves an audio rendering regression on macOS when pausing playback and adds further bug fixes. Additionally, a security issue was resolved. More information available on the release page.
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/ad189b5221287ffe57bfbe6ff6d96fae0a49e1dc
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/ad189b5221287ffe57bfbe6ff6d96fae0a49e1dc
You're receiving this email because of your account on code.videolan.org.
From gitlab at videolan.org Thu Sep 24 10:25:55 2020
From: gitlab at videolan.org (Jean-Baptiste Kempf)
Date: Thu, 24 Sep 2020 10:25:55 +0200
Subject: [www-doc] [Git][VideoLAN.org/websites][master] Fix Raleway font
variants
Message-ID: <5f6c58136930b_593c3fc7e4394428132839c@gitlab.mail>
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
f871a874 by Nicolas Pomepuy at 2020-09-24T10:24:23+02:00
Fix Raleway font variants
- - - - -
6 changed files:
- + www.videolan.org/style/fonts/Raleway/Raleway-Light.eot
- + www.videolan.org/style/fonts/Raleway/Raleway-Light.svg
- + www.videolan.org/style/fonts/Raleway/Raleway-Light.ttf
- + www.videolan.org/style/fonts/Raleway/Raleway-Light.woff
- + www.videolan.org/style/fonts/Raleway/Raleway-Light.woff2
- www.videolan.org/style/style.scss
Changes:
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.eot
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Light.eot differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.svg
=====================================
The diff for this file was not included because it is too large.
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.ttf
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Light.ttf differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.woff
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Light.woff differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.woff2
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Light.woff2 differ
=====================================
www.videolan.org/style/style.scss
=====================================
@@ -59,7 +59,19 @@ ul, li
$font-path-raleway: "/style/fonts/Raleway";
@font-face {
- font-family: "Raleway";
+ font-family: "RalewayLight";
+ font-style: normal;
+ font-weight: 100;
+ src: url('#{$font-path-raleway}/Raleway-Light.eot'),
+ url('#{$font-path-raleway}/Raleway-Light.eot?#iefix') format('embedded-opentype'),
+ url('#{$font-path-raleway}/Raleway-Light.woff2') format('woff2'),
+ url('#{$font-path-raleway}/Raleway-Light.woff') format('woff'),
+ url('#{$font-path-raleway}/Raleway-Light.ttf') format('truetype'),
+ url('#{$font-path-raleway}/Raleway-Light.svg#Raleway-Thin') format('svg');
+}
+
+ at font-face {
+ font-family: "RalewayThin";
font-style: normal;
font-weight: 100;
src: url('#{$font-path-raleway}/Raleway-Thin.eot'),
@@ -106,7 +118,7 @@ h1
h1.bigtitle
{
- font-family: "Raleway";
+ font-family: "RalewayThin";
font-size: 55px;
margin-left: -5px;
margin-bottom: 12px;
@@ -850,7 +862,7 @@ img, .normalButton {
.new-design .downloadText {
font-size: 26px;
padding-bottom: 0;
- font-family: "Raleway";
+ font-family: "RalewayLight";
}
.new-design .projectDescription {
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/f871a874aa18a4d37011758f370ab6896dd2a16b
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/f871a874aa18a4d37011758f370ab6896dd2a16b
You're receiving this email because of your account on code.videolan.org.
From gitlab at videolan.org Thu Sep 24 15:32:50 2020
From: gitlab at videolan.org (Jean-Baptiste Kempf)
Date: Thu, 24 Sep 2020 15:32:50 +0200
Subject: [www-doc] [Git][VideoLAN.org/websites][master] Proper font face
declaration and right variant files
Message-ID: <5f6ca002ba956_593c3fc7da57229013381fd@gitlab.mail>
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
e865e6b9 by Nicolas Pomepuy at 2020-09-24T14:34:09+02:00
Proper font face declaration and right variant files
- - - - -
10 changed files:
- − www.videolan.org/style/fonts/Raleway/Raleway-Light.eot
- − www.videolan.org/style/fonts/Raleway/Raleway-Light.ttf
- − www.videolan.org/style/fonts/Raleway/Raleway-Light.woff
- − www.videolan.org/style/fonts/Raleway/Raleway-Light.woff2
- + www.videolan.org/style/fonts/Raleway/Raleway-Regular.eot
- www.videolan.org/style/fonts/Raleway/Raleway-Light.svg → www.videolan.org/style/fonts/Raleway/Raleway-Regular.svg
- + www.videolan.org/style/fonts/Raleway/Raleway-Regular.ttf
- + www.videolan.org/style/fonts/Raleway/Raleway-Regular.woff
- + www.videolan.org/style/fonts/Raleway/Raleway-Regular.woff2
- www.videolan.org/style/style.scss
Changes:
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.eot deleted
=====================================
Binary files a/www.videolan.org/style/fonts/Raleway/Raleway-Light.eot and /dev/null differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.ttf deleted
=====================================
Binary files a/www.videolan.org/style/fonts/Raleway/Raleway-Light.ttf and /dev/null differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.woff deleted
=====================================
Binary files a/www.videolan.org/style/fonts/Raleway/Raleway-Light.woff and /dev/null differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.woff2 deleted
=====================================
Binary files a/www.videolan.org/style/fonts/Raleway/Raleway-Light.woff2 and /dev/null differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Regular.eot
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Regular.eot differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.svg → www.videolan.org/style/fonts/Raleway/Raleway-Regular.svg
=====================================
The diff for this file was not included because it is too large.
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Regular.ttf
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Regular.ttf differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Regular.woff
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Regular.woff differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Regular.woff2
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Regular.woff2 differ
=====================================
www.videolan.org/style/style.scss
=====================================
@@ -59,21 +59,19 @@ ul, li
$font-path-raleway: "/style/fonts/Raleway";
@font-face {
- font-family: "RalewayLight";
+ font-family: "Raleway";
font-style: normal;
- font-weight: 100;
- src: url('#{$font-path-raleway}/Raleway-Light.eot'),
- url('#{$font-path-raleway}/Raleway-Light.eot?#iefix') format('embedded-opentype'),
- url('#{$font-path-raleway}/Raleway-Light.woff2') format('woff2'),
- url('#{$font-path-raleway}/Raleway-Light.woff') format('woff'),
- url('#{$font-path-raleway}/Raleway-Light.ttf') format('truetype'),
- url('#{$font-path-raleway}/Raleway-Light.svg#Raleway-Thin') format('svg');
+ src: url('#{$font-path-raleway}/Raleway-Regular.eot'),
+ url('#{$font-path-raleway}/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
+ url('#{$font-path-raleway}/Raleway-Regular.woff2') format('woff2'),
+ url('#{$font-path-raleway}/Raleway-Regular.woff') format('woff'),
+ url('#{$font-path-raleway}/Raleway-Regular.ttf') format('truetype'),
+ url('#{$font-path-raleway}/Raleway-Regular.svg#Raleway-Thin') format('svg');
}
@font-face {
font-family: "RalewayThin";
font-style: normal;
- font-weight: 100;
src: url('#{$font-path-raleway}/Raleway-Thin.eot'),
url('#{$font-path-raleway}/Raleway-Thin.eot?#iefix') format('embedded-opentype'),
url('#{$font-path-raleway}/Raleway-Thin.woff2') format('woff2'),
@@ -119,6 +117,7 @@ h1
h1.bigtitle
{
font-family: "RalewayThin";
+ font-weight: 100;
font-size: 55px;
margin-left: -5px;
margin-bottom: 12px;
@@ -862,7 +861,7 @@ img, .normalButton {
.new-design .downloadText {
font-size: 26px;
padding-bottom: 0;
- font-family: "RalewayLight";
+ font-family: "Raleway";
}
.new-design .projectDescription {
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/e865e6b987891f497c5e8c7f352736f411bec3e7
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/e865e6b987891f497c5e8c7f352736f411bec3e7
You're receiving this email because of your account on code.videolan.org.