Difference between revisions of "VLC Developers Corner"
Jump to navigation
Jump to search
(moved to packagers) |
|||
Line 33: | Line 33: | ||
|width="30%" valign="top"| | |width="30%" 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;"> | <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;"> | ||
Line 87: | Line 58: | ||
</div> | </div> | ||
+ | |||
+ | <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;"> | ||
+ | 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> | ||
+ | |||
+ | |width="35%" rowspan="1" valign="top"| | ||
<div style="margin:6px;border: 1px solid #FFA8D3;background-color:#FFECF5; color: #000; padding:10px; margin-top:12px"> | <div style="margin:6px;border: 1px solid #FFA8D3;background-color:#FFECF5; color: #000; padding:10px; margin-top:12px"> | ||
Revision as of 18:34, 13 March 2009
|
Build VLC media playerCheck the NEWS. Check the generic compile HOWTO. To build VLC, you first need to get the Source Code.
Build an application on VLCThere are several ways to build an application that uses VLC. Some are listed here.
|
Code VLCStart coding on VLC
VLC Code
Tools to code VLC
|
Development discussions under workCurrent DevelopmentChanges in the current version Current discussions
Design
Past discussions
Design
VideoLAN's Administration
Wiki Admins
|