Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 91: Line 91:
 
* [[Hacker_Guide|Hacker's Guide]]
 
* [[Hacker_Guide|Hacker's Guide]]
 
** [[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]]
 
* [[Code Conventions]]
 
* [[Code Conventions]]
 
* [http://www.videolan.org/developers/vlc/doc/doxygen/html/ Code documentation]
 
* [http://www.videolan.org/developers/vlc/doc/doxygen/html/ Code documentation]

Revision as of 12:09, 27 September 2012


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

Check VLC's page to get info on VLC.

761 articles

Compile VLC

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

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


Development discussions

Current Development

Changes in the current version

Current discussions

Past discussions

Design



Developing on VLC or a VLC module

Start coding on VLC

VLC development links


Build an application based on libVLC

There are several ways to build an application that uses VLC. Some are listed here.

Control VLC:

  • Talk to VLC through the DBus protocol