Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 32: Line 32:
 
* 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]]
 
* [[Hacker_Guide|Hacker's Guide]]
 +
** [[Hacker_Guide/Core|Introduction to VLC's core]]
 +
** [[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]]

Revision as of 15:58, 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

VideoLAN's Administration

Wiki Admins

Compile VLC

To build VLC, you first need to get the Source Code.

For other OSes and HOWTOs, check the Compile VLC page.

Current technical discussions on VLC

Past discussions

Design