1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Go to file
2012-02-09 19:19:33 +02:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin Start dbus always, move inhibit and dbus startup to vlc 2012-02-06 22:43:20 +02:00
bindings fix filename self-references 2011-12-15 17:09:31 +02:00
compat Add strverscmp from glibc 2.14.1 to compat. 2012-02-04 17:46:26 +01:00
contrib contrib: a52: remove scary dummy error messages 2012-02-06 19:42:16 +02:00
doc Mention 2.0.0 instead of 1.2.0 2012-02-05 12:46:04 -05:00
extras macosx: updated eyetv plugin xcodeproj (fixes #5299) 2012-02-09 13:47:59 +01:00
include Reset plugin ABI version for 2.1.x 2012-02-09 19:19:33 +02: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 macosx: fixed zooming the main window when using the black style (fixes #5998) 2012-02-09 13:07:32 +01:00
po Mention 2.0.0 instead of 1.2.0 2012-02-05 12:46:04 -05:00
projects/macosx VLCKit: install fat binary when needed 2012-01-26 15:09:33 +01:00
share Add lua console handling code for windows. 2012-02-08 00:22:51 +01:00
src Start dbus always, move inhibit and dbus startup to vlc 2012-02-06 22:43:20 +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
bootstrap bootstrap: prepend extras/tools/build/bin to PATH if it exists 2011-12-09 19:40:37 -05:00
configure.ac Remove stray -O flag when testing for MMX and SSE 2012-02-07 22:14:31 +02: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
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: added PackageMaker project to create the EyeTV plugin installer 2012-02-09 13:46:50 +01:00
NEWS Some news about the anaglyph video filter. 2012-02-08 11:31:17 +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

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.