Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 82: Line 82:
 
<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>
 
<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]]
* 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]]
  
 
=== VLC Code ===
 
=== VLC Code ===
Line 102: Line 102:
 
* Launchpad ([https://bugs.launchpad.net/distros/ubuntu/+source/vlc/+bugs?field.searchtext=vlc&orderby=-date_last_updated&search=Search&field.status%3Alist=Unconfirmed&field.status%3Alist=Confirmed&field.status%3Alist=In+Progress&field.status%3Alist=Needs+Info&field.status%3Alist=Fix+Committed&field.assignee=&field.owner=&field.omit_dupes=on&field.has_patch=&field.has_no_package= recent bug changes]) ([https://bugs.launchpad.net/distros/ubuntu/+source/vlc/+bugs all bugs])
 
* Launchpad ([https://bugs.launchpad.net/distros/ubuntu/+source/vlc/+bugs?field.searchtext=vlc&orderby=-date_last_updated&search=Search&field.status%3Alist=Unconfirmed&field.status%3Alist=Confirmed&field.status%3Alist=In+Progress&field.status%3Alist=Needs+Info&field.status%3Alist=Fix+Committed&field.assignee=&field.owner=&field.omit_dupes=on&field.has_patch=&field.has_no_package= recent bug changes]) ([https://bugs.launchpad.net/distros/ubuntu/+source/vlc/+bugs all bugs])
 
</div>
 
</div>
 +
  
 
| width="35%" rowspan="1" valign="top" |
 
| width="35%" rowspan="1" valign="top" |

Revision as of 15:36, 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.