Без опису

Rémi Denis-Courmont c4199ab677 Remove inconsistently used HAVE_UNISTD_H 11 роки тому
autotools 3ca565cc11 Update gitignore for automake 1.13 12 роки тому
bin c6e4493dcd darwinvlc: fix automatic language selection (close #9914) 11 роки тому
compat c4199ab677 Remove inconsistently used HAVE_UNISTD_H 11 роки тому
contrib 4bed85170f Contrib: use a simpler way to discriminate between libav and FFmpeg 11 роки тому
doc 55c3f24930 fortunes ! 11 роки тому
extras ed67b5a08e nsis: restore the previous components on x64 (fix #10122) 11 роки тому
include a37d20ccf6 vlc_strerror() and vlc_strerror_c() convenience wrappers 11 роки тому
lib 4b726052a3 Fixed unused variable and parameter warnings. 11 роки тому
m4 dcffc92496 build: support YASM targets 11 роки тому
modules c4199ab677 Remove inconsistently used HAVE_UNISTD_H 11 роки тому
po 5c73aceefe Update NEWS, MODULES_LIST and POTFILES.in 11 роки тому
share 644b1d06da Add name and duration to enqueue and play 11 роки тому
src c4199ab677 Remove inconsistently used HAVE_UNISTD_H 11 роки тому
test b56c7ee277 equalizer: fix inverted parameters in test case 12 роки тому
.gitattributes 194e5ccda7 Supports $ rewrite via .gitattributes 17 роки тому
.gitignore 4b3bc75d73 Remove unmaintained cmake support 12 роки тому
.mailmap 6c41d3708a Update mailmap 12 роки тому
AUTHORS 4a504dea35 Import AUTHORS from 2.0 and add translators 12 роки тому
COPYING 7665bfa31e COPYING.*: Use full versions of licenses. 13 роки тому
COPYING.LIB 7665bfa31e COPYING.*: Use full versions of licenses. 13 роки тому
INSTALL 3c0f18b20b Remove reference to old RPM and ipkg support 12 роки тому
Makefile.am 27de05c91f Fix make dist 11 роки тому
NEWS 5c73aceefe Update NEWS, MODULES_LIST and POTFILES.in 11 роки тому
README a91a89c3df Update README 12 роки тому
THANKS 379d8298cc THANKS: remove incorrect apostrophe 12 роки тому
bootstrap 674d7b33cf bootstrap: catch Modules.am in all subdirectories 12 роки тому
configure.ac 647aa51434 Require libbluray 0.3.0 11 роки тому
make-alias 3dfed6db96 Take program prefix and suffix into account in the make-alias script. 17 роки тому

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.