Go to file
Jean-Philippe André be5d247044 Qt: fix layout of extension info panel 2010-02-03 17:14:00 +01:00
autotools ignore these files/dirs 2008-08-27 14:44:30 +02:00
bin LibVLC core: remove exceptions 2010-01-31 23:40:16 +02:00
bindings libvlcpp: fix the compilation and throw an exception if the constructor fail. 2010-02-03 11:37:08 +01:00
compat Revert "compat: implement tdestroy (GNU extension not available on OpenBSD)." 2010-01-06 14:23:10 +02:00
doc Typo 2010-01-08 19:26:20 +00:00
extras Fix zsh_gen compilation. 2010-02-03 11:37:08 +01:00
include Extensions: they can also have a short description 2010-02-03 17:14:00 +01:00
libs Remove my old email address 2009-12-13 18:16:50 +02:00
m4 Remove my old email address 2009-12-13 18:16:50 +02:00
modules Qt: fix layout of extension info panel 2010-02-03 17:14:00 +01:00
po Move mediacontrol to bindings 2010-02-01 19:45:33 +02:00
projects mozilla: fix inverted logic (thanks jpd). 2010-02-03 16:57:24 +01:00
share Generate Windows resource file on need basis 2010-01-31 12:53:39 +02:00
src playlist: add check if item is allready preparsed before adding it to queue 2010-02-03 17:38:20 +02:00
test LibVLC media: remove exceptions 2010-02-02 23:45:02 +02:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore Fix building of phonon-vlc 2009-12-29 16:14:19 +01:00
AUTHORS Update myself 2009-01-26 21:20:47 +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
HACKING Get rid of ligcrypt M4 macros 2009-10-06 22:44:53 +03:00
INSTALL Documentation fixes 2008-11-24 18:52:46 +02:00
INSTALL.maemo Wrap and improve a bit 2009-02-09 21:46:12 +02:00
INSTALL.win32 Update Win32 before 1.0.0 2009-06-26 15:33:17 +02:00
INSTALL.wince Makefile: the wx inteface does not exist anymore. 2009-07-07 09:49:53 +02:00
Makefile.am Small Makefile fixup 2010-02-03 16:52:55 +01:00
NEWS NEWS: rewording the ODML/AVI subtitles part 2010-01-31 14:51:24 +01:00
README Update README. Close #1928 2008-08-25 13:09:50 -07:00
THANKS Mozilla plugin event listeners. 2010-01-29 16:51:32 +01:00
bootstrap Force POSIX shell to run genmf 2010-01-18 20:15:24 +02:00
config.in Makefile: the wx inteface does not exist anymore. 2009-07-07 09:49:53 +02:00
configure.ac VLC xpi bundle patch 2010-02-03 14:46:15 +01: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 autoconf: Don't hardcode shell in templates 2010-01-18 20:14:47 +02: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.