Go to file
Pierre d'Herbemont 1a112b8a40 Revert "dejidjei:"
This reverts commit 5183d34db7.
2008-07-09 23:22:30 +02:00
autotools config.rpath also comes from autopoint 2008-03-24 14:01:56 +02:00
bindings python bindings: fix compilation 2008-06-30 19:24:16 +02:00
doc Screenshots might need updates on releases. 2008-07-07 00:14:18 +02:00
extras Contrib: use -O3 to build libschroedinger. 2008-07-10 00:34:44 +04:00
include Various strings change and capitalisation changes to match the guidelines. 2008-07-09 13:09:28 -07:00
libs SRTP: check buffer length before sequence 2008-06-15 22:40:33 +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 More *.m4's to ignore 2008-05-30 17:29:45 +02:00
modules Revert "dejidjei:" 2008-07-09 23:22:30 +02:00
po Typo 2008-07-07 11:05:32 +02:00
projects Fix mozilla toolbar button click logic. 2008-06-18 11:39:23 +02:00
share fix error: lua playlist warning: Error while runing script 2008-06-29 00:22:21 +03:00
src Revert "dejidjei:" 2008-07-09 23:22:30 +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 More ignores (OS X and QT4 related files & folders) 2008-04-20 10:55:38 +02:00
AUTHORS RealVideo codec through DLL loader 2008-06-02 17:52:30 +03:00
bootstrap Typo 2008-04-22 19:20:34 +03:00
build-vlc Remove glide video output module. 2008-06-21 00:48:50 +04:00
config.in Remove glide video output module. 2008-06-21 00:48:50 +04:00
configure.ac rtsp: Include xlocale.h for Mac OS X (at least). 2008-07-09 23:20:55 +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
defconfig Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +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 Remove dummy $Id$ 2008-06-26 18:38:55 +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
make-alias Take program prefix and suffix into account in the make-alias script. 2008-05-26 00:11:33 +02:00
Makefile.am Ship the Win32 SDK - closes #1676 2008-07-07 20:37:11 +03:00
menuconfig "bash is not always in /bin/". Patch by funman. 2008-01-10 18:14:07 +00:00
NEWS Switch to 0.9.0-test2 2008-07-01 21:59:34 +03:00
README Revert "dejidjei:" 2008-07-09 23:22:30 +02:00
THANKS Announce libschroedinger support 2008-06-29 18:20:36 +03: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 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.