qt: playlist: use item title if available
[vlc.git] / README
blobc59b7f5ad769bd97d68c7829d5e5f47850643900
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,
8 BSD, iOS and Android.
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.
15 Links:
16 ======
18 The VLC web site  . . . . . http://www.videolan.org/
19 Support . . . . . . . . . . http://www.videolan.org/support/
20 Forums  . . . . . . . . . . https://forum.videolan.org/
21 Wiki  . . . . . . . . . . . https://wiki.videolan.org/
22 The Developers site . . . . https://wiki.videolan.org/Developers_Corner
23 VLC hacking guide . . . . . https://wiki.videolan.org/Hacker_Guide
24 Bugtracker  . . . . . . . . https://trac.videolan.org/vlc/
25 The VideoLAN web site . . . http://www.videolan.org/
27 Source Code Content:
28 ===================
29 ABOUT-NLS          - Notes on the Free Translation Project.
30 AUTHORS            - VLC authors.
31 COPYING            - The GPL license.
32 COPYING.LIB        - The LGPL license.
33 INSTALL            - Installation and building instructions.
34 NEWS               - Important modifications between the releases.
35 README             - This file.
36 THANKS             - VLC contributors.
38 bin/               - VLC binaries.
39 bindings/          - libVLC bindings to other languages.
40 compat/            - compatibility library for operating systems missing
41                      essential functionalities.
42 contrib/           - Facilities for retrieving external libraries and building
43                      them for systems that don't have the right versions.
44 doc/               - Miscellaneous documentation.
45 extras/analyser    - Code analyser and editor specific files.
46 extras/buildsystem - different buildsystems specific files.
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 extras/tools/      - Facilities for retrieving external building tools needed
50                      for systems that don't have the right versions.
51 include/           - Header files.
52 lib/               - libVLC source code.
53 modules/           - VLC plugins and modules. Most of the code is here.
54 po/                - VLC translations.
55 share/             - Common Resources files.
56 src/               - libvlccore source code.
57 test/              - testing system.