Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 29: Line 29:
 
<!-- end of the header section -->
 
<!-- end of the header section -->
  
{|
+
== Compile VLC ==
|- valign="top" width="100%"
 
 
 
|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;">
 
Compile VLC</h2>
 
  
 
To build VLC, you first need to get the [[GetTheSource|Source Code]].
 
To build VLC, you first need to get the [[GetTheSource|Source Code]].
 
* [[Win32Compile|Compile for Windows]] ([[Win32CompileMSYS|Native]])
 
* [[OSXCompile|Compile on Mac OS X]]
 
* [[UnixCompile|Compile on Linux, BSD or other Unices]]
 
  
 
For other OSes and HOWTOs, check the [[Compile VLC]] page.
 
For other OSes and HOWTOs, check the [[Compile VLC]] page.
  
</div>
+
== Current technical discussions on VLC ==
 
 
 
 
<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</h2>
 
 
 
== Current Development ==
 
[[Next_changes| Changes in the current version]]
 
 
 
== Current discussions ==
 
 
* [[Usability Complaints]]
 
* [[Usability Complaints]]
  
Line 77: Line 56:
 
* [[DefaultSkinRequirements|Default Skin Requirements]] - Specifications of an eligible skin for default skin.
 
* [[DefaultSkinRequirements|Default Skin Requirements]] - Specifications of an eligible skin for default skin.
  
</div>
 
 
 
 
 
|width="35%" rowspan="1" valign="top"|
 
<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 or a VLC module</h2>
 
 
=== Start coding on VLC ===
 
=== Start coding on VLC ===
 
* [[Getting Started At Coding|Get started at coding on VLC]]
 
* [[Getting Started At Coding|Get started at coding on VLC]]
Line 105: Line 75:
 
* [[Nightly_Build| Nightly Builds]]
 
* [[Nightly_Build| Nightly Builds]]
 
* Launchpad ([https://bugs.launchpad.net/distros/ubuntu/+source/vlc/+bugs?field.searchtext=vlc&orderby=-date_last_updated&search=Search&field.status%3Alist=Unconfirmed&field.status%3Alist=Confirmed&field.status%3Alist=In+Progress&field.status%3Alist=Needs+Info&field.status%3Alist=Fix+Committed&field.assignee=&field.owner=&field.omit_dupes=on&field.has_patch=&field.has_no_package= recent bug changes]) ([https://bugs.launchpad.net/distros/ubuntu/+source/vlc/+bugs all bugs])
 
* Launchpad ([https://bugs.launchpad.net/distros/ubuntu/+source/vlc/+bugs?field.searchtext=vlc&orderby=-date_last_updated&search=Search&field.status%3Alist=Unconfirmed&field.status%3Alist=Confirmed&field.status%3Alist=In+Progress&field.status%3Alist=Needs+Info&field.status%3Alist=Fix+Committed&field.assignee=&field.owner=&field.omit_dupes=on&field.has_patch=&field.has_no_package= recent bug changes]) ([https://bugs.launchpad.net/distros/ubuntu/+source/vlc/+bugs all bugs])
</div>
 
 
 
| width="35%" rowspan="1" valign="top" |
 
  
<div style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px; float: left;">
+
== Control VLC ==
<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;">
 
Control VLC</h2>
 
 
Control VLC:
 
Control VLC:
 
* Talk to VLC through the [[DBus]] protocol
 
* Talk to VLC through the [[DBus]] protocol
</div>
 
  
<div style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px; float: left; width: 92%;">
+
== VideoLAN's Administration ==
<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>
 
 
* [[Bugday|VideoLAN bugdays]]
 
* [[Bugday|VideoLAN bugdays]]
 
* [[Calendar|VideoLAN calendar]]
 
* [[Calendar|VideoLAN calendar]]
Line 132: Line 93:
 
* [[SpamBlacklist]]
 
* [[SpamBlacklist]]
 
* [[VideoLAN_Wiki:TODO | TODO]]
 
* [[VideoLAN_Wiki:TODO | TODO]]
</div>
 
 
|-
 
|}
 

Revision as of 15:49, 8 November 2013


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

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

For other OSes and HOWTOs, check the Compile VLC page.

Current technical discussions on VLC

Past discussions

Design

Start coding on VLC

VLC development links

Control VLC

Control VLC:

  • Talk to VLC through the DBus protocol

VideoLAN's Administration

Wiki Admins