Difference between revisions of "Hacker Guide"
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
*[[Documentation:Hacker's Guide/Access Output|Access Output]] | *[[Documentation:Hacker's Guide/Access Output|Access Output]] | ||
− | === libVLC === | + | === libVLC and bindings === |
− | *Using [[Documentation:Hacker's Guide/libvlc|libvlc]] | + | * Using [[Documentation:Hacker's Guide/libvlc|libvlc]] |
+ | * bindings | ||
== VLC source code overview == | == VLC source code overview == | ||
Line 48: | Line 49: | ||
*[[Adding a module]] | *[[Adding a module]] | ||
− | |||
=== Authors === | === Authors === | ||
Line 56: | Line 56: | ||
*Geoffroy Couprie | *Geoffroy Couprie | ||
*JB | *JB | ||
+ | |||
{{Documentation}} | {{Documentation}} |
Revision as of 16:02, 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 and bindings
- Using libvlc
- bindings
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
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.