1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Go to file
2011-09-22 16:31:50 +03:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin Win32: do not load DLL from cwd 2011-09-03 18:28:44 +02:00
bindings Rename VLC_{PUBLIC,DEPRECATED}_API to LIBVLC_{API,DEPRECATED} 2011-05-07 23:08:28 +03:00
compat Missing #include 2011-09-04 12:33:14 +03:00
contrib Contribs: update ignore files for tarballs 2011-09-21 02:36:45 +02:00
doc doc: install libvlc sample applications 2011-09-16 21:28:30 +02:00
extras Old contribs: don't compile mpcdec on x64 2011-09-21 02:54:25 +02:00
include vlc_memalign: use memalign() if posix_memalign() isn't here 2011-09-21 22:31:21 -04:00
lib libVLC: remove tabs and trailing spaces 2011-09-15 15:59:21 +02:00
m4 remove obsolete comment 2011-09-18 22:53:41 -04:00
modules logger: use <strong> rather than <b> in strict HTML 2011-09-22 16:31:50 +03:00
po growl_udp: removed module, since it is broken and will no longer be supported by Growl's next release 2011-09-16 17:23:02 +02:00
projects/macosx VLCKit: fixes flags for arch i386. 2011-09-20 15:23:27 +02:00
share web intf: drop top table design. 2011-09-22 00:17:36 +02:00
src vlc_memalign: use memalign() if posix_memalign() isn't here 2011-09-21 22:31:21 -04:00
test Update libvlc.la path and factorize test Makefile 2011-08-30 23:57:50 +03:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore Remove vlc-config 2011-08-18 22:02:21 +03:00
.gitmodules Move the Phonon binding away from gitorious 2010-12-23 14:45:30 +01:00
AUTHORS Add Russian translator 2011-09-04 12:33:18 +02:00
bootstrap bootstrap: fail if pkg-config is absent 2011-09-19 17:46:12 +03:00
configure.ac vlc_memalign: use memalign() if posix_memalign() isn't here 2011-09-21 22:31:21 -04:00
COPYING Layout fixes in COPYING (and use spaces instead of tabs). Use a fixed width font in when displaying the license in the qt4 help window (since that's how it's meant to be displayed). 2007-11-14 21:50:17 +00:00
INSTALL Remove outdated HACKING and update INSTALL and README 2011-09-07 20:05:59 +02:00
make-alias Take program prefix and suffix into account in the make-alias script. 2008-05-26 00:11:33 +02:00
Makefile.am macosx: remove deleted files from Makefile 2011-09-18 13:08:34 +02:00
NEWS NEWS: mention mkv improvements for anime fans 2011-09-21 02:34:30 +02:00
README Remove outdated HACKING and update INSTALL and README 2011-09-07 20:05:59 +02:00
THANKS Added Sparkle to list of used libraries 2010-08-02 00:18:51 +02:00

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/Documentation:Hacker%27s_Guide
Bugtracker  . . . . . . . . http://trac.videolan.org/vlc/
The VideoLAN web site . . . http://www.videolan.org/

Files:
======
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.

Folders:
========
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/           - Include files.
lib/               - libVLC source code.
modules/           - VLC plugins and modules. Most of the code is here.
po/                - languages related files.
projects/          - projects that uses libVLC such as the web browsers plugin.
share/             - Common Resources files.
src/               - VLC and libvlc source code.
test/              - testing system.