Difference between revisions of "Hacker Guide"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 23: Line 23:
 
==VLC source code overview==
 
==VLC source code overview==
 
* [[VLC source tree]]
 
* [[VLC source tree]]
* VLC modules (also see [[Modules source tree]] )
+
* [[Documentation:Hacker's Guide/Module Writers Guide|VLC modules]] (also see [[Modules source tree]] )
 
* [[Documentation:Hacker's Guide/Object Management|VLC Object Management]]
 
* [[Documentation:Hacker's Guide/Object Management|VLC Object Management]]
 
* VLC preferences
 
* VLC preferences

Revision as of 19:23, 15 July 2007

This guide is still being constructed. Please see http://developers.videolan.org/vlc/ for the current information

Authors

  • Derk-Jan Hartman

Introduction

The many layers of VLC

  • Core
  • Access
  • Demux
  • Packetizers
  • Codec
  • Stream Output
  • Interfaces
  • Audio/Video Output
  • VLM Internals
  • Filters

VLC source code overview

Coding for VLC

  • Coding style
  • Adding a module
  • Using libvlc
  • Bindings
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.