Go to file
Rafaël Carré c3f5005864 fix win32 & osx packages (vlc is now in src/) 2008-02-27 19:34:12 +00:00
bindings CSC want mb_str initialized explicitly 2008-01-28 17:04:30 +00:00
doc don't duplicate sha1 hashes with strdup() (not \0 terminated) 2008-02-24 21:23:54 +00:00
extras contribs/extras: Compensate for shortfalls in ffmpeg's svn repository. Will submit shortfalls as bugs + patch back to ffmpeg dev team. 2008-02-27 04:57:07 +00:00
include misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +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 macosx gui playlist: allow drag & drop to the media library 2008-02-27 14:24:51 +00:00
po Update POTFILES.in and vlc.pot after removal of vlc_os_specific.h and addition of mmap.c 2008-02-26 19:49:44 +00:00
projects Actually fix the ActiveX plugin 2008-02-25 19:58:36 +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 misc/objects: No need to do atomic list-release when releasing the list. 2008-02-27 14:02:13 +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 fix win32 & osx packages (vlc is now in src/) 2008-02-27 19:34:12 +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 configure.ac: Backport the Mac OS X poll fix from cmake to autotools. 2008-02-26 02:11:57 +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 Distribute contrib/src/Distributions 2008-02-22 21:22: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.