Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 73: Line 73:
  
 
</div>
 
</div>
 +
  
  
Line 83: 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]], which are some easy tasks that do not require a lot of VLC Code Knowledge.
 
* You might be interested in our [[Mini_Projects|Mini Projects]], which are some easy tasks that do not require a lot of VLC Code Knowledge.
* It is recommended that you join the vlc-devel [http://developers.videolan.org/lists.html mailing list], where all commits are archived.
 
  
 
=== VLC Code ===
 
=== VLC Code ===
Line 93: Line 93:
 
=== Tools to code VLC ===
 
=== Tools to code VLC ===
 
* [[Contrib_Status|Contrib Status]] - Contrib Libraries Status
 
* [[Contrib_Status|Contrib Status]] - Contrib Libraries Status
* [http://trac.videolan.org/vlc Trac] list of bugs, todo's and history of commits.
+
* [http://trac.videolan.org/vlc Trac] list of 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])
+
* vlc-devel [http://developers.videolan.org/lists.html mailing list], mailing list.
 
* [http://www.videolan.org/developers/i18n/ Translation information and stats]
 
* [http://www.videolan.org/developers/i18n/ Translation information and stats]
 
* [http://cia.navi.cx/stats/project/vlc CIA commit statistics]
 
* [http://cia.navi.cx/stats/project/vlc CIA commit statistics]
 
* [http://vlc.pastebin.com Pasteboard]
 
* [http://vlc.pastebin.com Pasteboard]
 
* [http://buildbot.videolan.org Buildbot]
 
* [http://buildbot.videolan.org Buildbot]
* [http://planet.videolan.org Developer weblog]
 
 
* [[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])
 
</div>
 
</div>
  

Revision as of 15:27, 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 or a VLC module

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.