Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 69: Line 69:
 
* [[0.9.0PlaylistTODO|0.9.0 Playlist TODO]] - Major changes in the upcoming version
 
* [[0.9.0PlaylistTODO|0.9.0 Playlist TODO]] - Major changes in the upcoming version
 
* [[InteractionSystem]] - Interaction System
 
* [[InteractionSystem]] - Interaction System
* [[MediaControlAPI|Media Control API]] - an high level player-independent media API, wrapping around our [[LibVLC|External API]]
+
* [[MediaControlAPI|Media Control API]] - a '''OUTDATED''' high level player-independent media API  
 
* [[0.8.5StringReview]]
 
* [[0.8.5StringReview]]
 
* [[2005StringsReview]]
 
* [[2005StringsReview]]

Revision as of 09:29, 4 June 2012


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.


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 based on libVLC

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

Control VLC:

  • Talk to VLC through the DBus protocol