1 README for the VLC media player
2 ===============================
4 VLC is a popular libre and open source media player and multimedia engine,
5 used by a large number of individuals, professionals, companies and
6 institutions. Using open source technologies and libraries, VLC has been
7 ported to most computing platforms, including GNU/Linux, Windows, Mac OS X,
9 VLC can play most multimedia files, discs, streams, allows playback from
10 devices, and is able to convert to or stream in various formats.
11 The VideoLAN project was started at the university École Centrale Paris who
12 relicensed VLC under the GPLv2 license in February 2001. Since then, VLC has
13 been downloaded close to one billion times.
18 The VLC web site . . . . . http://www.videolan.org/
19 Support . . . . . . . . . . http://www.videolan.org/support/
20 Forums . . . . . . . . . . http://forum.videolan.org/
21 Wiki . . . . . . . . . . . http://wiki.videolan.org/
22 The Developers site . . . . http://wiki.videolan.org/Developers_Corner
23 VLC hacking guide . . . . . http://wiki.videolan.org/Hacker_Guide
24 Bugtracker . . . . . . . . http://trac.videolan.org/vlc/
25 The VideoLAN web site . . . http://www.videolan.org/
29 ABOUT-NLS - Notes on the Free Translation Project.
30 AUTHORS - VLC authors.
31 COPYING - The GPL license.
32 INSTALL - Installation and building instructions.
33 NEWS - Important modifications between the releases.
35 THANKS - VLC contributors.
38 bindings/ - libVLC bindings to other languages.
39 compat/ - compatibility library for operating systems missing
40 essential functionnalities.
41 contrib/ - external libraries retrieving facilities for systems that
42 don't have package manager.
43 doc/ - Miscellaneous documentation.
44 extras/analyser - Code analyser and editor specific files.
45 extras/buildsystem - different buildsystems specific files.
46 extras/contrib/ - old contrib/.
47 extras/misc - Files that don't fit in the other extras/ categories.
48 extras/package - VLC packaging specific files such as spec files.
49 include/ - Header files.
50 lib/ - libVLC source code.
51 modules/ - VLC plugins and modules. Most of the code is here.
52 po/ - VLC translations.
53 projects/ - projects that uses libVLC
54 share/ - Common Resources files.
55 src/ - libvlccore source code.
56 test/ - testing system.