Difference between revisions of "Hacker Guide"
Jump to navigation
Jump to search
(add pages for prefs and playlist) |
|||
Line 31: | Line 31: | ||
* [[Documentation:Hacker's Guide/Module Writers Guide|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 | + | * [[Documentation:Hacker's Guide/Preferences|VLC Preferences]] |
+ | * [[Documentation:Hacker's Guide/Playlist|VLC Playlist and Media Library]] | ||
* VLC variables | * VLC variables | ||
* [[Doxygen Documentation]] | * [[Doxygen Documentation]] |
Revision as of 08:42, 1 August 2008
This guide is still being constructed. Please see http://www.videolan.org/developers/vlc.html for the current information
Contents
Authors
- Derk-Jan Hartman
- Christophe Massiot
- Samuel Hocevar
- Geoffroy Couprie
Introduction
- What is this?
- What you need to know about VLC
The many layers of VLC
- Core
- Interfaces
- Input
- Access
- Demux
- Decoder
- Packetizers
- Codec
- Stream Output
- Audio Output
- Video Output
- VLM Internals
- Filters
VLC source code overview
- VLC source tree
- VLC modules (also see Modules source tree )
- VLC Object Management
- VLC Preferences
- VLC Playlist and Media Library
- VLC variables
- Doxygen Documentation
Coding for VLC
- Sending Patches
- Code Conventions
- Adding a module
- Using libvlc
- Bindings
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
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.