Go to file
Rémi Denis-Courmont 71c7fb199a Try to fix make check 2008-05-24 12:12:15 +03:00
autotools config.rpath also comes from autopoint 2008-03-24 14:01:56 +02:00
bindings Remove internal Python build support 2008-05-21 20:48:11 +03:00
doc More updates, partially Mac-specific 2008-05-20 22:37:49 +02:00
extras GnuTLS and libgcrypt bump from 2.2.2 to 2.2.5 and 1.4.0 to 1.4.1 2008-05-22 08:50:00 +02:00
include Try to fix make check 2008-05-24 12:12:15 +03:00
libs More avoidable directories 2008-05-04 15:51:15 +03:00
lxdialog Make sure there is a new-line at the end of the .gitignore files. 2008-03-03 16:10:46 +00:00
m4 VLC_ADD_PLUGINS -> VLC_ADD_PLUGIN 2008-04-28 22:45:57 +03:00
modules -export-dynamic is no sense for libs, use -export-symbol (or nothing) 2008-05-24 10:39:07 +03:00
po French uses comma as a decimal separator 2008-05-21 21:39:25 +03:00
projects Rename the shared libraries 2008-05-15 19:40:44 +03:00
share s,fake:,fake://,g 2008-05-16 15:16:25 +02:00
src Provide default for vlc_pthread_fatal 2008-05-24 12:09:00 +03:00
test s/vlc-control/vlc/ 2008-05-16 13:01:09 +02:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore More ignores (OS X and QT4 related files & folders) 2008-04-20 10:55:38 +02:00
AUTHORS Update my profile 2008-05-10 00:29:57 +02: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
ChangeLog Happy new year (2) 2008-01-01 16:19:50 +00:00
HACKING We are not using svn anymore 2008-03-21 20:23:46 +01:00
INSTALL Debian's packaging moved 2007-03-24 01:30:37 +00:00
INSTALL.win32 Make clear of what compilation is supported and which one is not for Windows. 2008-03-05 22:55:09 -08:00
INSTALL.wince Revert [17900] as it doesn't harm to specify --target 2006-11-21 15:58:36 +00:00
MAINTAINERS Add mysef as playlist & ncurses interface maintainer 2007-12-20 22:58:00 +00:00
Makefile.am Use the same directory layout on all platforms. 2008-05-22 19:32:56 +03:00
NEWS Update NEWS and interface string about the latest parsing for the subtitles. 2008-05-21 14:18:17 -07:00
README README: Document a bit more the source tree layout. 2008-02-04 11:45:17 +00:00
THANKS Thanks. 2008-05-23 15:49:22 -07:00
bootstrap Typo 2008-04-22 19:20:34 +03:00
build-vlc - thou shalt keep menuconfig up-to-date and not disable it 2007-01-28 18:18:52 +00:00
config.in - thou shalt keep menuconfig up-to-date and not disable it 2007-01-28 18:18:52 +00:00
configure.ac -export-dynamic is no sense for libs, use -export-symbol (or nothing) 2008-05-24 10:39:07 +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 Build VLC aliases cleanly (don't need to parse argv[0]) 2007-12-09 21:36:32 +00:00
menuconfig "bash is not always in /bin/". Patch by funman. 2008-01-10 18:14:07 +00:00
toolbox toolbox: check for other files instead of missing ones. 2008-03-04 01:41:27 +03:00
vlc-config.in.in vlc-config: remove external mode. Use pkg-config. 2008-05-15 19:28:38 +03:00

README

$Id$

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.
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.