Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 82: Line 82:
 
<div style="margin:6px;border: 1px solid #FFA8D3;background-color:#FFECF5; color: #000; padding:10px; margin-top:12px">
 
<div style="margin:6px;border: 1px solid #FFA8D3;background-color:#FFECF5; color: #000; padding:10px; margin-top:12px">
  
<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;"> Code 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</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 14:44, 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 media player

Check the Compile VLC page.

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


Development discussions under work

Current Development

Changes in the current version

Current discussions

Design

Past discussions

Design


Developing on VLC

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.