| 1 |
$Id$ |
|---|
| 2 |
|
|---|
| 3 |
README for the VLC media player |
|---|
| 4 |
=============================== |
|---|
| 5 |
|
|---|
| 6 |
The VideoLAN web site . . . http://www.videolan.org/ |
|---|
| 7 |
Documentation . . . . . . . http://www.videolan.org/doc/ |
|---|
| 8 |
Support . . . . . . . . . . http://www.videolan.org/support/ |
|---|
| 9 |
Forums . . . . . . . . . . http://forum.videolan.org/ |
|---|
| 10 |
Wiki . . . . . . . . . . . http://wiki.videolan.org/ |
|---|
| 11 |
The Developers site . . . . http://www.videolan.org/developers/vlc.html |
|---|
| 12 |
|
|---|
| 13 |
ABOUT-NLS - Notes on the Free Translation Project. |
|---|
| 14 |
AUTHORS - Main VLC authors. |
|---|
| 15 |
COPYING - The GPL license. |
|---|
| 16 |
ChangeLog - The vlc ChangeLog. |
|---|
| 17 |
HACKING - Hacking vlc. |
|---|
| 18 |
INSTALL - Installation instructions. |
|---|
| 19 |
INSTALL.win32 - Installation instructions for the Win32 version of vlc. |
|---|
| 20 |
README - This file. |
|---|
| 21 |
THANKS - All VLC contributors. |
|---|
| 22 |
bindings/ - Bindings around LibVLC. |
|---|
| 23 |
extras/analyser - Code analyser and editor specific files. |
|---|
| 24 |
extras/buildsystem - different buildsystems specific files. |
|---|
| 25 |
extras/contrib - external libraries retrieving facilities for systems that |
|---|
| 26 |
don't have package manager. |
|---|
| 27 |
extras/deprecated - Now deprecated files. |
|---|
| 28 |
extras/misc - Files that don't fit in the other extras/ categories. |
|---|
| 29 |
extras/package - VLC packaging specific files such as spec files. |
|---|
| 30 |
include/ - Include files |
|---|
| 31 |
doc/ - Miscellaneous documentation. |
|---|
| 32 |
libs/ - libraries that we host. |
|---|
| 33 |
po/ - languages related files. |
|---|
| 34 |
projects/ - projects that uses libvlc such as the web browsers plugin. |
|---|
| 35 |
share/ - Common Resources files. |
|---|
| 36 |
src/ - VLC and LibVLC source code. |
|---|