From gitlab at videolan.org Wed Jul 29 08:06:41 2026 From: gitlab at videolan.org (Jean-Baptiste Kempf (@jbk)) Date: Wed, 29 Jul 2026 10:06:41 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] 4 commits: news: announce dav1d 1.5.4, update project page Message-ID: <6a69b4917afe4_13a745191f1812123b@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: 4e5d264e by Jean-Baptiste Kempf at 2026-07-29T10:06:04+02:00 news: announce dav1d 1.5.4, update project page - - - - - 57708115 by Jean-Baptiste Kempf at 2026-07-29T10:06:12+02:00 news: announce libdvdcss 1.6.0 and libdvdread 7.1, update pages - - - - - cf698ec6 by Jean-Baptiste Kempf at 2026-07-29T10:06:15+02:00 news: announce libbluray 1.5.0 and libaacs 0.12.0, update pages - - - - - c8221359 by Jean-Baptiste Kempf at 2026-07-29T10:06:18+02:00 news: date library releases to their actual release day - - - - - 6 changed files: - www.videolan.org/developers/libaacs.php - www.videolan.org/developers/libbluray.php - www.videolan.org/developers/libdvdcss.php - www.videolan.org/developers/libdvdnav.php - www.videolan.org/news.msg - www.videolan.org/projects/dav1d.php Changes: ===================================== www.videolan.org/developers/libaacs.php ===================================== @@ -4,7 +4,7 @@ $new_design = true; require($_SERVER["DOCUMENT_ROOT"]."/include/header.php"); - $libaacs_version = "0.11.1"; + $libaacs_version = "0.12.0"; ?>
@@ -33,7 +33,7 @@

Get libaacs

You can get libaacs latest release on our download server: - "> + ">

===================================== www.videolan.org/developers/libbluray.php ===================================== @@ -4,7 +4,7 @@ $new_design = true; require($_SERVER["DOCUMENT_ROOT"]."/include/header.php"); - $libbluray_version = "1.4.0"; + $libbluray_version = "1.5.0"; ?>
===================================== www.videolan.org/developers/libdvdcss.php ===================================== @@ -21,7 +21,7 @@

Get libdvdcss

-

The latest version of libdvdcss is 1.5.0.

+

The latest version of libdvdcss is 1.6.0.

On Debian and Ubuntu, you can install libdvdcss via libdvd-pkg helper package:

sudo apt install libdvd-pkg
===================================== www.videolan.org/developers/libdvdnav.php ===================================== @@ -30,7 +30,7 @@

You can also access the code online.

Get libdvdread

-

The latest version of libdvdread is 7.0.1.

+

The latest version of libdvdread is 7.1.1.

libdvdread is available through Git or by browsing the releases.

===================================== www.videolan.org/news.msg ===================================== @@ -1,5 +1,11 @@ # Comments begin with a # # New topics begin with mechanism# +|16 July 2026|New releases for libbluray and libaacs|New versions of libbluray (1.5.0) and libaacs (0.12.0) are out.
libbluray now exposes HDR10+, Dolby Vision, dynamic range and colour space information as well as chapter names, and brings numerous BD-J improvements, including interactive HAVI components and faster startup. libaacs improves error handling and resilience, and fixes several issues. + +|15 July 2026|New releases for libdvdcss and libdvdread|New releases of libdvdcss (1.6.0) and libdvdread (7.1) have been published today.
The biggest features of those releases are related to recordable DVD media (DVD-VR), including CPRM decryption, continuing the DVD-Audio work of the previous releases, along with improved portability and hardened parsing. + +|14 July 2026|dav1d 1.5.4|A new minor release of dav1d, our AV1 decoder, is out today, focused on optimizations and maintenance.
The highlight of this release is RISC-V: the newly optimized functions are between 2.5x and 12x faster than the C code, making decoding at least twice as fast overall on current RISC-V hardware. This release also brings further AArch64 and ARM32 optimizations, support for the Armv9.3-A Guarded Control Stack, an improved threading model and better portability, notably to OS/2.
As usual, the source can be found on our GitLab and on our mirrors. + |31 May 2026|dav2d, a new AV2 decoder|We are pleased to announce dav2d, a small, fast and portable decoder for the new AV2 codec, the successor to AV1 and the latest royalty-free video codec from the Alliance for Open Media.
dav2d is the continuation of the work we started with [dav1d](/developers/dav1d.html), our AV1 decoder, and is developed by members of the VideoLAN community under the same BSD-style license.

This first version is a feature-complete AVM v15 decoder, supporting 8-bit and 10-bit decoding, with optimizations for x86 (AVX2), ARM (AArch64 NEON) and RISC-V. This is still early work, and our focus remains on correctness, conformance, optimization and platform support.
You can find more information in this blog post. |25 February 2026|VLC for Android 3.7.0|We are pleased to release version 3.7.0 of the VLC version for the Android platform.
It comes with a completely new equalizer and an improved settings backup. See our Android page. ===================================== www.videolan.org/projects/dav1d.php ===================================== @@ -5,6 +5,8 @@ $menu = array( "projects", "projects" ); $body_color = "red"; require($_SERVER["DOCUMENT_ROOT"]."/include/header.php"); + + $dav1d_version = "1.5.4"; ?>
@@ -17,6 +19,7 @@

dav1d is a new AV1 cross-platform decoder, open-source, and focused on speed, size and correctness.

+

Latest release is dav1d .

@@ -51,7 +54,12 @@

The code can be found on the VideoLAN Gitlab:

git clone https://code.videolan.org/videolan/dav1d.git

Source

-

The source code tarball can be found on our ftp: dav1d tarballs. +

You can get the latest release on our download server: + "> + + +

+

All source code tarballs can be found on our ftp: dav1d tarballs.

View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/b3ebb87f05ef9cd9ea108634a75c1c845e93db6f...c822135906b00be2cb4669838c52c863b354eda2 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/b3ebb87f05ef9cd9ea108634a75c1c845e93db6f...c822135906b00be2cb4669838c52c863b354eda2 You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help From gitlab at videolan.org Wed Jul 29 08:19:47 2026 From: gitlab at videolan.org (Jean-Baptiste Kempf (@jbk)) Date: Wed, 29 Jul 2026 10:19:47 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] libdca: update version to 0.0.7 Message-ID: <6a69b7a324db3_13a74518de401239f4@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: 07f991e9 by Jean-Baptiste Kempf at 2026-07-29T10:19:26+02:00 libdca: update version to 0.0.7 - - - - - 1 changed file: - www.videolan.org/developers/libdca.php Changes: ===================================== www.videolan.org/developers/libdca.php ===================================== @@ -28,7 +28,7 @@

Getting libdca

-

Current release is libdca-0.0.6.tar.bz2

+

Current release is libdca-0.0.7.tar.bz2

The latest libdca source code can always be found in the GIT repository:

$ git clone https://code.videolan.org/videolan/libdca
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/07f991e987897d083458c4bc500ba1a8c432de5a -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/07f991e987897d083458c4bc500ba1a8c432de5a You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help