Go to file
KO Myung-Hun bac71d2759 Implement vlc_rand_bytes() for OS/2 and split to different files
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2011-12-15 17:07:18 +02:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin Fix compilation error due to pthread on OS/2 2011-12-15 17:06:44 +02:00
bindings Rename VLC_{PUBLIC,DEPRECATED}_API to LIBVLC_{API,DEPRECATED} 2011-05-07 23:08:28 +03:00
compat inet_ntop always returns NULL on Windows. 2011-12-03 11:23:52 +02:00
contrib contrib: update ignore files for git repositories 2011-12-14 14:53:06 -05:00
doc Fix references to configure-{msys,mingw,cygwin,common}*.sh 2011-11-20 15:25:26 -05:00
extras macosx: slightly enlarge the License button in the about window (fixes #5658) 2011-12-15 14:51:51 +01:00
include Add thd to the list of extensions 2011-12-13 11:51:58 +01:00
lib Add libvlc_video_get_spu_delay and libvlc_video_set_spu_delay 2011-12-01 22:47:03 +01:00
m4 remove obsolete comment 2011-09-18 22:53:41 -04:00
modules Qt: fix multi-screens weirdness caused by the dockable FSC 2011-12-15 13:58:30 +01:00
po fix typo in french translation of nvlc 2011-12-13 23:50:18 -05:00
projects/macosx vlckit: fixes sout chain issue in stream output. 2011-10-05 18:43:02 +02:00
share l10n: Add Breton translation to .desktop 2011-12-11 20:41:32 +00:00
src Implement vlc_rand_bytes() for OS/2 and split to different files 2011-12-15 17:07:18 +02:00
test Move MD5 test to src/ 2011-11-27 13:56:21 +02:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore ignore vlc.exe 2011-11-11 14:54:11 -05:00
.mailmap Mailmap: fix obvious typo 2011-10-13 19:00:22 +02:00
AUTHORS qtsound: updated news and list entry 2011-11-04 02:16:35 +01:00
COPYING GPL: remove the end of the license that is useless 2011-10-05 10:57:43 +02:00
COPYING.LIB Add LGPL license 2011-10-05 11:00:55 +02:00
INSTALL Remove outdated HACKING and update INSTALL and README 2011-09-07 20:05:59 +02:00
Makefile.am Fix references to configure-{msys,mingw,cygwin,common}*.sh 2011-11-20 15:25:26 -05:00
NEWS NEWS about luaintf 2011-12-07 02:29:00 +01:00
README README: update 2011-11-15 16:32:28 -05:00
THANKS Added Sparkle to list of used libraries 2010-08-02 00:18:51 +02:00
bootstrap bootstrap: prepend extras/tools/build/bin to PATH if it exists 2011-12-09 19:40:37 -05:00
configure.ac xosd: require and link against Xlib. 2011-12-09 21:22:10 +02:00
make-alias Take program prefix and suffix into account in the make-alias script. 2008-05-26 00:11:33 +02:00

README

README for the VLC media player
===============================

VLC is a popular libre and open source media player and multimedia engine,
used by a large number of individuals, professionals, companies and
institutions. Using open source technologies and libraries, VLC has been
ported to most computing platforms, including GNU/Linux, Windows, Mac OS X,
BSD, iOS and Android.
VLC can play most multimedia files, discs, streams, allows playback from
devices, and is able to convert to or stream in various formats.
The VideoLAN project was started at the university École Centrale Paris who
relicensed VLC under the GPLv2 license in February 2001. Since then, VLC has
been downloaded close to one billion times.

Links:
======

The VLC web site  . . . . . http://www.videolan.org/
Support . . . . . . . . . . http://www.videolan.org/support/
Forums  . . . . . . . . . . http://forum.videolan.org/
Wiki  . . . . . . . . . . . http://wiki.videolan.org/
The Developers site . . . . http://wiki.videolan.org/Developers_Corner
VLC hacking guide . . . . . http://wiki.videolan.org/Hacker_Guide
Bugtracker  . . . . . . . . http://trac.videolan.org/vlc/
The VideoLAN web site . . . http://www.videolan.org/

Source Code Content:
===================
ABOUT-NLS          - Notes on the Free Translation Project.
AUTHORS            - VLC authors.
COPYING            - The GPL license.
INSTALL            - Installation and building instructions.
NEWS               - Important modifications between the releases.
README             - This file.
THANKS             - VLC contributors.

bin/               - VLC binaries.
bindings/          - libVLC bindings to other languages.
compat/            - compatibility library for operating systems missing
                     essential functionnalities.
contrib/           - external libraries retrieving facilities for systems that
                     don't have package manager.
doc/               - Miscellaneous documentation.
extras/analyser    - Code analyser and editor specific files.
extras/buildsystem - different buildsystems specific files.
extras/contrib/    - old contrib/.
extras/misc        - Files that don't fit in the other extras/ categories.
extras/package     - VLC packaging specific files such as spec files.
include/           - Header files.
lib/               - libVLC source code.
modules/           - VLC plugins and modules. Most of the code is here.
po/                - VLC translations.
projects/          - projects that uses libVLC
share/             - Common Resources files.
src/               - libvlccore source code.
test/              - testing system.