Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 36: Line 36:
  
 
<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;">
Compile VLC media player</h2>
+
Compile VLC</h2>
  
 
Check the [[Compile VLC]] page.
 
Check the [[Compile VLC]] page.
  
 
To build VLC, you first need to get the [[GetTheSource|Source Code]].
 
To build VLC, you first need to get the [[GetTheSource|Source Code]].
 
 
</div>
 
</div>
  
Line 47: Line 46:
 
<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;">
  
<h2 style="margin:0; background-color:#f2e0ce;font-size:120%;font-weight:bold;border:1px solid #bfb1a3;text-align:left;color:#000;padding:0.2em .4em;"> Development discussions under work</h2>
+
<h2 style="margin:0; background-color:#f2e0ce;font-size:120%;font-weight:bold;border:1px solid #bfb1a3;text-align:left;color:#000;padding:0.2em .4em;"> Development discussions</h2>
  
 
== Current Development ==
 
== Current Development ==
Line 56: Line 55:
 
* [[telnet rc rewrite]] - Merging the "telnet" and "rc" controls.
 
* [[telnet rc rewrite]] - Merging the "telnet" and "rc" controls.
 
* [[Usability Complaints]]
 
* [[Usability Complaints]]
 
=== Design ===
 
* [[DefaultSkinRequirements|Default Skin Requirements]] - Specifications of an eligible skin for default skin.
 
  
 
== Past discussions ==
 
== Past discussions ==
Line 74: Line 70:
 
=== Design ===
 
=== Design ===
 
* [[WebsiteRedesign|Website Redesign]] and [[WebsiteDesign|Design Proposals]]
 
* [[WebsiteRedesign|Website Redesign]] and [[WebsiteDesign|Design Proposals]]
 +
* [[DefaultSkinRequirements|Default Skin Requirements]] - Specifications of an eligible skin for default skin.
  
 
</div>
 
</div>
Line 80: Line 77:
  
 
|width="35%" rowspan="1" valign="top"|
 
|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:6px">
  
 
<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;"> Developing on 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;"> Developing on VLC</h2>

Revision as of 15:12, 9 November 2010


This is a directory of everything to do with the development of VideoLAN's projects.

Check VLC's page to get info on VLC.

761 articles

Compile VLC

Check the Compile VLC page.

To build VLC, you first need to get the Source Code.


Development discussions

Current Development

Changes in the current version

Current discussions

Past discussions

Design


Developing on VLC

Start coding on VLC

VLC Code


Tools to code VLC

Build an application on libVLC

There are several ways to build an application that uses VLC. Some are listed here.