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 ==
+
== Start coding on VLC ==
 
 
To build VLC, you first need to get the [[GetTheSource|Source Code]].
 
 
 
For other OSes and HOWTOs, check the [[Compile VLC]] page.
 
 
 
== Current technical discussions on VLC ==
 
* [[Usability Complaints]]
 
 
 
== 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.
 
* [[QtIntfTODO|Qt Interface TODO]] - A brand new qt4 interface ... in order to get rid of wxWidgets.
 
* [[DBus-spec]] - Specification for a Common, Desktop neutral, Media Player D-Bus interface.
 
* [[StatsSystem |Stats Sytem]]
 
* [[Browser Plugin Spec]]
 
* [[0.9.0PlaylistTODO|0.9.0 Playlist TODO]] - Major changes in the upcoming version
 
* [[InteractionSystem]] - Interaction System
 
* [[MediaControlAPI|Media Control API]] - a '''OUTDATED''' high level player-independent media API
 
* [[0.8.5StringReview]]
 
* [[2005StringsReview]]
 
 
 
=== Design ===
 
* [[WebsiteRedesign|Website Redesign]] and [[WebsiteDesign|Design Proposals]]
 
* [[DefaultSkinRequirements|Default Skin Requirements]] - Specifications of an eligible skin for default skin.
 
 
 
=== Start coding on VLC ===
 
 
* [[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]]
Line 93: Line 66:
 
* [[SpamBlacklist]]
 
* [[SpamBlacklist]]
 
* [[VideoLAN_Wiki:TODO | TODO]]
 
* [[VideoLAN_Wiki:TODO | TODO]]
 +
 +
== Compile VLC ==
 +
 +
To build VLC, you first need to get the [[GetTheSource|Source Code]].
 +
 +
For other OSes and HOWTOs, check the [[Compile VLC]] page.
 +
 +
== Current technical discussions on VLC ==
 +
* [[Usability Complaints]]
 +
 +
=== 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.
 +
* [[QtIntfTODO|Qt Interface TODO]] - A brand new qt4 interface ... in order to get rid of wxWidgets.
 +
* [[DBus-spec]] - Specification for a Common, Desktop neutral, Media Player D-Bus interface.
 +
* [[StatsSystem |Stats Sytem]]
 +
* [[Browser Plugin Spec]]
 +
* [[0.9.0PlaylistTODO|0.9.0 Playlist TODO]] - Major changes in the upcoming version
 +
* [[InteractionSystem]] - Interaction System
 +
* [[MediaControlAPI|Media Control API]] - a '''OUTDATED''' high level player-independent media API
 +
* [[0.8.5StringReview]]
 +
* [[2005StringsReview]]
 +
 +
=== Design ===
 +
* [[WebsiteRedesign|Website Redesign]] and [[WebsiteDesign|Design Proposals]]
 +
* [[DefaultSkinRequirements|Default Skin Requirements]] - Specifications of an eligible skin for default skin.

Revision as of 15:51, 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

Start coding on VLC

VLC development links

Control VLC

Control VLC:

  • Talk to VLC through the DBus protocol

VideoLAN's Administration

Wiki Admins

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