Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 52: Line 52:
  
 
== Current discussions ==
 
== Current discussions ==
* [[VoutRework|Vout Rework]] - improving the video output subsystem.
 
* [[telnet rc rewrite]] - Merging the "telnet" and "rc" controls.
 
 
* [[Usability Complaints]]
 
* [[Usability Complaints]]
  
 
== Past discussions ==
 
== Past discussions ==
 +
* [[VoutRework|Vout Rework]] - improving the video output subsystem.
 +
* [[telnet rc rewrite]] - Merging the "telnet" and "rc" controls.
 
* [[SimplePreferences|Simple Preferences]] - We wish to add a "simple" preferences mode, additionally to the full mode we already have.
 
* [[SimplePreferences|Simple Preferences]] - We wish to add a "simple" preferences mode, additionally to the full mode we already have.
 
* [[QtIntfTODO|Qt Interface TODO]] - A brand new qt4 interface ... in order to get rid of wxWidgets.
 
* [[QtIntfTODO|Qt Interface TODO]] - A brand new qt4 interface ... in order to get rid of wxWidgets.
Line 84: Line 84:
 
* [[Getting Started At Coding|Get started at coding on VLC]]
 
* [[Getting Started At Coding|Get started at coding on VLC]]
 
* You might be interested in our [[Mini_Projects|Mini Projects]] or [[GCodeIn_Ideas|Janitorial projects]]
 
* You might be interested in our [[Mini_Projects|Mini Projects]] or [[GCodeIn_Ideas|Janitorial projects]]
 
+
* [[Hacker_Guide|Hacker's Guide]]
=== VLC Code ===
+
** [[Hacker_Guide/Module_Writers_Guide|How to write a module]]
* [[Documentation:Hacker%27s_Guide|Hacker's Guide]]
 
** [[Documentation:Hacker's_Guide/Module_Writers_Guide|How to write a module]]
 
 
** [[Unicode and Strings]]
 
** [[Unicode and Strings]]
 
* [[Code Conventions]]
 
* [[Code Conventions]]

Revision as of 12:53, 9 November 2011


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 or a VLC module

Start coding on VLC

VLC development links


Build an application on libVLC

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