Difference between revisions of "VLC Developers Corner"
Jump to navigation
Jump to search
m (switch two divs.) |
|||
Line 52: | Line 52: | ||
<div style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px; float: left;"> | <div style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px; float: left;"> | ||
<h2 style="margin:0;background:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;"> | <h2 style="margin:0;background:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;"> | ||
− | + | Build an application on VLC</h2> | |
− | * [[ | + | There are several ways to build an application that uses VLC. Some are listed here. |
− | * [[ | + | * Build a GPL application using libvlc, in C/C++/[[C_Sharp|C#]] |
− | * | + | * Use the python bindings [[MediaControlIDL]] |
− | + | * Use the java bindings | |
− | + | * Use the ActiveX Controls | |
− | * | + | * Use the JavaScript API |
− | * | + | * Talk to VLC through the [[DBus]] communication |
− | * [[ | ||
</div> | </div> | ||
Line 143: | Line 142: | ||
</div> | </div> | ||
+ | |||
<div style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px; float: left;"> | <div style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px; float: left;"> | ||
<h2 style="margin:0;background:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;"> | <h2 style="margin:0;background:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;"> | ||
− | + | VideoLAN's Administration</h2> | |
− | + | * [[VideoLAN Servers]] | |
− | * | + | * [[Add a skin|How to add a skin on the skins download page]] |
− | * | + | * [http://mirrors.videolan.org Download mirrors integrity tests] |
− | * | + | === Wiki Admins === |
− | * | + | |
− | * | + | * [{{SERVER}}/Special:Listusers?group=sysop Admins list] |
− | * | + | * [[SpamBlacklist]] |
+ | * [[VideoLAN_Wiki:TODO | TODO]] | ||
</div> | </div> | ||
+ | |||
+ | |||
|- | |- | ||
|} | |} |
Revision as of 14:59, 3 March 2007
|
VideoLAN other projectsHere is a short list of the main projects hosted by the VideoLAN project:
Libraries
Discover also lesser known projects. Build an application on VLCThere are several ways to build an application that uses VLC. Some are listed here.
|
Build VLC media playerCheck the NEWS. Check the generic compile HOWTO. 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
Past discussions
Design
VideoLAN's AdministrationWiki Admins
|