Difference between revisions of "Hacker Guide"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
==The many layers of VLC== | ==The many layers of VLC== | ||
* [[Documentation:Hacker's Guide/Core| Core]] | * [[Documentation:Hacker's Guide/Core| Core]] | ||
+ | * [[Documentation:Hacker's Guide/VLM Internals| VLM Internals]] | ||
+ | ===Plugins=== | ||
* [[Documentation:Hacker's Guide/Interfaces| Interfaces]] | * [[Documentation:Hacker's Guide/Interfaces| Interfaces]] | ||
+ | * [[Documentation:Hacker's Guide/Access| Access]] | ||
+ | * [[Documentation:Hacker's Guide/Access Filters| Access Filters]] | ||
* [[Documentation:Hacker's Guide/Input| Input]] | * [[Documentation:Hacker's Guide/Input| Input]] | ||
− | * | + | * [[Documentation:Hacker's Guide/Demux| Demux]] |
− | |||
* [[Documentation:Hacker's Guide/Decoder| Decoder]] | * [[Documentation:Hacker's Guide/Decoder| Decoder]] | ||
− | * | + | * [[Documentation:Hacker's Guide/Audio Filters| Audio Filters]] |
− | * | + | * [[Documentation:Hacker's Guide/Video Filters| Video Filters]] |
− | * | + | * [[Documentation:Hacker's Guide/Audio Mixers| Audio Mixers]] |
* [[Documentation:Hacker's Guide/Audio Output| Audio Output]] | * [[Documentation:Hacker's Guide/Audio Output| Audio Output]] | ||
* [[Documentation:Hacker's Guide/Video Output| Video Output]] | * [[Documentation:Hacker's Guide/Video Output| Video Output]] | ||
− | * [[Documentation:Hacker's Guide/ | + | * [[Documentation:Hacker's Guide/Visualization| Visualization]] |
− | * [[Documentation:Hacker's Guide/ | + | * [[Documentation:Hacker's Guide/Encoder| Encoder]] |
− | * [[Documentation:Hacker's Guide/ | + | * [[Documentation:Hacker's Guide/Mux| Mux]] |
+ | * [[Documentation:Hacker's Guide/Packetizers| Packetizers]] | ||
+ | * [[Documentation:Hacker's Guide/Stream Output| Stream Output]] | ||
+ | * [[Documentation:Hacker's Guide/Access Output| Access Output]] | ||
==VLC source code overview== | ==VLC source code overview== |
Revision as of 17:20, 13 September 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
Plugins
- 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
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.