Difference between revisions of "VLC Developers Corner"
Jump to navigation
Jump to search
Line 83: | Line 83: | ||
<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;"> Code VLC</h2> | ||
+ | === Start coding on VLC === | ||
+ | * [[Getting Started At Coding|Get started at coding on VLC]]. | ||
+ | * You might be interested in our [[Mini_Projects|Mini Projects]], which are some easy tasks that do not require a lot of VLC Code Knowledge. | ||
+ | * It is recommended that you join the vlc-devel [http://developers.videolan.org/lists.html mailing list], where all commits are archived. | ||
+ | |||
+ | === VLC Code === | ||
* [[Unicode and Strings]] | * [[Unicode and Strings]] | ||
* [[Code Conventions]] | * [[Code Conventions]] | ||
Line 89: | Line 95: | ||
* [[VLC variables help]] | * [[VLC variables help]] | ||
− | |||
− | |||
− | |||
− | |||
=== Tools to code VLC === | === Tools to code VLC === |
Revision as of 09:42, 21 December 2006
|
VideoLAN other projectsHere is a short list of the main projects hosted by the VideoLAN project:
Libraries
Discover also lesser known projects. VideoLAN's AdministrationWiki Admins |
Build VLC media playerCheck the NEWS. To build VLC, you first need to get the Source Code.
Code VLCStart coding on VLC
VLC Code
Tools to code VLC
|
Development discussions under workCurrent discussions
Design
Passed discussions
DesignBuild an application on VLCThere are several ways to build an application that uses VLC. Some are listed here.
|