Difference between revisions of "Hacker Guide"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<div style="background:red;">
 
This guide is still being constructed. Please see http://www.videolan.org/developers/vlc.html for the current information
 
</div>
 
=== Authors ===
 
 
*Derk-Jan Hartman
 
*Christophe Massiot
 
*Samuel Hocevar
 
*Geoffroy Couprie
 
 
 
== Introduction ==
 
== Introduction ==
  
 
*[[Documentation:Hacker's Guide/Introduction|What is this?]]  
 
*[[Documentation:Hacker's Guide/Introduction|What is this?]]  
*What you need to know about VLC
+
* What you need to know about VLC
  
 
== The many layers of VLC ==
 
== The many layers of VLC ==
Line 38: Line 28:
 
*[[Documentation:Hacker's Guide/Stream Output|Stream Output]]  
 
*[[Documentation:Hacker's Guide/Stream Output|Stream Output]]  
 
*[[Documentation:Hacker's Guide/Access Output|Access Output]]
 
*[[Documentation:Hacker's Guide/Access Output|Access Output]]
 +
 +
=== libVLC ===
 +
*Using [[Documentation:Hacker's Guide/libvlc|libvlc]]
  
 
== VLC source code overview ==
 
== VLC source code overview ==
Line 54: Line 47:
 
*[[Code Conventions]]  
 
*[[Code Conventions]]  
 
*[[Adding a module]]
 
*[[Adding a module]]
*Using [[Documentation:Hacker's Guide/libvlc|libvlc]]
+
 
 
*Bindings
 
*Bindings
  
 +
=== Authors ===
 +
*Derk-Jan Hartman
 +
*Christophe Massiot
 +
*Samuel Hocevar
 +
*Geoffroy Couprie
 +
*JB
 
{{Documentation}}
 
{{Documentation}}

Revision as of 16:01, 28 August 2009

Introduction

The many layers of VLC

Core

Plugins / Modules

libVLC

VLC source code overview

Coding for VLC

  • Bindings

Authors

  • Derk-Jan Hartman
  • Christophe Massiot
  • Samuel Hocevar
  • Geoffroy Couprie
  • JB
This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.