Go to file
Rémi Denis-Courmont da1291a1a4 Remove useless check 2008-02-21 18:41:03 +00:00
bindings CSC want mb_str initialized explicitly 2008-01-28 17:04:30 +00:00
doc . 2008-02-15 16:06:16 +00:00
extras cmake: Fix qt4 linking and moc. 2008-02-21 00:10:29 +00:00
include libvlc: document that libvlc_new() MUST have a program path in argv[0] 2008-02-21 14:38:46 +00:00
libs Fix realaudio linking on Linux without the Win32 loader 2008-02-03 15:23:15 +00:00
lxdialog Same for lxdialog and xvmc 2007-09-11 10:55:01 +00:00
m4 Remove silly m4 file. I'd rather use UPTODATE version on my system than some crap from VLC tree 2007-11-28 19:02:43 +00:00
modules libmp4: removed the 'France' option, who cares ? 2008-02-21 15:55:23 +00:00
po Swedish l10n update by Daniel Nylander 2008-02-19 22:19:03 +00:00
projects activex: oops, used duplicate id for BITMAP resource 2008-02-21 11:47:59 +00:00
share fix dailymotion parser, choosing VP6 as the default of the multiple streams available 2008-02-21 01:47:15 +00:00
src Remove useless check 2008-02-21 18:41:03 +00:00
test Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
AUTHORS AUTHORS: Add lua to dionoea. 2008-02-04 11:56:04 +00: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 put the right developers website url, pointed out by marcfiu on IRC. bump gettext requirement 2007-12-21 17:25:10 +00:00
INSTALL Debian's packaging moved 2007-03-24 01:30:37 +00:00
INSTALL.win32 INSTALL.win32: Set correctly PATH when using contribs + misc fix 2007-04-17 19:24:49 +00: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 Makefile.am: reverting [25187], my contribs were too old 2008-02-18 15:08:04 +00:00
NEWS TODO 2008-01-19 20:49:42 +00:00
README README: Document a bit more the source tree layout. 2008-02-04 11:45:17 +00:00
THANKS PulseAudio output module. Thanks to Martin Hamrle. Closes #1215 2008-02-19 00:08:03 +00:00
bootstrap Make autoreconf verbose 2008-02-11 17:20:00 +00: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 Fix linking of libvlc 2008-02-20 21:38:06 +00: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 Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
vlc-config.in.in Don't set DATA_PATH when building plugins - fixes #1464 2008-02-10 12:34:34 +00: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.