From gitlab at videolan.org Sun Oct 1 07:13:49 2023 From: gitlab at videolan.org (Konstantin Pavlov (@thresh)) Date: Sun, 01 Oct 2023 09:13:49 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Run builds on pushes and merge requests. Message-ID: <65191c2d930a7_1e84e671c6e3c650947@gitlab.mail> Konstantin Pavlov pushed to branch master at VideoLAN organization / websites Commits: 0769c9e7 by Konstantin Pavlov at 2023-10-01T00:13:38-07:00 Run builds on pushes and merge requests. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -11,5 +11,8 @@ build-debian: cd www.videolan.org SKIP_DB=1 make only: + refs: + - master + - merge_requests changes: - www.videolan.org/** View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/0769c9e7e2d84b8a1d628ffe3bac747abbb19061 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/0769c9e7e2d84b8a1d628ffe3bac747abbb19061 You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Sun Oct 1 07:17:50 2023 From: gitlab at videolan.org (Konstantin Pavlov (@thresh)) Date: Sun, 01 Oct 2023 09:17:50 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Fixed libdvbpsi git checkout URL. Message-ID: <65191d1ed06d3_1e84e6a2af865118@gitlab.mail> Konstantin Pavlov pushed to branch master at VideoLAN organization / websites Commits: 6436bdd2 by Konstantin Pavlov at 2023-10-01T00:17:32-07:00 Fixed libdvbpsi git checkout URL. - - - - - 1 changed file: - www.videolan.org/developers/libdvbpsi.php Changes: ===================================== www.videolan.org/developers/libdvbpsi.php ===================================== @@ -38,7 +38,7 @@

The latest libdvbpsi (LGPL v2.1) release version 1.3.3. Note: the API has changed since version 0.2.2 you need to update your applications.

The latest libdvbpsi GPL v2 release is version 0.1.7.

libdvbpsi source code is available through git at:

-
git clone https://git.videolan.org/git/libdvbpsi.git
+
git clone https://code.videolan.org/videolan/libdvbpsi.git

The stable release source code archive is available through:

git checkout -t origin/branch/1.3.0-bugfix
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/6436bdd210a5810e85caa57f5c3f9d1fb1394d1e -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/6436bdd210a5810e85caa57f5c3f9d1fb1394d1e You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Wed Oct 11 11:41:06 2023 From: gitlab at videolan.org (=?UTF-8?B?RnJhbsOnb2lzIENhcnRlZ25pZSAoQGZjYXJ0ZWduaWUp?=) Date: Wed, 11 Oct 2023 13:41:06 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] 2 commits: end 4 years sponsors caroussel Message-ID: <652689d2cbb6b_1e84e61e663e3818936c9@gitlab.mail> Fran?ois Cartegnie pushed to branch master at VideoLAN organization / websites Commits: d8d3f9e8 by Francois Cartegnie at 2023-10-11T13:40:36+02:00 end 4 years sponsors caroussel - - - - - 26c61ca7 by Francois Cartegnie at 2023-10-11T13:40:36+02:00 VDD23: update pics - - - - - 6 changed files: - + www.videolan.org/images/events/vdd23/PXL_20230924_140037091.jpg - + www.videolan.org/images/events/vdd23/PXL_20230924_140037091.thumb.jpg - + www.videolan.org/images/events/vdd23/signal-2023-09-29-10-27-31-561.jpg - + www.videolan.org/images/events/vdd23/signal-2023-09-29-10-27-31-561.thumb.jpg - www.videolan.org/index.php - www.videolan.org/videolan/events/index.php Changes: ===================================== www.videolan.org/images/events/vdd23/PXL_20230924_140037091.jpg ===================================== Binary files /dev/null and b/www.videolan.org/images/events/vdd23/PXL_20230924_140037091.jpg differ ===================================== www.videolan.org/images/events/vdd23/PXL_20230924_140037091.thumb.jpg ===================================== Binary files /dev/null and b/www.videolan.org/images/events/vdd23/PXL_20230924_140037091.thumb.jpg differ ===================================== www.videolan.org/images/events/vdd23/signal-2023-09-29-10-27-31-561.jpg ===================================== Binary files /dev/null and b/www.videolan.org/images/events/vdd23/signal-2023-09-29-10-27-31-561.jpg differ ===================================== www.videolan.org/images/events/vdd23/signal-2023-09-29-10-27-31-561.thumb.jpg ===================================== Binary files /dev/null and b/www.videolan.org/images/events/vdd23/signal-2023-09-29-10-27-31-561.thumb.jpg differ ===================================== www.videolan.org/index.php ===================================== @@ -6,7 +6,7 @@ $body_color = "blue"; $new_design = true; $additional_js = array("/js/slick-init.js", "/js/slick.min.js"); $additional_css = array("/style/slick.min.css"); -$show_sponsors_carousel = true; +$show_sponsors_carousel = false; require($_SERVER["DOCUMENT_ROOT"] . "/include/language.php"); require($_SERVER["DOCUMENT_ROOT"] . "/include/header.php"); ===================================== www.videolan.org/videolan/events/index.php ===================================== @@ -14,29 +14,39 @@ Finally it happened again ! Multimedia communities including VideoLAN, FFmpeg, Kodi and many other high class multimedia hackers were present at our own technical conference. Hours of insteresting talks, hacking and community events including magnet fishing in the Dublin river.
-
+ -
+ +
+ + + +
-
+ -
+ +
+ + + +

View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/6436bdd210a5810e85caa57f5c3f9d1fb1394d1e...26c61ca7e821260e771136372bfe2aeb129deff6 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/6436bdd210a5810e85caa57f5c3f9d1fb1394d1e...26c61ca7e821260e771136372bfe2aeb129deff6 You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Thu Oct 12 08:54:16 2023 From: gitlab at videolan.org (Jean-Baptiste Kempf (@jbk)) Date: Thu, 12 Oct 2023 10:54:16 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Update to 3.0.19 on the main webpage. Message-ID: <6527b43841bf1_1e84e6199e9a5819892b3@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: 1d5ab8ae by Jean-Baptiste Kempf at 2023-10-12T10:53:56+02:00 Update to 3.0.19 on the main webpage. NEWS missing - - - - - 1 changed file: - www.videolan.org/include/os-specific.php Changes: ===================================== www.videolan.org/include/os-specific.php ===================================== @@ -1,10 +1,10 @@