Hacker Guide

From VideoLAN Wiki
Revision as of 15:07, 17 November 2006 by The DJ (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Authors

  • Derk-Jan Hartman

Introduction

  • What is this?
  • What you need to know about VLC

The many layers of VLC

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

VLC source code overview

  • VLC sourcetree
  • VLC modules
  • VLC objects
  • VLC preferences
  • VLC variables

Coding for VLC

  • Coding style
  • Adding a module
  • Using libvlc
  • Bindings