暂无描述

Rémi Denis-Courmont a8dffdef8b rootwrap: file descriptor leak 11 年之前
autotools 3ca565cc11 Update gitignore for automake 1.13 12 年之前
bin a8dffdef8b rootwrap: file descriptor leak 11 年之前
compat c4199ab677 Remove inconsistently used HAVE_UNISTD_H 11 年之前
contrib 0b4c9bc84b Contribs: dvdread, simplify the rules 11 年之前
doc 990a55cd6d Wise words on mobile OSes 11 年之前
extras a797da4714 tools: update cmake to 2.8.12.2 11 年之前
include cb7b1eef65 vlc_es: add #define for palette size 11 年之前
lib ae904d8344 fixed threading issue in libvlc_media_player_get_media 11 年之前
m4 dcffc92496 build: support YASM targets 11 年之前
modules a7d5530e0d xcb/screen: memory leak 11 年之前
po 6a63bcae63 codec: add tx3g spu 11 年之前
share 8f2fde3cdd LuaHTTP: do not fail when requesting command=fullscreen 11 年之前
src 0438b6df81 core: decoder_synchro: fix integer overflow (cid #1048882) 11 年之前
test 2683bad651 test: check POTFILES.in in test suite 11 年之前
.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 d3b37a8247 macosx: add basic addon manager 11 年之前
NEWS b22d646292 update NEWS 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 78a04b33e6 Configure: require dvdread 4.9.9 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.