Go to file
Rafaël Carré 67d04d60fc wince: don't define stat struct 2012-02-01 15:22:13 -05:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin winvlc: missing #include 2012-01-28 16:56:39 +02:00
bindings fix filename self-references 2011-12-15 17:09:31 +02:00
compat Include 'sys/time.h' for 'struct timeval' on OS/2 2012-01-27 23:36:28 +02:00
contrib contrib: update fluidsynth to 1.1.4 2012-02-01 20:51:57 +02:00
doc Safari people are animals too! 2012-01-28 00:35:05 +01:00
extras win32: install mozilla plugin by default 2012-02-01 00:41:48 -05:00
include wince: don't define stat struct 2012-02-01 15:22:13 -05:00
lib check for NULL 2012-01-17 13:53:01 -05:00
m4 Fix MacOS gettext intl detection 2012-01-22 09:19:03 -08:00
modules sndio: add OpenBSD (or RoarAudio emulation) audio output 2012-02-01 22:10:39 +02:00
po sndio: add OpenBSD (or RoarAudio emulation) audio output 2012-02-01 22:10:39 +02:00
projects/macosx VLCKit: install fat binary when needed 2012-01-26 15:09:33 +01:00
share LuaHTTP: Use binary instead of ASCII when serving rawfile 2012-01-31 23:55:09 +01:00
src Win32: struct stat is a macro so we need to include <sys/stat.h> 2012-02-01 18:00:04 +02:00
test Fix assertions 2011-12-19 17:09:43 +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 Remove plugins.dat on uninstallation 2012-01-28 13:14:53 +02:00
NEWS News 2012-02-01 22:11:51 +02: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 sndio: add OpenBSD (or RoarAudio emulation) audio output 2012-02-01 22:10:39 +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.