Difference between revisions of "VLC Developers Corner"
Line 48: | Line 48: | ||
Discover also [[VideoLAN projects|lesser known projects]]. | Discover also [[VideoLAN projects|lesser known projects]]. | ||
</div> | </div> | ||
− | |||
+ | |width="35%" rowspan="1" valign="top"|<div style="color:#000;background-color:#f5fffa;border:1px solid #cedff2;padding:10px;margin: 6px"> | ||
+ | |||
+ | <h2 style="margin:0;background:#cedff2;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;"> | ||
+ | Build VLC media player</h2> | ||
+ | To build VLC, you first need to get the [[GetTheSource|Source Code]]. | ||
+ | |||
+ | * [[UnixCompile|How to compile on Unix/Linux]] | ||
+ | * [[Win32Compile|How to compile on Windows]] | ||
+ | * [[OSXCompile|How to compile on Mac OS X]] | ||
+ | * [[BeOSCompile|How to compile on BeOS]] | ||
+ | </div> | ||
+ | |||
+ | <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> | ||
+ | |||
+ | </div> | ||
− | |||
| width="35%" rowspan="1" valign="top" | | | width="35%" rowspan="1" valign="top" | | ||
<div style="margin:10px;border: 1px solid #f2e0ce; color: #000; background-color: #fffaf5; padding:10px; margin: 6px;"> | <div style="margin:10px;border: 1px solid #f2e0ce; color: #000; background-color: #fffaf5; padding:10px; margin: 6px;"> | ||
Line 80: | Line 95: | ||
|width="40%" class="MainPageBG" style="border: 1px solid #ffc9c9; color: #000; background-color: #fff3f3"| | |width="40%" class="MainPageBG" style="border: 1px solid #ffc9c9; color: #000; background-color: #fff3f3"| | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Rules === | === Rules === |
Revision as of 02:08, 17 December 2006
|
VideoLAN other projectsHere is a short list of the main projects hosted by the VideoLAN project:
Libraries
Discover also lesser known projects. |
Build VLC media playerTo build VLC, you first need to get the Source Code. Code VLC |
Development discussions under workCurrent discussions
Design
Passed discussions
Design |
RulesTools
|
Joining usVideoLAN welcomes anyone wanting to help, either by writing code, finding or fixing bugs, starting or updating translations, doing graphics work, ... Getting startedGetting 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. You might be interested in having a look at our Mini Projects, which are some identified development efforts for which an existing VLC developer is willing to help a new developer in his progress. These Mini Projects generally don't require a great knowledge of VLC code. It is recommended that you join the vlc-devel mailing list, where all commits are archived. |
Miscellaneous how-to
- Cédric Bosdonnat 's notes (fr) about developing a new module type.