From gitlab at videolan.org Mon Nov 7 15:51:02 2022 From: gitlab at videolan.org (Jean-Baptiste Kempf (@jbk)) Date: Mon, 07 Nov 2022 16:51:02 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Add Windows on Arm nightly links Message-ID: <63692966c8caa_5ac8533183930f9@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: 2b3e79c2 by Pierrick Bouvier at 2022-11-07T16:47:36+01:00 Add Windows on Arm nightly links - - - - - 3 changed files: - nightlies.videolan.org/index.php - www.videolan.org/include/os-specific.php - www.videolan.org/vlc/download-windows.php Changes: ===================================== nightlies.videolan.org/index.php ===================================== @@ -33,6 +33,7 @@
  • VLC 4.0 - Windows (32 bits)
  • VLC 4.0 - Windows (64 bits)
  • VLC 4.0 - Windows (64 bits), built with LLVM
  • +
  • VLC 4.0 - Windows (ARM64), built with LLVM
  • VLC 4.0 - macOS (Intel)
  • VLC 4.0 - macOS (Apple Silicon)
  • VLC 4.0 - Universal Linux packages (snap)
  • ===================================== www.videolan.org/include/os-specific.php ===================================== @@ -13,7 +13,7 @@ $winrtversion = '3.1.2'; $dlBase = "//get.videolan.org/vlc"; $windowsLocation = "$dlBase/$win32version/win32/vlc-$win32version-win32.exe"; $windows64Location = "$dlBase/$win32version/win64/vlc-$win32version-win64.exe"; -$windowsArm64Location = "https://people.videolan.org/~jb/Builds/ARM/vlc-$winArm64version-aarch64.zip"; +$windowsArm64Location = "https://artifacts.videolan.org/vlc/nightly-win64-arm-llvm/"; $osxLocation = "$dlBase/$macosxversion/macosx/vlc-$macosxversion-intel64.dmg"; $osxArm64Location = "$dlBase/$macosArm64version/macosx/vlc-$macosArm64version-arm64.dmg"; ===================================== www.videolan.org/vlc/download-windows.php ===================================== @@ -31,7 +31,7 @@ ), array( "name" => "ARM 64 version", - "location" => "http://people.videolan.org/~jb/Builds/ARM/vlc-4.0.0-dev-20180508-aarch64.zip", + "location" => "https://artifacts.videolan.org/vlc/nightly-win64-arm-llvm/", ), array( "name" => "Source code", View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/2b3e79c239cc3380a90e59732c84381eaaf8be7b -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/2b3e79c239cc3380a90e59732c84381eaaf8be7b You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Sun Nov 20 09:32:11 2022 From: gitlab at videolan.org (=?UTF-8?B?RmVsaXggUGF1bCBLw7xobmUgKEBma3VlaG5lKQ==?=) Date: Sun, 20 Nov 2022 10:32:11 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] stats: update iOS download numbers Message-ID: <6379f41ba7d47_43b77e40581408160@gitlab.mail> Felix Paul K?hne pushed to branch master at VideoLAN organization / websites Commits: 59044bf1 by Felix Paul K?hne at 2022-11-20T10:32:03+01:00 stats: update iOS download numbers - - - - - 1 changed file: - www.videolan.org/vlc/stats/downloads.php Changes: ===================================== www.videolan.org/vlc/stats/downloads.php ===================================== @@ -579,7 +579,7 @@ echo ""; // iOS - $ios_new = 49751003; // You must download the CSV in the console to get the precise number + $ios_new = 59969184; // You must download the CSV in the console to get the precise number echo " iOS App View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/59044bf180026317b999c7f2cabdc851789af27f -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/59044bf180026317b999c7f2cabdc851789af27f You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Sun Nov 20 09:40:44 2022 From: gitlab at videolan.org (=?UTF-8?B?RmVsaXggUGF1bCBLw7xobmUgKEBma3VlaG5lKQ==?=) Date: Sun, 20 Nov 2022 10:40:44 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] stats: add 3.0.17 and its subreleases Message-ID: <6379f61cec5b9_43bb44f06014083b4@gitlab.mail> Felix Paul K?hne pushed to branch master at VideoLAN organization / websites Commits: 3474aba5 by Felix Paul K?hne at 2022-11-20T10:40:37+01:00 stats: add 3.0.17 and its subreleases - - - - - 1 changed file: - www.videolan.org/vlc/stats/downloads.php Changes: ===================================== www.videolan.org/vlc/stats/downloads.php ===================================== @@ -214,6 +214,7 @@ "3.0.14" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ), "3.0.15" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ), "3.0.16" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ), + "3.0.17" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ), ); $table = array_merge( $table_old, $table_sf ); @@ -508,7 +509,11 @@ "Macintosh" => array( "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-intel64.dmg?stats", "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-arm64.dmg?stats", "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-universal.dmg?stats" ), "Source" => "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats", ), - + "3.0.17" => array( + "Windows" => array( "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.exe?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.exe?stats", "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.7z?stats", "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.zip?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.7z?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.zip?stats", "https://get.videolan.org/vlc/#version#.3/win32/vlc-#version#.3-win32.exe?stats", "https://get.videolan.org/vlc/#version#.3/win64/vlc-#version#.3-win64.exe?stats", "https://get.videolan.org/vlc/#version#.3/win32/vlc-#version#.3-win32.7z?stats", "https://get.videolan.org/vlc/#version#.3/win32/vlc-#version#.3-win32.zip?stats", "https://get.videolan.org/vlc/#version#.3/win64/vlc-.3-win64.7z?stats", "https://get.videolan.org/vlc/#version#.3/win64/vlc-#version#.3-win64.zip?stats", "https://get.videolan.org/vlc/#version#.4/win32/vlc-#version#.4-win32.exe?stats", "https://get.videolan.org/vlc/#version#.4/win64/vlc-#version#.4-win64.exe?stats", "https://get.videolan.org/vlc/#version#.4/win32/vlc-#version#.4-win32.7z?stats", "https://get.videolan.org/vlc/#version#.4/win32/vlc-#version#.4-win32.zip?stats", "https://get.videolan.org/vlc/#version#.4/win64/vlc-.3-win64.7z?stats", "https://get.videolan.org/vlc/#version#.4/win64/vlc-#version#.4-win64.zip?stats" ), + "Macintosh" => array( "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-intel64.dmg?stats", "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-arm64.dmg?stats", "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-universal.dmg?stats", "https://get.videolan.org/vlc/#version#.3/macosx/vlc-#version#.3-intel64.dmg?stats", "https://get.videolan.org/vlc/#version#.3/macosx/vlc-#version#.3-arm64.dmg?stats", "https://get.videolan.org/vlc/#version#.3/macosx/vlc-#version#.3-universal.dmg?stats", "https://get.videolan.org/vlc/#version#.4/macosx/vlc-#version#.3-intel64.dmg?stats", "https://get.videolan.org/vlc/#version#.4/macosx/vlc-#version#.3-arm64.dmg?stats", "https://get.videolan.org/vlc/#version#.4/macosx/vlc-#version#.3-universal.dmg?stats" ), + "Source" => array( "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats", "https://get.videolan.org/vlc/#version#.3/vlc-#version#.3.tar.xz?stats", "https://get.videolan.org/vlc/#version#.4/vlc-#version#.4.tar.xz?stats" ), + ), ); foreach( $table as $key => $t ) View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/3474aba5168b4c1feea2de627eab428fd5baf0b8 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/3474aba5168b4c1feea2de627eab428fd5baf0b8 You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Tue Nov 22 15:27:55 2022 From: gitlab at videolan.org (=?UTF-8?B?RnJhbsOnb2lzIENhcnRlZ25pZSAoQGZjYXJ0ZWduaWUp?=) Date: Tue, 22 Nov 2022 16:27:55 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] update past events Message-ID: <637cea7baa968_43b107c558c1695350@gitlab.mail> Fran?ois Cartegnie pushed to branch master at VideoLAN organization / websites Commits: c727cb2b by Francois Cartegnie at 2022-11-22T16:27:27+01:00 update past events - - - - - 3 changed files: - + www.videolan.org/images/events/img_20221108_100341.jpg - + www.videolan.org/images/events/img_20221108_100341.thumb.jpg - www.videolan.org/videolan/events/index.php Changes: ===================================== www.videolan.org/images/events/img_20221108_100341.jpg ===================================== Binary files /dev/null and b/www.videolan.org/images/events/img_20221108_100341.jpg differ ===================================== www.videolan.org/images/events/img_20221108_100341.thumb.jpg ===================================== Binary files /dev/null and b/www.videolan.org/images/events/img_20221108_100341.thumb.jpg differ ===================================== www.videolan.org/videolan/events/index.php ===================================== @@ -11,8 +11,10 @@

    8, 9 November 2022 - Paris Open Source Experience

    - VideoLAN team will be on Open Source Experience Paris. + VideoLAN team was on Open Source Experience Paris. (There's no typo, that's exactly 3 years after our last event) + +


    View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/c727cb2b6e5e48742b8724389b70d00ba8de912b -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/c727cb2b6e5e48742b8724389b70d00ba8de912b You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Mon Nov 28 19:41:26 2022 From: gitlab at videolan.org (David (@dfuhrmann)) Date: Mon, 28 Nov 2022 20:41:26 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][3.0.18-release] 2 commits: 3.0.18: Add vlc3018 SB, explaining security issues fixed Message-ID: <63850ee62e19b_43b18491b882451781@gitlab.mail> 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
    the release page. This release also fixes multiple security issues, which are detailed here. + |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 press statement. |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 @@

    VLC releases Security Bulletins (SB)

    Those bulletins are related to each VLC release and can be made of multiple security issues, internal and external.

    +

    2022

    +
    +
    VideoLAN-SB-VLC-318
    +
    Multiple vulnerabilities fixed in VLC media player 3.0.18 + Details +
    +

    2021

    VideoLAN-SB-VLC-313
    ===================================== www.videolan.org/security/sb-vlc3018.php ===================================== @@ -0,0 +1,64 @@ + + + +
    + +

    Security Bulletin VLC 3.0.18

    +
    +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
    +
    + +

    Details

    +
      +
    • A denial of service could be triggered with a wrong mp4 file (div by 0) (#27202)
    • +
    • Fix crashes with multiple files due to double free (#26930)
    • +
    • A denial of service could be triggered with wrong oog file (null pointer dereference) (#27294)
    • +
    • Potential buffer overflow in the vnc module could trigger remote code execution if a malicious vnc URL is deliberately played (#27335, CVE-2022-41325)
    • +
    + +

    Impact

    +

    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.

    +

    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.

    +

    We have not seen exploits performing code execution through these vulnerability

    +
    + +

    Threat mitigation

    +

    Exploitation of those issues requires the user to explicitly open a specially crafted file or stream.

    + +

    Workarounds

    +

    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. +

    + +

    Solution

    +

    VLC media player 3.0.18 addresses the issue. +

    + +

    Credits

    +

    The vnc module vulnerability was reported and fixed by 0xMitsurugi from Synacktiv (#27335, CVE-2022-41325)

    + + +

    References

    +
    +
    The VideoLAN project
    +
    http://www.videolan.org/ +
    +
    VLC official GIT repository
    +
    http://git.videolan.org/?p=vlc.git +
    +
    + +
    + + ===================================== www.videolan.org/vlc/releases/3.0.18.php ===================================== @@ -0,0 +1,561 @@ + +
    + +

    VLC 3.0.18 Vetinari

    +
    VLC 3.0.18 is the nineteenth 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.18 is the nineteenth update of "Vetinari":
    • +
    • Major adaptive streaming updates
    • +
    • Codec updates
    • +
    • Fix seeking for some formats (e.g. oog)
    • +
    • Fix playback of numerous files on some older GPU graphics cards
    • +
    • Avoid a playlist live loop in case of only very tiny or failed items
    • +
    +
    +
    +
      +
    • Many updates of third party libraries
    • +
    • Numerous crash fixes
    • +
    • Fix some SMB protocol behaviours
    • +
    • Fixed multiple security issues, which are detailed here
    • +
      Read the Changelog.
      +
    +
    +
    +
    + +
    +

    +
    +
    +
      +
    • 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.18
    VLC 3.0.17
    VLC 3.0.16
    VLC 3.0.13
    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 From gitlab at videolan.org Tue Nov 29 18:02:49 2022 From: gitlab at videolan.org (David (@dfuhrmann)) Date: Tue, 29 Nov 2022 19:02:49 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] 4 commits: downloads: Update stats for 3.0.18 Message-ID: <63864949374b4_43b135d0d8c25619d4@gitlab.mail> David pushed to branch master at VideoLAN organization / websites Commits: 0d61b9c3 by David Fuhrmann at 2022-11-28T20:42:55+01:00 downloads: Update stats for 3.0.18 - - - - - 9b0a2474 by David Fuhrmann at 2022-11-28T20:42:58+01:00 Bump all desktop versions to VLC 3.0.18 - - - - - eef014cd by David Fuhrmann at 2022-11-28T20:42:58+01:00 3.0.18: Add vlc3018 SB, explaining security issues fixed - - - - - 12fa0e2a by David Fuhrmann at 2022-11-28T20:42:58+01:00 Release VLC 3.0.18 Add subpage for 3.0.18 VLC release. Also update news file to mention the new release. - - - - - 7 changed files: - www.videolan.org/include/os-specific.php - 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 - www.videolan.org/vlc/stats/downloads.php Changes: ===================================== www.videolan.org/include/os-specific.php ===================================== @@ -1,10 +1,10 @@ the release page. This release also fixes multiple security issues, which are detailed here. + |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 press statement. |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 @@

    VLC releases Security Bulletins (SB)

    Those bulletins are related to each VLC release and can be made of multiple security issues, internal and external.

    +

    2022

    +
    +
    VideoLAN-SB-VLC-318
    +
    Multiple vulnerabilities fixed in VLC media player 3.0.18 + Details +
    +

    2021

    VideoLAN-SB-VLC-313
    ===================================== www.videolan.org/security/sb-vlc3018.php ===================================== @@ -0,0 +1,64 @@ + + + +
    + +

    Security Bulletin VLC 3.0.18

    +
    +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
    +
    + +

    Details

    +
      +
    • A denial of service could be triggered with a wrong mp4 file (div by 0) (#27202)
    • +
    • Fix crashes with multiple files due to double free (#26930)
    • +
    • A denial of service could be triggered with wrong oog file (null pointer dereference) (#27294)
    • +
    • Potential buffer overflow in the vnc module could trigger remote code execution if a malicious vnc URL is deliberately played (#27335, CVE-2022-41325)
    • +
    + +

    Impact

    +

    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.

    +

    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.

    +

    We have not seen exploits performing code execution through these vulnerability

    +
    + +

    Threat mitigation

    +

    Exploitation of those issues requires the user to explicitly open a specially crafted file or stream.

    + +

    Workarounds

    +

    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. +

    + +

    Solution

    +

    VLC media player 3.0.18 addresses the issue. +

    + +

    Credits

    +

    The vnc module vulnerability was reported and fixed by 0xMitsurugi from Synacktiv (#27335, CVE-2022-41325)

    + + +

    References

    +
    +
    The VideoLAN project
    +
    http://www.videolan.org/ +
    +
    VLC official GIT repository
    +
    http://git.videolan.org/?p=vlc.git +
    +
    + +
    + + ===================================== www.videolan.org/vlc/releases/3.0.18.php ===================================== @@ -0,0 +1,561 @@ + +
    + +

    VLC 3.0.18 Vetinari

    +
    VLC 3.0.18 is the nineteenth 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.18 is the nineteenth update of "Vetinari":
    • +
    • Major adaptive streaming updates
    • +
    • Codec updates
    • +
    • Fix seeking for some formats (e.g. oog)
    • +
    • Fix playback of numerous files on some older GPU graphics cards
    • +
    • Avoid a playlist live loop in case of only very tiny or failed items
    • +
    +
    +
    +
      +
    • Many updates of third party libraries
    • +
    • Numerous crash fixes
    • +
    • Fix some SMB protocol behaviours
    • +
    • Fixed multiple security issues, which are detailed here
    • +
      Read the Changelog.
      +
    +
    +
    +
    + +
    +

    +
    +
    +
      +
    • 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.18
    VLC 3.0.17
    VLC 3.0.16
    VLC 3.0.13
    ===================================== www.videolan.org/vlc/stats/downloads.php ===================================== @@ -514,6 +514,11 @@ "Macintosh" => array( "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-intel64.dmg?stats", "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-arm64.dmg?stats", "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-universal.dmg?stats", "https://get.videolan.org/vlc/#version#.3/macosx/vlc-#version#.3-intel64.dmg?stats", "https://get.videolan.org/vlc/#version#.3/macosx/vlc-#version#.3-arm64.dmg?stats", "https://get.videolan.org/vlc/#version#.3/macosx/vlc-#version#.3-universal.dmg?stats", "https://get.videolan.org/vlc/#version#.4/macosx/vlc-#version#.3-intel64.dmg?stats", "https://get.videolan.org/vlc/#version#.4/macosx/vlc-#version#.3-arm64.dmg?stats", "https://get.videolan.org/vlc/#version#.4/macosx/vlc-#version#.3-universal.dmg?stats" ), "Source" => array( "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats", "https://get.videolan.org/vlc/#version#.3/vlc-#version#.3.tar.xz?stats", "https://get.videolan.org/vlc/#version#.4/vlc-#version#.4.tar.xz?stats" ), ), + "3.0.18" => array( + "Windows" => array( "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.exe?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.exe?stats", "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.7z?stats", "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.zip?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.7z?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.zip?stats" ), + "Macintosh" => array( "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-intel64.dmg?stats", "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-arm64.dmg?stats", "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-universal.dmg?stats" ), + "Source" => "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats", + ), ); foreach( $table as $key => $t ) View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/c727cb2b6e5e48742b8724389b70d00ba8de912b...12fa0e2a099150e864d788b071e6bc7b296de293 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/c727cb2b6e5e48742b8724389b70d00ba8de912b...12fa0e2a099150e864d788b071e6bc7b296de293 You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Tue Nov 29 18:02:51 2022 From: gitlab at videolan.org (David (@dfuhrmann)) Date: Tue, 29 Nov 2022 19:02:51 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites] Deleted branch 3.0.18-release Message-ID: <6386494b9f14f_43b188eae002562390@gitlab.mail> David deleted branch 3.0.18-release at VideoLAN organization / websites -- You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Tue Nov 29 18:10:00 2022 From: gitlab at videolan.org (David (@dfuhrmann)) Date: Tue, 29 Nov 2022 19:10:00 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites] Pushed new branch 3.0.18-release Message-ID: <63864af86ad33_43b107c558c2563493@gitlab.mail> David pushed new branch 3.0.18-release at VideoLAN organization / websites -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/tree/3.0.18-release You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Tue Nov 29 18:11:49 2022 From: gitlab at videolan.org (David (@dfuhrmann)) Date: Tue, 29 Nov 2022 19:11:49 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] sb-3018: Fix formatting of details section Message-ID: <63864b65196ab_43bc72cef825638bf@gitlab.mail> David pushed to branch master at VideoLAN organization / websites Commits: df157890 by David Fuhrmann at 2022-11-29T19:09:33+01:00 sb-3018: Fix formatting of details section An ul list does not seem to be nicely supported. - - - - - 1 changed file: - www.videolan.org/security/sb-vlc3018.php Changes: ===================================== www.videolan.org/security/sb-vlc3018.php ===================================== @@ -18,12 +18,10 @@ ID : VideoLAN-SB-VLC-3018

    Details

    - +

    A denial of service could be triggered with a wrong mp4 file (div by 0) (#27202)

    +

    Fix crashes with multiple files due to double free (#26930)

    +

    A denial of service could be triggered with wrong oog file (null pointer dereference) (#27294)

    +

    Potential buffer overflow in the vnc module could trigger remote code execution if a malicious vnc URL is deliberately played (#27335, CVE-2022-41325)

    Impact

    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.

    View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/df1578901cf4fe9c7719883508c76120dec27f52 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/df1578901cf4fe9c7719883508c76120dec27f52 You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Tue Nov 29 18:13:55 2022 From: gitlab at videolan.org (David (@dfuhrmann)) Date: Tue, 29 Nov 2022 19:13:55 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] stats: Add default entry for 3.0.18 Message-ID: <63864be322efa_43b111c09602564210@gitlab.mail> David pushed to branch master at VideoLAN organization / websites Commits: 98896e22 by David Fuhrmann at 2022-11-29T19:13:47+01:00 stats: Add default entry for 3.0.18 - - - - - 1 changed file: - www.videolan.org/vlc/stats/downloads.php Changes: ===================================== www.videolan.org/vlc/stats/downloads.php ===================================== @@ -215,6 +215,7 @@ "3.0.15" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ), "3.0.16" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ), "3.0.17" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ), + "3.0.18" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ), ); $table = array_merge( $table_old, $table_sf ); View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/98896e220bee001a518256b8ba26a7115fe0ae90 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/98896e220bee001a518256b8ba26a7115fe0ae90 You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Tue Nov 29 22:23:21 2022 From: gitlab at videolan.org (Jean-Baptiste Kempf (@jbk)) Date: Tue, 29 Nov 2022 23:23:21 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Update libbluray to 1.3.4 Message-ID: <63868659c9b34_43b1030269425716b4@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: 680b4c68 by Jean-Baptiste Kempf at 2022-11-29T23:23:12+01:00 Update libbluray to 1.3.4 - - - - - 1 changed file: - www.videolan.org/developers/libbluray.php Changes: ===================================== www.videolan.org/developers/libbluray.php ===================================== @@ -4,7 +4,7 @@ $new_design = true; require($_SERVER["DOCUMENT_ROOT"]."/include/header.php"); - $libbluray_version = "1.3.3"; + $libbluray_version = "1.3.4"; ?>
    View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/680b4c684e90352ca0cdd05148f8a9c2f9709a38 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/680b4c684e90352ca0cdd05148f8a9c2f9709a38 You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance