Difference between revisions of "VLC Developers Corner"
Line 57: | Line 57: | ||
== Current discussions == | == Current discussions == | ||
− | |||
* [[VoutRework|Vout Rework]] - improving the video output subsystem | * [[VoutRework|Vout Rework]] - improving the video output subsystem | ||
− | |||
− | |||
* [[telnet rc rewrite]] - Merging the "telnet" and "rc" controls | * [[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 | ||
Line 69: | Line 66: | ||
== Passed discussions == | == Passed discussions == | ||
* [[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 | ||
+ | * [[ExternalAPI|External API]] - improving the external API to vlc | ||
+ | * [[MediaControlAPI|Media Control API]] - an high level player-independent media API, wrapping around our [[ExternalAPI|External API]] | ||
=== Design === | === Design === | ||
* [[WebsiteRedesign|Website Redesign]] and [[WebsiteDesign|Design Proposals]] | * [[WebsiteRedesign|Website Redesign]] and [[WebsiteDesign|Design Proposals]] |
Revision as of 01:37, 17 December 2006
|
VideoLAN other projectsHere is a short list of the main projects hosted by the VideoLAN project:
Libraries
Discover also lesser known projects. |
|
Development discussions under workCurrent discussions
Design
Passed discussions
Design |
Compiling VLCTo compile VLC, you first need to get the Source Code.
RulesTools
|
Joining usVideoLAN welcomes anyone wanting to help, either by writing code, finding or fixing bugs, starting or updating translations, doing graphics work, ... Getting startedGetting started at coding is a matter of finding something to fix, and fixing it. Once you have fixed something, you will want to send in a patch. If you do that a few times, you may want to apply for an SVN account so you can fix things directly. You might be interested in having a look at our Mini Projects, which are some identified development efforts for which an existing VLC developer is willing to help a new developer in his progress. These Mini Projects generally don't require a great knowledge of VLC code. It is recommended that you join the vlc-devel mailing list, where all commits are archived. |
Miscellaneous how-to
- Cédric Bosdonnat 's notes (fr) about developing a new module type.