Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 1: Line 1:
This page is a collection of useful links for the developers.
+
__NOTOC__
  
== How-Tos ==
+
Welcome to VLC's developers corner. This is a directory of everything to do with the development of VLC. If you are looking for information about downloading or using VLC, you should have a look at our website [[http://www.videolan.org]].
  
* [[Add a skin|How to add a skin on the skins download page]]
+
{| cellspacing="3"
* [http://mirrors.videolan.org VideoLAN download mirrors file integrity checks]
+
|- valign="top"
 +
|width="40%" class="MainPageBG" style="border: 1px solid #ffc9c9; color: #000; background-color: #fff3f3"|
 +
 
 +
=== Compiling VLC ===
 +
 
 +
At the moment, all information is available from here : http://developers.videolan.org/vlc/
 +
 
 +
|width="60%" class="MainPageBG" style="border: 1px solid #c6c9ff; color: #000; background-color: #f0f0ff"|
 +
 
 +
=== Joining us ===
 +
 
 +
VideoLAN welcomes anyone wanting to help, either by writing code, finding or fixing bugs, doing graphics work, ...
 +
 
 +
==== Getting started ====
 +
 
 +
Getting started at coding is a matter of finding something to fix, and fixing it. Once you have fixed something, you will want to send in a patch. If you do that a few times, you may want to apply for an SVN account so you can fix things directly.
 +
 
 +
It is recommended that you join the vlc-devel mailing list, where all commits are archived.
 +
 
 +
|}
 +
 
 +
<div style="margin:3pt;width:100%;border: 1px solid #119900; color: #000; background-color: #ddffdd">
 +
=== What is currently going on ===
  
== Work in Progress ==
+
These pages are used to coordinate some of the currently ongoing development or artwork works.
 
* [[VoutRework]]
 
* [[VoutRework]]
 
* [[DefaultSkinRequirements]]
 
* [[DefaultSkinRequirements]]
Line 14: Line 36:
 
* [[telnet rc rewrite]]
 
* [[telnet rc rewrite]]
 
* [[SimplePreferences]]
 
* [[SimplePreferences]]
 +
</div>
  
 
== Various ==
 
== Various ==
Line 19: Line 42:
  
 
Diego 'Flameeyes' Pettenò 's [http://www.gentoo.org/proj/en/desktop/video/vlc.xml notes] about packaging VLC into [http://www.gentoo.org/ Gentoo].
 
Diego 'Flameeyes' Pettenò 's [http://www.gentoo.org/proj/en/desktop/video/vlc.xml notes] about packaging VLC into [http://www.gentoo.org/ Gentoo].
 +
 +
* [[Add a skin|How to add a skin on the skins download page]]
 +
* [http://mirrors.videolan.org VideoLAN download mirrors file integrity checks]

Revision as of 17:51, 7 June 2006


Welcome to VLC's developers corner. This is a directory of everything to do with the development of VLC. If you are looking for information about downloading or using VLC, you should have a look at our website [[1]].

Compiling VLC

At the moment, all information is available from here : http://developers.videolan.org/vlc/

Joining us

VideoLAN welcomes anyone wanting to help, either by writing code, finding or fixing bugs, doing graphics work, ...

Getting started

Getting started at coding is a matter of finding something to fix, and fixing it. Once you have fixed something, you will want to send in a patch. If you do that a few times, you may want to apply for an SVN account so you can fix things directly.

It is recommended that you join the vlc-devel mailing list, where all commits are archived.

What is currently going on

These pages are used to coordinate some of the currently ongoing development or artwork works.

Various

Cédric Bosdonnat 's notes (fr) about developing a new module type.

Diego 'Flameeyes' Pettenò 's notes about packaging VLC into Gentoo.