Go to file
Rémi Denis-Courmont d4b6d6c2cc Move stats.c to input/ 2011-11-29 22:08:07 +02:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin Win32: setmode(stdin) belongs in the app, not the library 2011-11-22 18:12:25 +02:00
bindings Rename VLC_{PUBLIC,DEPRECATED}_API to LIBVLC_{API,DEPRECATED} 2011-05-07 23:08:28 +03:00
compat LGPL 2011-11-27 22:54:33 +01:00
contrib detect libintl static library correctly in configure 2011-11-28 22:59:24 +02:00
doc Fix references to configure-{msys,mingw,cygwin,common}*.sh 2011-11-20 15:25:26 -05:00
extras extra/tools: use gcc-4.2 on Darwin 2011-11-29 12:25:17 -05:00
include Move stats counter declaration to core 2011-11-29 20:40:18 +02:00
lib LGPL 2011-11-27 22:54:33 +01:00
m4 remove obsolete comment 2011-09-18 22:53:41 -04:00
modules Remove write-only timer statistics 2011-11-29 19:14:22 +02:00
po Move stats.c to input/ 2011-11-29 22:08:07 +02:00
projects/macosx vlckit: fixes sout chain issue in stream output. 2011-10-05 18:43:02 +02:00
share Qt: web intf: Ease mobile intf url access with QR-Code 2011-11-27 21:33:44 +01:00
src Move stats.c to input/ 2011-11-29 22:08:07 +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 Fix doc for distcheck 2011-11-28 23:39:43 +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: fail if pkg-config is absent 2011-09-19 17:46:12 +03:00
configure.ac Distribute (but do not build) modules/access/dvb 2011-11-29 06:14:08 -05: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.