From gitlab at videolan.org Tue Feb 5 16:29:24 2019 From: gitlab at videolan.org (Jean-Baptiste Kempf) Date: Tue, 05 Feb 2019 16:29:24 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Release libdvdread 6.0.1 Message-ID: <5c59abd4bf632_1b4f3fc43d5114049665e@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: 03de178e by Jean-Baptiste Kempf at 2019-02-05T15:29:09Z Release libdvdread 6.0.1 - - - - - 2 changed files: - www.videolan.org/developers/libdvdnav.php - www.videolan.org/news.msg Changes: ===================================== www.videolan.org/developers/libdvdnav.php ===================================== @@ -1,12 +1,12 @@
-

libdvdnav

+

libdvdnav & libdvdread

libdvdnav is a library for developers of multimedia applications. @@ -30,7 +30,7 @@

You can also access the code online.

Get libdvdread

-

The latest version of libdvdread is 6.0.0.

+

The latest version of libdvdread is 6.0.1.

libdvdread is available through Git or by browsing the releases.

===================================== www.videolan.org/news.msg ===================================== @@ -1,5 +1,7 @@ # Comments begin with a # # New topics begin with mechanism# +|05 February 2019|libdvdread 6.0.1|VideoLAN is releasing a new minor version of libdvdread, numbered 6.0.1, fixing minor DVD issues. See libdvdread page for more info. + |12 January 2019|VLC reaches 3 billion downloads|VideoLAN is very happy to announce that VLC crossed the 3 billion downloads on our website: VLC statistics. Please note that this number is under-estimating the number of downloads of VLC. |10 January 2019|VLC 3.0.6|VideoLAN is now publishing the VLC 3.0.6 release, which fixes an important regression that appeared on 3.0.5 for DVD subtitles. It also adds support for HDR in AV1. View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/03de178e14f4d914c15f1756cc033bec54769a51 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/03de178e14f4d914c15f1756cc033bec54769a51 You're receiving this email because of your account on code.videolan.org. From gitlab at videolan.org Sun Feb 10 19:53:32 2019 From: gitlab at videolan.org (Jean-Baptiste Kempf) Date: Sun, 10 Feb 2019 19:53:32 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Update Google Play badge Message-ID: <5c60732c84d5b_1b4f3fc43d510be4387585@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: a9b7dc32 by Jean-Baptiste Kempf at 2019-02-10T18:53:20Z Update Google Play badge - - - - - 1 changed file: - www.videolan.org/images/get_it_on_play_logo_large.png Changes: ===================================== www.videolan.org/images/get_it_on_play_logo_large.png ===================================== Binary files a/www.videolan.org/images/get_it_on_play_logo_large.png and b/www.videolan.org/images/get_it_on_play_logo_large.png differ View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/a9b7dc329edcc537c57da301b8d18e46317b9f25 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/a9b7dc329edcc537c57da301b8d18e46317b9f25 You're receiving this email because of your account on code.videolan.org. From gitlab at videolan.org Mon Feb 11 13:29:34 2019 From: gitlab at videolan.org (Jean-Baptiste Kempf) Date: Mon, 11 Feb 2019 13:29:34 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Fedora instructions update Message-ID: <5c616aae10604_1b4f3fc43d50dea84022ee@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: 629b581e by François Cartegnie at 2019-02-11T12:29:33Z Fedora instructions update - - - - - 1 changed file: - www.videolan.org/vlc/download-fedora.php Changes: ===================================== www.videolan.org/vlc/download-fedora.php ===================================== @@ -55,8 +55,9 @@ Install $> su - #> dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm + #> dnf install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm #> dnf install vlc - #> dnf install python-vlc npapi-vlc (optionals) + #> dnf install python-vlc (optional)
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/629b581e2eea76d2d5684b0a1228c34c5a6da051 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/629b581e2eea76d2d5684b0a1228c34c5a6da051 You're receiving this email because of your account on code.videolan.org. From gitlab at videolan.org Tue Feb 12 14:44:20 2019 From: gitlab at videolan.org (Jean-Baptiste Kempf) Date: Tue, 12 Feb 2019 14:44:20 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Release libbluray 1.1.0 Message-ID: <5c62cdb44f761_1b4f3fc43b8da290453422@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: 8f2bc596 by Jean-Baptiste Kempf at 2019-02-12T13:44:03Z Release libbluray 1.1.0 - - - - - 2 changed files: - www.videolan.org/developers/libbluray.php - www.videolan.org/news.msg Changes: ===================================== www.videolan.org/developers/libbluray.php ===================================== @@ -4,7 +4,7 @@ $new_design = true; require($_SERVER["DOCUMENT_ROOT"]."/include/header.php"); - $libbluray_version = "1.0.2"; + $libbluray_version = "1.1.0"; ?>
===================================== www.videolan.org/news.msg ===================================== @@ -1,5 +1,7 @@ # Comments begin with a # # New topics begin with mechanism# +|12 February 2019|libbluray 1.1.0|VideoLAN is releasing a new major version of libbluray: 1.1.0. It adds support for UHD menus (experimental), for more recents of Java, and improves vastly BD-J menus. This release fixes numerous small issues reported. + |05 February 2019|libdvdread 6.0.1|VideoLAN is releasing a new minor version of libdvdread, numbered 6.0.1, fixing minor DVD issues. See libdvdread page for more info. |12 January 2019|VLC reaches 3 billion downloads|VideoLAN is very happy to announce that VLC crossed the 3 billion downloads on our website: VLC statistics. Please note that this number is under-estimating the number of downloads of VLC. View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/8f2bc596b3a2f3a43871d321bbcd1cdc33e2c424 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/8f2bc596b3a2f3a43871d321bbcd1cdc33e2c424 You're receiving this email because of your account on code.videolan.org. From gitlab at videolan.org Fri Feb 15 13:31:16 2019 From: gitlab at videolan.org (Jean-Baptiste Kempf) Date: Fri, 15 Feb 2019 13:31:16 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Update numbers from various stores Message-ID: <5c66b114bc473_1b4f3fc43b23b20463329c@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: b521e43a by Jean-Baptiste Kempf at 2019-02-15T12:30:41Z Update numbers from various stores - - - - - 1 changed file: - www.videolan.org/vlc/stats/downloads.php Changes: ===================================== www.videolan.org/vlc/stats/downloads.php ===================================== @@ -449,7 +449,7 @@ // if (array_key_exists($key, $table_mirrorbits)) { - $ftp_multiplier = 1.021; // Estimation of downloads on our ftp/http directly, based on the stats of the last months (early 2019) + $ftp_multiplier = 1.029; // Estimation of downloads on our ftp/http directly, based on the stats of the last months (early 2019) $platforms = array("Windows", "Macintosh", "Source"); foreach($platforms as $platform) { @@ -494,8 +494,8 @@ } // Android Installs by users (actual downloads are higher) - $android_old = 77956940; - $android_new = 164133559; + $android_old = 77962751; + $android_new = 168269585; echo "   Android Beta @@ -518,7 +518,7 @@ f($ios_new); echo ""; - $snaptotal = 361468; + $snaptotal = 405122; $srctotal += $snaptotal; $maxtotal = $wintotal + $mactotal + $srctotal + $android_old + $android_new + $ios_new; View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/b521e43a7779e039e449195496c47714f61d7f7e -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/b521e43a7779e039e449195496c47714f61d7f7e You're receiving this email because of your account on code.videolan.org. From gitlab at videolan.org Sat Feb 16 12:45:56 2019 From: gitlab at videolan.org (David) Date: Sat, 16 Feb 2019 12:45:56 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] 2 commits: nightlies: macOS: correct minimum macOS version for 4.0 Message-ID: <5c67f7f4d41d6_1b4f3fc43d510d9c66244b@gitlab.mail> David pushed to branch master at VideoLAN organization / websites Commits: d79f63d5 by David Fuhrmann at 2019-02-16T11:44:16Z nightlies: macOS: correct minimum macOS version for 4.0 - - - - - c9fc8d7f by David Fuhrmann at 2019-02-16T11:45:13Z nightlies: macOS: Do not mention NPAPI anymore No builds are there anymore since over a year. - - - - - 1 changed file: - nightlies.videolan.org/build/macosx-intel/HEADER.html Changes: ===================================== nightlies.videolan.org/build/macosx-intel/HEADER.html ===================================== @@ -6,15 +6,14 @@

Remember to test the latest nightly build before reporting a bug (in one of the older nightly builds). Have fun!

Please report nightly builds breakage (meaning that there is no new build) on #videolan on irc.freenode.net.

-

Note: VLC's nightly builds require at least macOS 10.7 for VLC 3.0.x (stable version) or macOS 10.10 for VLC 4.0.0 (development version)

+

Note: VLC's nightly builds require at least macOS 10.7 for VLC 3.0.x (stable version) or macOS 10.11 for VLC 4.0.0 (development version)

It will not launch on older releases. We recommend you to keep your Mac OS X installation up-to-date and to install Apple's updates. This will also improve your VLC usage experience.

Note that nightly builds for macOS are not signed with our GateKeeper certificate. Therefore, you need to right-click on the application to select Open to launch them for the first time after download.

What's the stable branch?

That's currently VLC's 3.0 series. We no longer provide nightly builds for older versions.

    -
  • vlc-version-x86_64 is the latest VLC snapshot compiled in 64 bit mode.
  • +
  • vlc-version is the latest VLC snapshot compiled in 64 bit mode.
  • VLCKit is the latest VLC snapshot of the Objective-C framework (libvlc binding) to include VLC's functionality in your own applications.
  • -
  • VLC-webplugin is a plugin for web browsers that support NPAPI-style plugins.

Looking for nightly builds for other OSes or official releases?

View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/compare/b521e43a7779e039e449195496c47714f61d7f7e...c9fc8d7fbdf5d6e8ee015d29cedc4c6dda3c18c4 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/compare/b521e43a7779e039e449195496c47714f61d7f7e...c9fc8d7fbdf5d6e8ee015d29cedc4c6dda3c18c4 You're receiving this email because of your account on code.videolan.org. From gitlab at videolan.org Mon Feb 18 17:20:45 2019 From: gitlab at videolan.org (Jean-Baptiste Kempf) Date: Mon, 18 Feb 2019 17:20:45 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] 3.0.6 release notes Message-ID: <5c6adb5d3de4b_1b4f3fc431a98b04713753@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: 8f4e3711 by Jean-Baptiste Kempf at 2019-02-18T16:20:41Z 3.0.6 release notes - - - - - 2 changed files: - + www.videolan.org/vlc/releases/3.0.6.php - www.videolan.org/vlc/releases/index.php Changes: ===================================== www.videolan.org/vlc/releases/3.0.6.php ===================================== @@ -0,0 +1,555 @@ + +
+ +

VLC 3.0.6 Vetinari

+
VLC 3.0.6 is the second version of the "Vetinari" branch of our popular media player.
+
+ + + + +
+
+
+ + + + + + +
+
+
+

Hardware accelerated decoding for HD and UHD

+ + + + + +
+ +
+ + Download VLC icon + + + Version 3.0 + + + +
+
+
+ +
+
+

+
+
+
    +
  • VLC 3.0.6 is the sixth update of "Vetinari":
  • +
  • Fix important crash from 3.0.5 +
  • Improvements for HDR support in AV1 +
+
+
+ +
+
+
+ +
+

+
+
+
    +
  • VLC 3.0 "Vetinari" is a new major update of VLC
  • +
  • VLC 3.0 activates hardware decoding by default, to get 4K and 8K playback!
  • +
  • It supports 10bits and HDR
  • +
  • VLC supports 360 video and 3D audio, up to Ambisonics 3rd order
  • +
+
+
+
    +
  • Allows audio passthrough for HD audio codecs
  • +
  • Can stream to Chromecast devices, even in formats not supported natively
  • +
  • Can play Blu-Ray Java menus: BD-J
  • +
  • VLC supports browsing of local network drives and NAS
  • +
    Read the Changelog.
    +
+
+
+
+
+ +
+ +
+
+
+
+
+

3.0

+
+
+ +
+
+
+
+
+
    +
  • Network browsing for distant filesystems (SMB, FTP, SFTP, NFS...) +
  • HDMI passthrough for Audio HD codecs, like E-AC3, TrueHD or DTS-HD +
  • 12bits codec and extended colorspaces (HDR) +
  • Stream to distant renderers, like Chromecast +
  • 360 video and 3D audio playback with viewpoint change +
  • Support for Ambisonics audio and more than 8 audio channels +
  • Subtitles size modification during playback +
  • Secure passwords storage +
+
+
+
+
+
+
+
+
    +
  • Hardware decoding and display on all platforms
  • +
  • HEVC hardware decoding on Windows, using DxVA2 and D3D11
  • +
  • HEVC hardware decoding using OMX and MediaCodec (Android)
  • +
  • MPEG-2, VC1/WMV3 hardware decoding on Android
  • +
  • Important improvements for the MMAL decoder and output for rPI and rPI2
  • +
  • HEVC and H.264 hardware decoding for macOS and and iOS based on VideoToolbox
  • +
  • New VA-API decoder and rendering for Linux
  • +
+
+
+
+
+ +
+
+
+
+
+
    +
  • BD-Java menus and overlay in Blu-Ray
  • +
  • Experimental AV1 video and Daala video decoders
  • +
  • OggSpots video decoder
  • +
  • New MPEG-1 & 2 audio layer I, II, III + MPEG 2.5 decoder based on libmpg123
  • +
  • New BPG decoder based on libbpg
  • +
  • TDSC, Canopus HQX, Cineform, SpeedHQ, Pixlet, QDMC and FMVC decoders
  • +
  • TTML subtitles support, including EBU-TT variant
  • +
  • Rewrite of webVTT subtitles support, including CSS style support
  • +
  • BluRay text subtitles (HDMV) deocoder
  • +
  • Support for ARIB-B24, CEA-708
  • +
  • New decoder for MIDI on macOS, iOS and Windows
  • +
+
+
+
+
+
+
+
+
    +
  • Rework of the MP4 demuxer:
    including 608/708, Flip4Mac, XiphQT, VP8, TTML mappings
  • +
  • Rework of the TS demuxer:
    including Opus, SCTE-18, ARIB mappings
  • +
  • HD-DVD .evo support
  • +
  • Rework of the PS demuxer, supporting HEVC, improving compatibility of broken files
  • +
  • Improvements on MKV, including support for DVD-menus and FFv1, and faster seeking
  • +
  • Support for Chained-Ogg, raw-HEVC and improvements for Flac
  • +
  • Support for Creative ADPCM in AVI and VOC files
  • +
  • Improved metadata formats in most file formats
  • +
+
+
+
+
+ +
+
+
+
+
+
    +
  • Full support for Bluray Menus (BD-J) and Bluray ISO
  • +
  • Rewrite of Adaptive Streaming protocols support
  • +
  • Support for HLSv4 to HLSv7, including MP4 and ID3 cases
  • +
  • Rewrite of DASH support, including MPEG2TS and ISOBMFF
  • +
  • Support SAT>IP devices, for DVB-S via IP networks
  • +
  • Support for HTTP 2.0
  • +
  • Support NFS, SMB and SFTP shares, with browsing
  • +
  • Support for SRT streaming protocol
  • +
+
+
+
+
+
+
+
+
    +
  • Support for streaming to Chromecast devices +
  • Support for VP8 and VP9 encoding through libvpx +
  • Support for streaming Opus inside TS +
  • Support for mp4 fragmented muxing +
  • Improvements for x265 encoding +
+
+
+
+
+ + +
+
+
+
+
+
    +
  • OpenGL as Linux/BSD default video output
  • +
  • Improvements in OpenGL output: direct displaying and HDR tonemapping
  • +
  • Rework of the Android video outputs
  • +
  • New Direct3D11 video output supporting both Windows desktop and WinRT modes
  • +
  • HDR10 support in Direct3D11 with Windows 10 Fall Creator Update
  • +
  • Hardware deinterlacing on the rPI, using MMAL
  • +
  • Video filter to convert between fps rates
  • +
  • Hardware accelerated deinterlacing/adjust/sharpen/chroma with VA-API
  • +
  • Hardware accelerated adjust/invert/posterize/sepia/sharpen with CoreImage
  • +
  • Hardware accelerated deinterlacing/adjust/chroma with D3D9 and D3D11
  • +
+
+
+
+
+
+
+
+
    +
  • Complete rewrite of the AudioTrack Android output
  • +
  • New Tizen audio output
  • +
  • HDMI/SPDIF pass-through support for WASAPI (AC3/DTS/DTSHD/EAC3/TRUEHD)
  • +
  • Support EAC3 and TRUEHD pass-through for PulseAudio
  • +
  • Rework of the AudioUnit modules to share more code between iOS and macOS
  • +
  • SoX Resampler library audio filter module (converter and resampler)
  • +
  • Ambisonics audio renderer, supporting up to 3rd order
  • +
  • Binauralizer audio filter, working with Ambisonics or 5.1/7.1 streams
  • +
  • Pitch shifting module
  • +
+
+
+
+
+ +
+
+
+
+
+
    +
  • Windows XP ➔ 10 RS3
  • +
  • macOS 10.7 ➔ 10.13
  • +
  • iOS 7 ➔ 11
  • +
  • Android 2.3 ➔ 8.1
  • +
  • Android TV, Chromebooks with Play Store
  • +
  • Windows RT 8.1, Windows Phone 8.1
  • +
  • Windows 10 Mobile, Xbox 1, Windows Store
  • +
  • GNU/Linux, Ubuntu, *BSD
  • +
+
+
+
+
+
+
+
+
    +
  • Chromecast support from your phone
  • +
  • HEVC hardware decoding using MediaCodec
  • +
  • Android Auto with voice actions
  • +
  • Available on all Android TV, Chromebooks & DeX
  • +
  • Support for Picture-in-Picture
  • +
  • Playlist files detection
  • +
+
+
+
+
+ +
+
+
VLC SDK - libVLC
+
+
+
    +
  • New bindings for C++ and C++/CX
  • +
  • New input-from-memory to implement custom protocols or DRM +
  • Support for ChromeCast and Renderer targets +
  • Improve API for servers discovery +
  • New API for dialogs, notably for HTTPS warnings +
  • New API to manage slaves inputs, including subtitles over the network +
  • Improve codec, format descriptions and associated metadata +
  • Improve EPG events API +
  • Better support for Android applications, native and Java ones +
+
+
+
+
+ + +
+
+ + +
+ + + +

Download VLC

+
+

Windows

+ + Download VLC icon + + + Version + +
+
+

Android

+ +
+
+
+

macOS

+ + Download VLC icon + + + Version - 64bits + +
+
+

iOS

+ +
+ + +
+
+

Windows Store and UWP

+ +
+ +
+

Windows Phone

+ +
+ +
+
+

Sources

+ Get the source! +
+
+

Linux

+

Ask your favorite packager for VLC 3.0!

+
+ + +
+

Related links

+ + +
+

Contact

+

For any questions related to this release, please contact us.

+
+
+ +
+ ===================================== www.videolan.org/vlc/releases/index.php ===================================== @@ -9,6 +9,7 @@

VLC Releases

VLC 3.0.X branch

+VLC 3.0.6
VLC 3.0.5
VLC 3.0.4
VLC 3.0.3
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/8f4e37119c389897418c87aabc46b94ef517dbc1 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/8f4e37119c389897418c87aabc46b94ef517dbc1 You're receiving this email because of your account on code.videolan.org.