Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 32: Line 32:
 
* Get the [[GetTheSource|Source Code]] and [[Compile VLC]]
 
* Get the [[GetTheSource|Source Code]] and [[Compile VLC]]
 
* You might be interested in our [[Mini_Projects|Mini Projects]] or [[GCodeIn_Ideas|Janitorial projects]]
 
* You might be interested in our [[Mini_Projects|Mini Projects]] or [[GCodeIn_Ideas|Janitorial projects]]
* [[Hacker_Guide|Hacker's Guide]]
+
* Read our [[Hacker_Guide|Hacker's Guide]]
 
** [[Hacker_Guide/Core|Introduction to VLC's core]]
 
** [[Hacker_Guide/Core|Introduction to VLC's core]]
 
** [[Documentation:VLC_Modules_Loading|Modules loading documentation]]
 
** [[Documentation:VLC_Modules_Loading|Modules loading documentation]]
 
** [[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]
 
* [[Code Conventions]]
 
* [[Code Conventions]]
* [http://www.videolan.org/developers/vlc/doc/doxygen/html/ Code documentation]
 
  
 
=== VLC development links ===
 
=== VLC development links ===
* [[Contrib_Status|Contrib Status]] - Contrib Libraries Status
+
* [http://trac.videolan.org/vlc/ Trac] list of bugs
* [http://trac.videolan.org/vlc Trac] list of bugs
 
 
* vlc-devel [http://developers.videolan.org/lists.html mailing list], mailing list.
 
* vlc-devel [http://developers.videolan.org/lists.html mailing list], mailing list.
 
* [http://www.videolan.org/developers/i18n/ Translation information and stats]
 
* [http://www.videolan.org/developers/i18n/ Translation information and stats]
* [http://cia.navi.cx/stats/project/vlc CIA] and [http://www.ohloh.net/p/vlc Ohloh] statistics
+
* [http://www.ohloh.net/p/vlc Ohloh] statistics
* [http://vlc.pastebin.com Pasteboard]
 
 
* [http://buildbot.videolan.org Buildbot]
 
* [http://buildbot.videolan.org Buildbot]
 
* [[Nightly_Build| Nightly Builds]]
 
* [[Nightly_Build| Nightly Builds]]

Revision as of 16:09, 8 November 2013


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

Control VLC

Control VLC:

  • Talk to VLC through the DBus protocol

Current technical discussions on VLC

Past discussions

Design