From gitlab at videolan.org Tue Aug 13 08:59:13 2024 From: gitlab at videolan.org (=?UTF-8?B?RnJhbsOnb2lzIENhcnRlZ25pZSAoQGZjYXJ0ZWduaWUp?=) Date: Tue, 13 Aug 2024 10:59:13 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] add stub for VDD24 Message-ID: <66bb20612be9c_10e6299956560101941d@gitlab.mail> Fran?ois Cartegnie pushed to branch master at VideoLAN organization / websites Commits: bc9901b5 by Francois Cartegnie at 2024-08-13T15:57:40+07:00 add stub for VDD24 - - - - - 9 changed files: - + www.videolan.org/images/events/vdd24/bg.png - + www.videolan.org/images/events/vdd24/partners.png - + www.videolan.org/images/events/vdd24/seoul.jpg - + www.videolan.org/images/events/vdd24/time.png - + www.videolan.org/images/events/vdd24/vdd23.png - www.videolan.org/videolan/events/Makefile.inc - + www.videolan.org/videolan/events/vdd24/Makefile.inc - + www.videolan.org/videolan/events/vdd24/index.php - + www.videolan.org/videolan/events/vdd24/style.css Changes: ===================================== www.videolan.org/images/events/vdd24/bg.png ===================================== Binary files /dev/null and b/www.videolan.org/images/events/vdd24/bg.png differ ===================================== www.videolan.org/images/events/vdd24/partners.png ===================================== Binary files /dev/null and b/www.videolan.org/images/events/vdd24/partners.png differ ===================================== www.videolan.org/images/events/vdd24/seoul.jpg ===================================== Binary files /dev/null and b/www.videolan.org/images/events/vdd24/seoul.jpg differ ===================================== www.videolan.org/images/events/vdd24/time.png ===================================== Binary files /dev/null and b/www.videolan.org/images/events/vdd24/time.png differ ===================================== www.videolan.org/images/events/vdd24/vdd23.png ===================================== Binary files /dev/null and b/www.videolan.org/images/events/vdd24/vdd23.png differ ===================================== www.videolan.org/videolan/events/Makefile.inc ===================================== @@ -7,6 +7,7 @@ vdd17\ vdd18\ vdd19\ vdd23\ +vdd24\ journeevia-20030321-presentVL\ 20080223\ 20050226\ ===================================== www.videolan.org/videolan/events/vdd24/Makefile.inc ===================================== ===================================== www.videolan.org/videolan/events/vdd24/index.php ===================================== @@ -0,0 +1,198 @@ + + + +
+
+
+
+ vdd logo +
+
+

Video Dev Days 2024

+

The Open Multimedia Conference that frees the cone in you!

+

3 - 4th November, 2024, Seoul

+
+
+
+
+ +
+
+
+
+

+ About + +

+ +

VideoLAN non-profit organization is pleased to welcome you to the next multimedia open-source event in Seoul !

+

In the upcoming edition, individuals from the VideoLAN and open-source multimedia communities will converge in Dublin to discuss and collaborate on shaping the future of the open-source multimedia.

+

This technical conference will concentrate on low-level multimedia elements, encompassing codecs and their implementations like x264 or dav1d, frameworks like FFmpeg or LibVLC, and lots of other exciting projects in the multimedia world.

+ +

This is a technical conference, focused on low-level multimedia, like codecs and their implementations like x264 or dav1d, frameworks like FFmpeg or Gstreamer or playback libraries like libVLC.

+ +
+
+
+
+

When ?

+

3 - 4 November 2024

+
+
+
+
+

Where ?

+

Seoul, South Korea

+
+
+
+ +
+
+
+

For ?

+

+ Anyone who cares about open source multimedia technologies and development. +

+
+
+
+
+

From ?

+

VideoLAN. But you are very welcome to co-sponsor the event.

+
+
+
+ +
+ +
+
+
+
+ +
+
+
+
+

Schedule

+
+
+
+ + + + + +
+
+
+

09:00

+
+

Community Bonding Day

+

+

+
+
+
+
+
+ +
+
+ +
+
+
+
+
+ +
+
+

Sponsors

+
+ +
+
+
+ + + +
+
+ + + +
+
+
+
+
+ +
+
+

Access

+
+
+
+

Conference

+

TBA

+
+
+

Hotel

+

+
+
+
+
+

Beer Event

+

+
+
+
+
+
+ + +
+
+
+
+

Code of Conduct

+

This community activity is running under the VideoLAN Code of Conduct. We expect all attendees to respect our Shared Values.

+
+
+

Contact

+

The VideoLAN Dev Days are organized by the board members of the VideoLAN non-profit organization, Jean-Baptiste Kempf, Denis Charmet, Felix Paul Kh?ne and Konstantin Pavlov. You can reach us at board at videolan.org.

+
+
+
+
+ + ===================================== www.videolan.org/videolan/events/vdd24/style.css ===================================== @@ -0,0 +1,499 @@ +.header-bg { + background: none; + padding: 70px 0 0 0; + margin-top: -60px; +} + +#videodevdays { + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-image: -webkit-linear-gradient(left, red, black, blue, red, black, blue); +} + +#bodyInner { + background-image: url('/images/events/vdd24/bg.png'); +} + +#nonprofitOrganizationDiv2 { + display: none; +} +p { + text-align: left; +} +.spacer-inline::before { + content: ""; + display: inline-block; + vertical-align: middle; + width: 50px; + height: 2px; + background-color: #e7e7e7; + margin-right: 10px; +} + +.text-box { + margin-bottom: 10px; + color: white; + background-color: white; + border-radius: 4px; + box-shadow: 0 0 6px rgba(25,25,34,.16); + transition: all 0.3s linear; + -webkit-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + padding: 30px; + text-shadow: 0 2px 2px rgba(0,0,0,0.5), -1px -1px 0 rgba(0,0,0,0.15), 1px -1px 0 rgba(0,0,0,0.15), -1px 1px 0 rgba(0,0,0,0.15), 1px 1px 0 rgba(0,0,0,0.15); +} + +.text-box > ul > li { + color: #4D4D4D; + text-align: left; + list-style: circle; + font-weight: bold; +} + +.vbtn-link { + color: white; + background-color: rgb(255, 154, 20); +} +.vbtn-link:hover, +.vbtn-link:focus, +.vbtn-link:active { + color: white; +} + +.vdd-icon { + border: solid white; + border-width: 0 3px 3px 0; + display: inline-block; + padding: 3px; + margin-left: 3px; +} + +.right { + transform: rotate(-45deg); + -webkit-transform: rotate(-45deg); +} + + +.text-box-title { + font-weight: bold; + text-transform: uppercase; + font-size: 22px; +} + +.text-box-content { + text-align: center; + color: white; + font-size: 20px; +} + +.spacer-inline { + color: #7d7d7d; + font-size: 16px; + display: block; + margin-top: 10px; +} + +h2 { + font-size: 28px; + margin-bottom: 20px !important; +} + +h3 { + margin-bottom: 10px !important; + color: #4D4D4D; +} + +.header-bg { +} + +#register { + margin-top:-40px; +} + +.ticket { + display: inline-block; + box-sizing: content-box; + filter: drop-shadow(0 2px 5px rgba(black,.5)); + position: relative; + height: 1em; + padding: 1em; + color: black; + font-size: 16px; + background-size: 51% 100%; + background-repeat: no-repeat; + background-image: radial-gradient(circle at 0 50%, rgba(255,255,224,0) 0.4em, #ffffe0 0.5em), radial-gradient(circle at 100% 50%, rgba(255,255,224,0) 0.4em, #ffffe0 0.5em); + background-position: top left, top right; +} + +#register-section { + background: #f7f7f7; + clip-path: polygon(0 0, 102% 0, 100% 90%, 0% 112%); +} + + at media (max-width: 992px) { + #register-section { + clip-path: none; + } +} + +.equal { + display: flex; + display: -webkit-flex; + flex-wrap: wrap; +} + +.spacer-2 { + width: 100px; + border-top: 2px solid #e7e7e7; + margin: 24px auto; +} + +.register-box { + text-align: center; + text-shadow: none; +} + +.dinner-box { + background: url('/images/events/vdd18/dinner.jpg') center no-repeat; + background-size: cover; +} + +.conference-box { + background: url('/images/events/vdd18/conference.jpg') center no-repeat; + background-size: cover; +} + +.register-box .text-box-content { + color: #4D4D4D; + font-size: 14px; + border-bottom: 1px solid #e7e7e7; + padding-bottom: 10px; +} + +#register-2 { + margin-top: 30px; +} + +#register-2 h2 { + text-transform: uppercase; +} + +#register-2 h2, +#register-2 p { + color: white !important; +} + +#when-box { + background: url('/images/events/vdd24/time.png') center no-repeat; + background-size: cover; +} + +#where-box { + background: url('/images/events/vdd24/seoul.jpg') center no-repeat; + background-size: cover; +} + +#partners-box { + background: url('/images/events/vdd24/partners.png') center no-repeat; + background-size: cover; +} + +#who-come-box { + background: url('/images/events/vdd16/crowd-of-people.jpg') center no-repeat; + background-size: cover; +} + +.header-bg h1 { + font-size: 44px; +} + +.header-bg h1, .header-bg h3, .header-bg a { + color: black; +} + +.header-bg a:hover, a:active, a:focus { + color: #e0e0e0; +} + +.header-bg h4 { + font-weight: bold; +} + +#nonprofitOrganizationDiv2 { + color: #e0e0e0; +} + +#nonprofitOrganizationDiv2 a { + color: #d0d0d0; +} + +section { + padding: 30px 0; +} + +p { + font-size: 14px; +} + +h2 { + margin-bottom: 10px; +} + +.uppercase { + text-transform: uppercase; +} + +#where { + background: url('/images/events/vdd16/crowd-of-people.jpg') center no-repeat fixed; + color: white; +} + +#where a, #where h2, #where p { + color: white; +} + +.btn-border { + border: 1px solid #fff; +} + +.tab-content { + margin-left: 1px; +} + +.event { + border-left: 2px solid #E47B00; + color: #4d4d4d; + margin-top: 6px; + border-radius: 3px; + padding: 8px 12px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12); + transition: all 0.3s linear; + -webkit-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; +} + +.event-description > ul > li { + margin: 8px 0; +} + +.event-talk { + border-left-color: #39b549; +} + +.event-coffee { + border-left-color: black; +} + +.event-meetups { + border-left-color: red; +} + +.event-welcome { + border-left-color: orange; +} + +.event-lunch { + border-left-color: #4D4D4D; +} + +.big-p { + font-size: 26px; +} + +.event:hover { + opacity: 0.8; +} + +.event h3 { + color: #4d4d4d; + font-weight: bold; +} + +#sponsors { + position: absolute; + bottom: -170px; + right: 15px; + padding: 15px; + font-weight: bold; + color: black; + background-color: white; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12); + border-radius: 6px; +} + +.sponsors-logo { + width: auto; + height: 38px; + padding-left: 5px; + padding-right: 5px; +} + +.header-bg .container { + position: relative; +} + +.vdd17-videolan-banner { + margin-top: 10px; +} + +.event-row { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -ms-flex-wrap: wrap; + flex-wrap: wrap;; +} + +.event-col { + margin: 5px 0; +} + +.event-col .header { + font-weight: bold; +} + +.event-time { + color: #39b549; + display: inline-block; +} + +.event-author { + float: right; + font-style: italic; +} + + at media (max-width: 992px) { + .event-author { + float: none; + } +} + +.avatar { + background-repeat: no-repeat; + background-position: center; + background-size: cover; + width: 32px; + height: 32px; + display: inline-block; + vertical-align: middle; + border-radius: 50%; + margin-right: 10px; + box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5); +} + +.avatar-jb { + background-image: url('/images/events/vdd18/jb.jpg') +} + +.person-block { + display: block; + margin-bottom: 5px; +} + +.spacer { + width: 200px; + border-top: 3px solid #e7e7e7; + margin: 24px auto; +} + +.nav-tabs > li { + float:none; + display:inline-block; + zoom:1; +} + +.nav-tabs { + text-align:center; +} + +.nav-tabs { + border-bottom: none !important; +} + +.nav-tabs { + border-bottom: 2px solid #DDD; +} + +.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { + border-width: 0; +} + +.nav-tabs > li > a { + border: none; + color: #666; +} + +.nav-tabs > li.active > a, .nav-tabs > li > a:hover { + border: none; + color: #39b549 !important; + background: transparent; +} + +.nav-tabs > li > a::after { + content: ""; + background: #39b549; + height: 2px; + position: absolute; + width: 100%; + left: 0px; + bottom: -1px; + transition: all 250ms ease 0s; + transform: scale(0); +} + +.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { + transform: scale(1); +} + +.tab-nav > li > a::after { + background: #21527d none repeat scroll 0% 0%; color: #fff; +} + +.tab-pane { + padding: 15px 0; +} + +.tab-content { + padding:20px +} + +p { + line-height: 22px; + margin: 0 0 10px; + padding: 0; +} + +#footer p { + text-align: center; +} + +.sponsors-logo-2 { + width: auto; + height: 50px; +} + +.sponsor-box-2 { + padding: 8px 10px; + background: rgba(0,0,0,0.3) !important; + color: white; + position: fixed; + z-index: 9999; + bottom: 0; + border-top-right-radius: 3px; + box-shadow: 0 0 6px rgba(25,25,34,.16); +} + + at media (max-width: 768px) { + .header-bg { + margin-top: -30px; + } + .header-bg h1 { + font-size: 30px; + } +} View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/bc9901b558ce47b25e0f681bfb29b3c43c508983 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/bc9901b558ce47b25e0f681bfb29b3c43c508983 You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Tue Aug 13 12:05:22 2024 From: gitlab at videolan.org (=?UTF-8?B?RnJhbsOnb2lzIENhcnRlZ25pZSAoQGZjYXJ0ZWduaWUp?=) Date: Tue, 13 Aug 2024 14:05:22 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] VDD24: update Message-ID: <66bb4c0234a3a_10e629925414010565cf@gitlab.mail> Fran?ois Cartegnie pushed to branch master at VideoLAN organization / websites Commits: 39276913 by Francois Cartegnie at 2024-08-13T19:04:37+07:00 VDD24: update - - - - - 4 changed files: - ? www.videolan.org/images/events/vdd24/vdd23.png - + www.videolan.org/images/events/vdd24/vdd24.png - www.videolan.org/videolan/events/vdd24/index.php - www.videolan.org/videolan/events/vdd24/style.css Changes: ===================================== www.videolan.org/images/events/vdd24/vdd23.png deleted ===================================== Binary files a/www.videolan.org/images/events/vdd24/vdd23.png and /dev/null differ ===================================== www.videolan.org/images/events/vdd24/vdd24.png ===================================== Binary files /dev/null and b/www.videolan.org/images/events/vdd24/vdd24.png differ ===================================== www.videolan.org/videolan/events/vdd24/index.php ===================================== @@ -1,5 +1,5 @@ - - -
@@ -31,8 +28,8 @@

Video Dev Days 2024

-

The Open Multimedia Conference that frees the cone in you!

-

3 - 4th November, 2024, Seoul

+

The Open Multimedia Conference - Welcome to C?ne-re-a !

+

2nd - 3rd November, 2024, Seoul

@@ -47,18 +44,20 @@ -

VideoLAN non-profit organization is pleased to welcome you to the next multimedia open-source event in Seoul !

-

In the upcoming edition, individuals from the VideoLAN and open-source multimedia communities will converge in Dublin to discuss and collaborate on shaping the future of the open-source multimedia.

-

This technical conference will concentrate on low-level multimedia elements, encompassing codecs and their implementations like x264 or dav1d, frameworks like FFmpeg or LibVLC, and lots of other exciting projects in the multimedia world.

+

The VideoLAN non-profit organization is excited to invite you to the upcoming multimedia open-source event in Seoul !

+ +

In this edition, participants from the VideoLAN and open-source multimedia communities will gather in Seoul to discuss and collaborate on advancing the future of open-source multimedia.

+ +

This technical conference will focus on in-depth multimedia topics, including codecs and their implementations such as x264 and dav1d, as well as frameworks like FFmpeg, and projects like VideoLAN, VLC, Kodi, libplacebo, mpv and related projects.

+ +

This event is specifically geared towards the technical aspects of multimedia, emphasizing low-level components like codecs, their implementations, frameworks, playback libraries, and various innovative projects within the multimedia domain.

-

This is a technical conference, focused on low-level multimedia, like codecs and their implementations like x264 or dav1d, frameworks like FFmpeg or Gstreamer or playback libraries like libVLC.

-

When ?

-

3 - 4 November 2024

+

2 - 3 November 2024

@@ -93,6 +92,18 @@
+
+
+

Registration

+
+
+
+ Register for free at VDD 24 registration form +
+
+
+
+
@@ -104,9 +115,9 @@ @@ -145,11 +156,6 @@
-
- - - -
@@ -162,17 +168,20 @@

Conference

-

TBA

+

Kwangwoon University

+

TBA

+
Open map in full +

Hotel

-

+

Sponsorised accomodation will be listed here

Beer Event

-

+

There might be beer in Korea as well

===================================== www.videolan.org/videolan/events/vdd24/style.css ===================================== @@ -5,9 +5,13 @@ } #videodevdays { - -webkit-background-clip: text; +/* -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: -webkit-linear-gradient(left, red, black, blue, red, black, blue); +*/ text-shadow: -1px 1px 0 #000, + 1px 1px 0 #000, + 1px -1px 0 #000, + -1px -1px 0 #000; } #bodyInner { @@ -104,6 +108,7 @@ h3 { } .header-bg { + background-color: transparent; } #register { @@ -231,6 +236,10 @@ section { padding: 30px 0; } +.container { + background-color: rgba(255,255,255, .5); +} + p { font-size: 14px; } View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/39276913ee8cf4bfc6df54ce23eb098ae82a340e -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/39276913ee8cf4bfc6df54ce23eb098ae82a340e You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Wed Aug 14 07:02:02 2024 From: gitlab at videolan.org (=?UTF-8?B?RnJhbsOnb2lzIENhcnRlZ25pZSAoQGZjYXJ0ZWduaWUp?=) Date: Wed, 14 Aug 2024 09:02:02 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] update VDD24 design Message-ID: <66bc566aa0e9b_10e629ce27dac11773c6@gitlab.mail> Fran?ois Cartegnie pushed to branch master at VideoLAN organization / websites Commits: 6b70b009 by Francois Cartegnie at 2024-08-14T14:01:03+07:00 update VDD24 design - - - - - 3 changed files: - www.videolan.org/images/events/vdd24/vdd24.png - + www.videolan.org/images/events/vdd24/vdd24wide.png - www.videolan.org/videolan/events/vdd24/index.php Changes: ===================================== www.videolan.org/images/events/vdd24/vdd24.png ===================================== Binary files a/www.videolan.org/images/events/vdd24/vdd24.png and b/www.videolan.org/images/events/vdd24/vdd24.png differ ===================================== www.videolan.org/images/events/vdd24/vdd24wide.png ===================================== Binary files /dev/null and b/www.videolan.org/images/events/vdd24/vdd24wide.png differ ===================================== www.videolan.org/videolan/events/vdd24/index.php ===================================== @@ -23,10 +23,8 @@
-
- vdd logo -
-
+ +

Video Dev Days 2024

The Open Multimedia Conference - Welcome to C?ne-re-a !

2nd - 3rd November, 2024, Seoul

View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/6b70b009dbdca8fbc5f838dc204ca90e328c30e4 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/6b70b009dbdca8fbc5f838dc204ca90e328c30e4 You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Fri Aug 23 17:19:52 2024 From: gitlab at videolan.org (=?UTF-8?B?RmVsaXggUGF1bCBLw7xobmUgKEBma3VlaG5lKQ==?=) Date: Fri, 23 Aug 2024 19:19:52 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] VLC: update tvOS and iOS versions Message-ID: <66c8c4b86b073_32edc50f8d046933fc@gitlab.mail> Felix Paul K?hne pushed to branch master at VideoLAN organization / websites Commits: 1eae4f27 by Felix Paul K?hne at 2024-08-23T19:19:45+02:00 VLC: update tvOS and iOS versions - - - - - 1 changed file: - www.videolan.org/include/os-specific.php Changes: ===================================== www.videolan.org/include/os-specific.php ===================================== @@ -5,8 +5,8 @@ $macosxversion = '3.0.21'; $macosArm64version = '3.0.21'; $oldmacosxversion = '2.0.10'; $version = '3.0.20'; -$iosversion = '3.5.10'; -$tvosversion = '3.5.10'; +$iosversion = '3.6.4'; +$tvosversion = '3.6.0'; $androidversion = '3.5.4'; $winrtversion = '3.1.2'; View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/1eae4f27e8da65e35868c2294f3ecbc6e1a6c54f -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/1eae4f27e8da65e35868c2294f3ecbc6e1a6c54f You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance From gitlab at videolan.org Wed Aug 28 04:26:10 2024 From: gitlab at videolan.org (=?UTF-8?B?RmVsaXggUGF1bCBLw7xobmUgKEBma3VlaG5lKQ==?=) Date: Wed, 28 Aug 2024 06:26:10 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] vlc/stats: show 3.0.21 Message-ID: <66cea6e28e146_32edca7732c411735d1@gitlab.mail> Felix Paul K?hne pushed to branch master at VideoLAN organization / websites Commits: ecfe740c by Felix Paul K?hne at 2024-08-28T06:25:58+02:00 vlc/stats: show 3.0.21 - - - - - 1 changed file: - www.videolan.org/vlc/stats/downloads.php Changes: ===================================== www.videolan.org/vlc/stats/downloads.php ===================================== @@ -218,6 +218,7 @@ "3.0.18" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ), "3.0.19" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ), "3.0.20" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ), + "3.0.21" => 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/ecfe740c27bc888022fa8a5eb47a1507c495d24b -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/ecfe740c27bc888022fa8a5eb47a1507c495d24b You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance