Difference between revisions of "VLC Developers Corner"
Jump to navigation
Jump to search
m (Make use of CSS classes "banner-links-col1", "banner-links-col2" and "banner-links-col3" defined in MediaWiki:Common.css) |
(Remove redundant CSS, add CSS classes "plainlinks" and "nowrap" to banner links to match format of Main Page, rename videolan.org/developers "Developer Zone") |
||
Line 2: | Line 2: | ||
<!-- Beginning of header section --> | <!-- Beginning of header section --> | ||
{|class="banner" style="margin-bottom:+.7em;" | {|class="banner" style="margin-bottom:+.7em;" | ||
− | |style="width:56% | + | |style="width:56%;"| |
{|style="width:280px; border:solid 0px; background:none;" | {|style="width:280px; border:solid 0px; background:none;" | ||
|- | |- | ||
− | |style="width:280px | + | |style="width:280px;" class="center nowrap"| |
<div class="banner-title">Welcome to [[VLC Developers Corner]],</div> | <div class="banner-title">Welcome to [[VLC Developers Corner]],</div> | ||
<div class="banner-subtitle"> This is a directory of everything to do with the development of VideoLAN's projects.<br /> | <div class="banner-subtitle"> This is a directory of everything to do with the development of VideoLAN's projects.<br /> | ||
Line 11: | Line 11: | ||
</div> | </div> | ||
|} | |} | ||
− | |class="banner-links-col1"| | + | |class="banner-links-col1 plainlinks nowrap"| |
* [[VideoLAN]] | * [[VideoLAN]] | ||
* [[VLC media player]] | * [[VLC media player]] | ||
* [[Documentation:Documentation|Documentation]] | * [[Documentation:Documentation|Documentation]] | ||
− | * [[VideoLAN_Sites#Developers|Developers' | + | * [[VideoLAN_Sites#Developers|Developers' Sites]] |
− | |class="banner-links-col2"| | + | |class="banner-links-col2 plainlinks"| |
− | * [https://www.videolan.org/developers | + | * [https://www.videolan.org/developers Developer Zone] |
* [http://nightlies.videolan.org Nightly builds] | * [http://nightlies.videolan.org Nightly builds] | ||
* [http://jenkins.videolan.org Jenkins server for Automatic Builds] | * [http://jenkins.videolan.org Jenkins server for Automatic Builds] | ||
− | |class="banner-links-col3"| | + | |class="banner-links-col3 plainlinks"| |
* [https://trac.videolan.org Trac, bugs, features, roadmap] | * [https://trac.videolan.org Trac, bugs, features, roadmap] | ||
* [https://www.videolan.org/videolan/mirrors.html Mirrors check] | * [https://www.videolan.org/videolan/mirrors.html Mirrors check] |
Revision as of 07:42, 9 March 2019
|
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
- Open Hub statistics
- Jenkins
- Nightly Builds
- Launchpad (recent bug changes) (all bugs)
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 System
- 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.