Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
(→‎Past discussions: Add SDI API with explanation)
m (typo)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__ __NOEDITSECTION__
 
__NOTOC__ __NOEDITSECTION__
<!-- Beginning of header section -->
+
<!-- Beginning of the banner section -->
{|class="banner" style="margin-bottom:+.7em;"
+
{{Banner
|style="width:56%;"|
+
|description=A directory of everything to do with the development of VideoLAN's projects.<br />
{|style="width:280px; border:solid 0px; background:none;"
 
|-
 
|style="width:280px;" class="center nowrap"|
 
<div class="banner-title">Welcome to [[VLC Developers Corner]],</div>
 
<div class="banner-subtitle"> This is a directory of everything to do with the development of VideoLAN's projects.<br />
 
 
Check [[VLC media player|VLC's page]] to get info on VLC.
 
Check [[VLC media player|VLC's page]] to get info on VLC.
</div>
+
|links=
|}
 
|class="banner-links-col1 plainlinks nowrap"|
 
 
* [[VideoLAN]]
 
* [[VideoLAN]]
 
* [[VLC media player]]
 
* [[VLC media player]]
** [https://addons.videolan.org Add-ons for VLC]
+
** [https://addons.videolan.org Add-ons]
 
* [[Documentation:Documentation|Documentation]]
 
* [[Documentation:Documentation|Documentation]]
 
* [[VideoLAN_Sites#Developers|Developers' Sites]]
 
* [[VideoLAN_Sites#Developers|Developers' Sites]]
|class="banner-links-col2 plainlinks"|
+
|links2=
 
* [https://www.videolan.org/developers Developer Zone]
 
* [https://www.videolan.org/developers Developer Zone]
 
* [https://nightlies.videolan.org Nightly builds]
 
* [https://nightlies.videolan.org Nightly builds]
 
* [https://jenkins.videolan.org Automatic builds]
 
* [https://jenkins.videolan.org Automatic builds]
|class="banner-links-col3 plainlinks"|
+
|links3=
* [https://trac.videolan.org Trac, bugs, features, roadmap]
+
* [https://code.videolan.org/videolan/vlc/-/issues bugs, features, roadmap]
 
* [https://www.videolan.org/videolan/mirrors.html Mirrors check]
 
* [https://www.videolan.org/videolan/mirrors.html Mirrors check]
 
* [ftp://ftp.videolan.org/pub/videolan/ Main FTP]
 
* [ftp://ftp.videolan.org/pub/videolan/ Main FTP]
|}
+
}}
<!-- end of the header section -->
+
<!-- End of the banner section -->
  
 
== Coding on VLC ==
 
== Coding on VLC ==
Line 40: Line 33:
  
 
=== VLC development links ===
 
=== VLC development links ===
* [https://trac.videolan.org/vlc/ Trac] list of bugs
+
* [https://code.videolan.org/videolan/vlc/-/issues/ GitLab] list of bugs
 
* vlc-devel [https://www.videolan.org/developers/lists.html mailing list], mailing list.
 
* vlc-devel [https://www.videolan.org/developers/lists.html mailing list], mailing list.
 
* [https://www.videolan.org/developers/i18n/ Translation information and stats]
 
* [https://www.videolan.org/developers/i18n/ Translation information and stats]
Line 59: Line 52:
 
* [[SimplePreferences|Simple Preferences]] - We wish to add a "simple" preferences mode, additionally to the full mode we already have.
 
* [[SimplePreferences|Simple Preferences]] - We wish to add a "simple" preferences mode, additionally to the full mode we already have.
 
* [[QtIntfTODO|Qt Interface TODO]] - A brand new qt4 interface ... in order to get rid of wxWidgets.
 
* [[QtIntfTODO|Qt Interface TODO]] - A brand new qt4 interface ... in order to get rid of wxWidgets.
 +
** [[QtIntfMockups]]
 +
*** [[QtImageset]]
 +
*** [[QtIntfMockups-DericksIdea]]
 +
* [[Qt and GTK]]
 
* [[DBus-spec]] - Specification for a Common, Desktop neutral, Media Player D-Bus interface.
 
* [[DBus-spec]] - Specification for a Common, Desktop neutral, Media Player D-Bus interface.
 
* [[StatsSystem |Stats System]]
 
* [[StatsSystem |Stats System]]
 
* [[InteractionSystem]] - Interaction System
 
* [[InteractionSystem]] - Interaction System
* [[MediaControlAPI|Media Control API]] - a '''OUTDATED''' high level player-independent media API  
+
* [[MediaControlAPI|Media Control API]] - an '''OUTDATED''' high level player-independent media API  
 
* [[0.8.5StringReview]]
 
* [[0.8.5StringReview]]
 
* [[2005StringsReview]]
 
* [[2005StringsReview]]
 
* [[Libavcodec regressions]]
 
* [[Libavcodec regressions]]
 
* [[Mobile Features]]
 
* [[Mobile Features]]
* [[AndroidTODO]] - moved to [https://trac.videolan.org/vlc/report/27 Trac report 27]
+
* [[AndroidTODO]] - moved to [https://code.videolan.org/videolan/vlc/-/issues?scope=all&utf8=%E2%9C%93&state=opened&label_name[]=Component%3A%3APort%3A%20Android Gitlab Android Component] and [https://code.videolan.org/videolan/vlc/-/issues?scope=all&utf8=%E2%9C%93&state=opened&label_name[]=Component%3A%3AInterface%3A%20Android Gitlab Android Interface Component]
 
* [[SDI API]] - Linux-related: regarding [[wikipedia:Serial digital interface|SDI]] cards for [[V4l2]]
 
* [[SDI API]] - Linux-related: regarding [[wikipedia:Serial digital interface|SDI]] cards for [[V4l2]]
 +
* [[Newplaylist]]
 +
* [[Newsoundslider]]
 +
* [[BOMM3U]] - [[wikipedia:Byte order mark|Byte order mark]] for [[M3U]] playlists. <code>#EXTM3U</code> means [[wikipedia:M3U#Extended_M3U|Extended M3U]]
  
 
=== Design ===
 
=== Design ===

Latest revision as of 19:45, 7 December 2023

Coding on VLC

VLC development links

Current technical discussions on VLC

Past discussions

Design