Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 79: Line 79:
 
<div style="margin:6px;border: 1px solid #FFA8D3;background-color:#FFECF5; color: #000; padding:10px; margin-top:6px">
 
<div style="margin:6px;border: 1px solid #FFA8D3;background-color:#FFECF5; color: #000; padding:10px; margin-top:6px">
  
<h2 style="margin:0; background-color:#FFA8D3;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em .4em;"> Developing on VLC</h2>
+
<h2 style="margin:0; background-color:#FFA8D3;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em .4em;">Developing on VLC or a VLC module</h2>
 
=== Start coding on VLC ===
 
=== Start coding on VLC ===
 
* [[Getting Started At Coding|Get started at coding on VLC]].
 
* [[Getting Started At Coding|Get started at coding on VLC]].

Revision as of 15:26, 9 November 2010


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 Code

Tools to code VLC

Build an application on libVLC

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