From gitlab at videolan.org Thu Nov 8 15:44:22 2018 From: gitlab at videolan.org (Konstantin Pavlov) Date: Thu, 08 Nov 2018 15:44:22 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] biTStream release 1.5 Message-ID: <5be44bc68d11c_604d3fc4900d4d5c115522@gitlab.mail> Konstantin Pavlov pushed to branch master at VideoLAN organization / websites Commits: 1208b8a0 by Christophe Massiot at 2018-11-08T14:41:22Z biTStream release 1.5 - - - - - 1 changed file: - www.videolan.org/developers/bitstream.php Changes: ===================================== www.videolan.org/developers/bitstream.php ===================================== @@ -68,7 +68,7 @@

Get biTStream

-

The latest biTStream release is version 1.4.

+

The latest biTStream release is version 1.5.

biTStream is available through git at:

git clone https://code.videolan.org/videolan/bitstream.git
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/1208b8a0fae5e086b4b9c9bc36ed5c0f8b6aa7a0 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/1208b8a0fae5e086b4b9c9bc36ed5c0f8b6aa7a0 You're receiving this email because of your account on code.videolan.org. From gitlab at videolan.org Fri Nov 9 11:02:44 2018 From: gitlab at videolan.org (Konstantin Pavlov) Date: Fri, 09 Nov 2018 11:02:44 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Added snap store badge Message-ID: <5be55b445d327_4e0f3fbd70ed83a811839b@gitlab.mail> Konstantin Pavlov pushed to branch master at VideoLAN organization / websites Commits: e004f2f8 by Konstantin Pavlov at 2018-11-09T10:01:14Z Added snap store badge Taken from https://github.com/snapcore/snap-store-badges, licensed under CC BY-ND 2.0 UK: https://github.com/snapcore/snap-store-badges/blob/master/LICENSE.md - - - - - 1 changed file: - + www.videolan.org/images/badges/[EN]-snap-store-white.png Changes: ===================================== www.videolan.org/images/badges/[EN]-snap-store-white.png ===================================== Binary files /dev/null and b/www.videolan.org/images/badges/[EN]-snap-store-white.png differ View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/e004f2f8ac2eb512089342c92b568bb419dead09 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/e004f2f8ac2eb512089342c92b568bb419dead09 You're receiving this email because of your account on code.videolan.org. From gitlab at videolan.org Fri Nov 9 11:05:28 2018 From: gitlab at videolan.org (Konstantin Pavlov) Date: Fri, 09 Nov 2018 11:05:28 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Use snap store image for ubuntu downloads Message-ID: <5be55be83658_4e0f3fbd70ed870411859d@gitlab.mail> Konstantin Pavlov pushed to branch master at VideoLAN organization / websites Commits: ae08eea1 by Konstantin Pavlov at 2018-11-09T10:05:08Z Use snap store image for ubuntu downloads - - - - - 1 changed file: - www.videolan.org/vlc/download-ubuntu.php Changes: ===================================== www.videolan.org/vlc/download-ubuntu.php ===================================== @@ -39,7 +39,7 @@
- Download for Ubuntu buttonDownload for Ubuntu + Download for Ubuntu button
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/ae08eea1f0a5db6052386ca2d88204ee039fa5b1 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/ae08eea1f0a5db6052386ca2d88204ee039fa5b1 You're receiving this email because of your account on code.videolan.org. From gitlab at videolan.org Thu Nov 22 00:57:02 2018 From: gitlab at videolan.org (Marvin Scholz) Date: Thu, 22 Nov 2018 00:57:02 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites] Pushed new branch dav1d-page Message-ID: <5bf5f0cee0c79_4e0f3fbd70ed92448543a5@gitlab.mail> Marvin Scholz pushed new branch dav1d-page at VideoLAN organization / websites -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/tree/dav1d-page You're receiving this email because of your account on code.videolan.org. From gitlab at videolan.org Thu Nov 22 01:15:59 2018 From: gitlab at videolan.org (Jean-Baptiste Kempf) Date: Thu, 22 Nov 2018 01:15:59 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Add a dav1d project page Message-ID: <5bf5f53f757fe_4e0f3fbd70ed50cc8549e1@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: 4ec1f888 by Marvin Scholz at 2018-11-21T23:56:40Z Add a dav1d project page - - - - - 1 changed file: - + www.videolan.org/projects/dav1d.php Changes: ===================================== www.videolan.org/projects/dav1d.php ===================================== @@ -0,0 +1,51 @@ + + +
+
+
+

dav1d

+
+

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

+
+
+
+

About

+

dav1d is a new open-source AV1 decoder developed by the VideoLAN and FFmpeg + communities and sponsored by the Alliance for + Open Media. +

+

Goals

+ dav1d aims to be +
    +
  • small,
  • +
  • as fast as possible
  • +
  • very cross-platform
  • +
  • correctly threaded
  • +
+

Technical details

+
    +
  • Uses Meson and Ninja to build
  • +
  • Written in C99
  • +
  • Runs on Windows, Linux, macOS and Android
  • +
  • Licensed under BSD 2-clause "Simplified" License
  • +
+

Contributing

+

You can contribute to dav1d by writing C or ASM, additionally app + integration and testing is wanted.

+

To contribute, check out the contribution document.

+

Most of the development discussion happens on IRC, in the #dav1d + channel on Freenode.

+

The Code

+

The code can be found on the VideoLAN Gitlab:

+
git clone https://code.videolan.org/videolan/dav1d.git
+
+ + View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/4ec1f888fda46e08e8b84daacf5cb947c554023b -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/4ec1f888fda46e08e8b84daacf5cb947c554023b You're receiving this email because of your account on code.videolan.org. From gitlab at videolan.org Thu Nov 22 01:15:59 2018 From: gitlab at videolan.org (Marvin Scholz) Date: Thu, 22 Nov 2018 01:15:59 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites] Deleted branch dav1d-page Message-ID: <5bf5f53fce2fb_4e0f3fbd70ed87048551b1@gitlab.mail> Marvin Scholz deleted branch dav1d-page at VideoLAN organization / websites -- You're receiving this email because of your account on code.videolan.org.