Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Fix important link x2: http://developers.videolan.org → https://www.videolan.org/developers)
m (http → https for most links, test links, fix broken mirrors.videolan.org → www.videolan.org/videolan/mirrors.html)
Line 22: Line 22:
 
* [http://jenkins.videolan.org Jenkins server for Automatic Builds]
 
* [http://jenkins.videolan.org Jenkins server for Automatic Builds]
 
|style="width:18%;font-size:95%" valign="top"|
 
|style="width:18%;font-size:95%" valign="top"|
* [http://trac.videolan.org Trac, bugs, features, roadmap]
+
* [https://trac.videolan.org Trac, bugs, features, roadmap]
* [http://mirrors.videolan.org 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]
 
|}
 
|}
Line 37: Line 37:
 
** [[Hacker Guide/How To Write a Module|How to write a module]]
 
** [[Hacker Guide/How To Write a Module|How to write a module]]
 
** [[Documentation:VLC_Modules_Loading|How VLC modules load]]
 
** [[Documentation:VLC_Modules_Loading|How VLC modules load]]
* [http://www.videolan.org/developers/vlc/doc/doxygen/html/ Code documentation]
+
* [https://www.videolan.org/developers/vlc/doc/doxygen/html/ Code documentation]
 
* [[Code Conventions]]
 
* [[Code Conventions]]
  
 
=== VLC development links ===
 
=== VLC development links ===
* [http://trac.videolan.org/vlc/ Trac] list of bugs
+
* [https://trac.videolan.org/vlc/ Trac] 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.
* [http://www.videolan.org/developers/i18n/ Translation information and stats]
+
* [https://www.videolan.org/developers/i18n/ Translation information and stats]
 
* [http://www.ohloh.net/p/vlc Ohloh] statistics
 
* [http://www.ohloh.net/p/vlc Ohloh] statistics
 
* [http://buildbot.videolan.org Buildbot]
 
* [http://buildbot.videolan.org Buildbot]

Revision as of 09:54, 23 January 2019


This is a directory of everything to do with the development of VideoLAN's projects.

Check VLC's page to get info on VLC.

Coding on VLC

VLC development links

Current technical discussions on VLC

Past discussions

Design