Difference between revisions of "VLC Developers Corner"
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
* Get the [[GetTheSource|Source Code]] and [[Compile VLC]] | * Get the [[GetTheSource|Source Code]] and [[Compile 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]] | + | * Read our [[Hacker_Guide|Hacker's Guide]] |
** [[Hacker_Guide/Core|Introduction to VLC's core]] | ** [[Hacker_Guide/Core|Introduction to VLC's core]] | ||
** [[Documentation:VLC_Modules_Loading|Modules loading documentation]] | ** [[Documentation:VLC_Modules_Loading|Modules loading documentation]] | ||
** [[Hacker Guide/How To Write a Module|How to write a module]] | ** [[Hacker Guide/How To Write a Module|How to write a module]] | ||
** [[Documentation:VLC_Modules_Loading|How VLC modules load]] | ** [[Documentation:VLC_Modules_Loading|How VLC modules load]] | ||
+ | * [http://www.videolan.org/developers/vlc/doc/doxygen/html/ Code documentation] | ||
* [[Code Conventions]] | * [[Code Conventions]] | ||
− | |||
=== VLC development links === | === VLC development links === | ||
− | + | * [http://trac.videolan.org/vlc/ Trac] list of bugs | |
− | * [http://trac.videolan.org/vlc Trac] list of bugs | ||
* vlc-devel [http://developers.videolan.org/lists.html mailing list], mailing list. | * 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://www.ohloh.net/p/vlc Ohloh] statistics |
− | |||
* [http://buildbot.videolan.org Buildbot] | * [http://buildbot.videolan.org Buildbot] | ||
* [[Nightly_Build| Nightly Builds]] | * [[Nightly_Build| Nightly Builds]] |
Revision as of 16:09, 8 November 2013
|
Coding on VLC
- Get started at coding on VLC
- Get the Source Code and Compile VLC
- You might be interested in our Mini Projects or Janitorial projects
- Read our Hacker's Guide
- Code documentation
- Code Conventions
VLC development links
- Trac list of bugs
- vlc-devel mailing list, mailing list.
- Translation information and stats
- Ohloh statistics
- Buildbot
- Nightly Builds
- Launchpad (recent bug changes) (all bugs)
Control VLC
Control VLC:
- Talk to VLC through the DBus protocol
Current technical discussions on VLC
Past discussions
- Vout Rework - improving the video output subsystem.
- telnet rc rewrite - Merging the "telnet" and "rc" controls.
- Simple Preferences - We wish to add a "simple" preferences mode, additionally to the full mode we already have.
- 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.
- Stats Sytem
- Browser Plugin Spec
- 0.9.0 Playlist TODO - Major changes in the upcoming version
- InteractionSystem - Interaction System
- Media Control API - a OUTDATED high level player-independent media API
- 0.8.5StringReview
- 2005StringsReview
Design
- Website Redesign and Design Proposals
- Default Skin Requirements - Specifications of an eligible skin for default skin.