Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 38: Line 38:
 
Compile VLC</h2>
 
Compile VLC</h2>
  
Check the [[Compile VLC]] page.
+
To build VLC, you first need to get the [[GetTheSource|Source Code]].
 +
 
 +
* [[Win32Compile|Compile for Windows]] ([[Win32CompileMSYSNew|Native]])
 +
* [[OSXCompile|Compile on Mac OS X]]
 +
* [[UnixCompile|Compile on Linux, BSD or other Unices]]
 +
 
 +
For other OSes,, check the [[Compile VLC]] page.
  
To build VLC, you first need to get the [[GetTheSource|Source Code]].
 
 
</div>
 
</div>
  

Revision as of 09:25, 4 June 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,, 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