Difference between revisions of "Hacker Guide"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== 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]] | ||
− | + | ||
*Bindings | *Bindings | ||
+ | === Authors === | ||
+ | *Derk-Jan Hartman | ||
+ | *Christophe Massiot | ||
+ | *Samuel Hocevar | ||
+ | *Geoffroy Couprie | ||
+ | *JB | ||
{{Documentation}} | {{Documentation}} |
Revision as of 16:01, 28 August 2009
Contents
Introduction
- What is this?
- What you need to know about VLC
The many layers of VLC
Core
Plugins / Modules
- Interfaces
- Access
- Access Filters
- Input
- Demux
- Decoder
- Audio Filters
- Video Filters
- Audio Mixers
- Audio Output
- Video Output
- Visualization
- Encoder
- Mux
- Packetizers
- Stream Output
- Access Output
libVLC
- Using libvlc
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
- Bindings
Authors
- Derk-Jan Hartman
- Christophe Massiot
- Samuel Hocevar
- Geoffroy Couprie
- JB
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.