Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 85: Line 85:
 
* 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/Module_Writers_Guide|How to write a module]]
+
** [[Hacker Guide/How To Write a Module|How to write a module]]
** [[Unicode and Strings]]
 
 
* [[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:54, 9 November 2011


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

Check the Compile VLC page.

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


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 on libVLC

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