Go to file
Felix Paul Kühne 79d88eedc9 macosx: fixed objc string comparison error found by the clang static analyzer
this worked out of pure luck for the past 6 years
2012-11-15 20:52:34 +01:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin vlc: start hotkeys interface explicitly 2012-11-01 22:55:22 +02:00
bindings Remove mediacontrol bindings 2012-06-04 14:08:47 +02:00
compat Win32: try to fix build on some Mingw versions 2012-10-22 18:24:39 +03:00
contrib Contribs: use a special regex package based on glibc 2.2.5 2012-11-13 17:52:25 +01:00
doc Update the release Howto 2012-10-18 11:57:30 +02:00
extras macosx: implemented A->B Loop (close #5187) 2012-11-15 20:17:28 +01:00
include aout: separate time and play callbacks 2012-11-12 23:01:24 +02:00
lib Do not access b_die directly 2012-11-10 19:22:47 +02:00
m4 m4: enable dolt support for further apple platforms 2012-10-08 15:09:46 +02:00
modules macosx: fixed objc string comparison error found by the clang static analyzer 2012-11-15 20:52:34 +01:00
po aout: inline synchronization code into dec.c 2012-11-11 16:55:24 +02:00
share dumpmeta: update comment 2012-11-08 18:20:04 +02:00
src aout: deal with failure to restart 2012-11-15 18:24:28 +02:00
test Revert "Add test cases for the libvlc equalizer API." 2012-09-21 14:06:38 +03:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore Update .gitignore files 2012-09-12 00:04:03 +02:00
.mailmap Update mailmap 2012-10-03 15:29:56 +02:00
AUTHORS authors: correct fox's name 2012-07-19 00:02:10 +03:00
COPYING COPYING.*: Use full versions of licenses. 2012-02-14 17:40:06 +04:00
COPYING.LIB COPYING.*: Use full versions of licenses. 2012-02-14 17:40:06 +04:00
INSTALL Remove outdated HACKING and update INSTALL and README 2011-09-07 20:05:59 +02:00
Makefile.am macosx: move detached window stuff in extra xib file and only load that when necessary 2012-09-28 15:17:30 +02:00
NEWS NEWS: updated OSX parts 2012-11-15 20:40:21 +01:00
README Remove frontrow plugin 2012-08-24 12:37:48 +02:00
THANKS Added Sparkle to list of used libraries 2010-08-02 00:18:51 +02:00
bootstrap bootstrap: catch Modules.am in all subdirectories 2012-09-27 01:51:27 +02:00
configure.ac Add option to enable OSD menu 2012-11-10 17:19:54 +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.
share/             - Common Resources files.
src/               - libvlccore source code.
test/              - testing system.