Go to file
Antoine Cellerier cdb3d4e975 Oops. 2008-09-03 12:24:12 +02:00
autotools ignore these files/dirs 2008-08-27 14:44:30 +02:00
bin Build a separate non-installable VLC for easier debugging 2008-08-31 13:06:04 +03:00
bindings jvlc: accept cmdline args for sample client 2008-08-29 11:44:42 +02:00
doc Small fixes on the man page 2008-09-02 23:03:52 +01:00
extras Bump Qt for windows to 4.4.1 2008-08-31 13:10:39 -07:00
include libvlc: Add a --verbose-objects option to select which objects should print their msg. 2008-09-02 01:39:10 +02:00
libs SRTP: check buffer length before sequence 2008-06-15 22:40:33 +03:00
m4 ignore these files/dirs 2008-08-27 14:44:30 +02:00
modules Improved a bit still frame support. 2008-09-03 01:20:05 +02:00
po l10n: Hungarian update by Gabor Kelemen 2008-09-02 23:03:52 +01:00
projects Blind attempt to fix the OS X builds 2008-08-24 12:02:24 +02:00
share Include all the lua README.txt files in DIST and fix the NEWS. 2008-08-31 23:20:30 +02:00
src vout_RenderPicture should not render subtitles on the provided picture. 2008-09-03 01:03:22 +02:00
test failing test for libvlc_media_list_player added 2008-06-29 14:34:55 +02:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore Revert part of c3baee8d05. We no longer have the intl directory. 2008-08-28 08:58:50 +02:00
AUTHORS RealVideo codec through DLL loader 2008-06-02 17:52:30 +03:00
COPYING Layout fixes in COPYING (and use spaces instead of tabs). Use a fixed width font in when displaying the license in the qt4 help window (since that's how it's meant to be displayed). 2007-11-14 21:50:17 +00:00
HACKING Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
INSTALL Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
INSTALL.win32 Update Windows versions 2008-08-31 23:06:50 +03:00
INSTALL.wince Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
MAINTAINERS Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
Makefile.am Here too (can't the Win32 and OS X stuff be factorized a bit?) 2008-08-31 23:25:27 +02:00
NEWS Include all the lua README.txt files in DIST and fix the NEWS. 2008-08-31 23:20:30 +02:00
README Update README. Close #1928 2008-08-25 13:09:50 -07:00
THANKS Oops. 2008-09-03 12:24:12 +02:00
bootstrap Make patching more resilient 2008-08-03 00:39:11 +01:00
config.in Remove glide video output module. 2008-06-21 00:48:50 +04:00
configure.ac Drop prehistoric avahi versions support 2008-08-28 22:25:59 +03:00
defconfig Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +00:00
make-alias Take program prefix and suffix into account in the make-alias script. 2008-05-26 00:11:33 +02:00
toolbox toolbox: dont remove config.rpath. 2008-06-09 16:15:25 +04:00
vlc-config.in.in vlc-config: remove external mode. Use pkg-config. 2008-05-15 19:28:38 +03:00

README

README for the VLC media player
===============================

The VideoLAN web site . . . http://www.videolan.org/
Documentation . . . . . . . http://www.videolan.org/doc/
Support . . . . . . . . . . http://www.videolan.org/support/
Forums  . . . . . . . . . . http://forum.videolan.org/
Wiki  . . . . . . . . . . . http://wiki.videolan.org/
The Developers site . . . . http://www.videolan.org/developers/vlc.html

ABOUT-NLS          - Notes on the Free Translation Project.
AUTHORS            - Main VLC authors.
COPYING            - The GPL license.
ChangeLog          - The VLC ChangeLog.
HACKING            - Hacking VLC.
INSTALL            - Installation instructions.
INSTALL.win32      - Installation instructions for the Win32 version of VLC.
NEWS               - Important modifications between the releases.
README             - This file.
THANKS             - All VLC contributors.
bindings/          - Bindings around LibVLC.
extras/analyser    - Code analyser and editor specific files.
extras/buildsystem - different buildsystems specific files.
extras/contrib     - external libraries retrieving facilities for systems that
                     don't have package manager.
extras/deprecated  - Now deprecated files.
extras/misc        - Files that don't fit in the other extras/ categories.
extras/package     - VLC packaging specific files such as spec files.
include/           - Include files
doc/               - Miscellaneous documentation.
libs/              - libraries that we host.
po/                - languages related files.
projects/          - projects that uses libVLC such as the web browsers plugin.
share/             - Common Resources files.
src/               - VLC and libvlc source code.