No Description

VideoLAN 1e427e8b6c l10n: Asturian update 11 years ago
autotools 3ca565cc11 Update gitignore for automake 1.13 12 years ago
bin a8dffdef8b rootwrap: file descriptor leak 11 years ago
compat c4199ab677 Remove inconsistently used HAVE_UNISTD_H 11 years ago
contrib 57b5d92ba7 UNPACK_DIR should only strip .tar as 2nd suffix 11 years ago
doc 1036ebd40f release-howto: update the mirrors part 11 years ago
extras a946138f66 Revert "NPAPI-win32: use PKG_CONFIG_LIBDIR to detect libVLC" 11 years ago
include 1f5843e627 vlc_es: use define for es count 11 years ago
lib 93900cd71a libvlc: refactor sfilter enabling/disabling 11 years ago
m4 dcffc92496 build: support YASM targets 11 years ago
modules 549b87a056 vda: readd ref buffer flag (for ffmpeg variant only) 11 years ago
po 1e427e8b6c l10n: Asturian update 11 years ago
share a5a33334e8 Lua: input_AddSubtitle expects a file path, not an URL (fixes #11449) 11 years ago
src 4330d4567b playlist: fetcher: remove unused policy 11 years ago
test 2683bad651 test: check POTFILES.in in test suite 11 years ago
.gitattributes 194e5ccda7 Supports $ rewrite via .gitattributes 17 years ago
.gitignore 4b3bc75d73 Remove unmaintained cmake support 12 years ago
.mailmap 6c41d3708a Update mailmap 12 years ago
AUTHORS 4a504dea35 Import AUTHORS from 2.0 and add translators 12 years ago
COPYING 7665bfa31e COPYING.*: Use full versions of licenses. 13 years ago
COPYING.LIB 7665bfa31e COPYING.*: Use full versions of licenses. 13 years ago
INSTALL 3c0f18b20b Remove reference to old RPM and ipkg support 12 years ago
Makefile.am d3b37a8247 macosx: add basic addon manager 11 years ago
NEWS 074be88bc3 Add a GStreamer-based decoder module 11 years ago
README a91a89c3df Update README 12 years ago
THANKS 379d8298cc THANKS: remove incorrect apostrophe 12 years ago
bootstrap 674d7b33cf bootstrap: catch Modules.am in all subdirectories 12 years ago
configure.ac 1f8ac012d2 Build SVG decoder 11 years ago
make-alias 3dfed6db96 Take program prefix and suffix into account in the make-alias script. 17 years ago

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.
COPYING.LIB - The LGPL 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 functionalities.
contrib/ - Facilities for retrieving external libraries and building
them for systems that don't have the right versions.
doc/ - Miscellaneous documentation.
extras/analyser - Code analyser and editor specific files.
extras/buildsystem - different buildsystems specific files.
extras/misc - Files that don't fit in the other extras/ categories.
extras/package - VLC packaging specific files such as spec files.
extras/tools/ - Facilities for retrieving external building tools needed
for systems that don't have the right versions.
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.