Go to file
2010-07-02 14:48:10 +03:00
autotools ignore these files/dirs 2008-08-27 14:44:30 +02:00
bin Win32: Activate DEP on XP SP3. DEP is useless without ASLR, but people using an 10 year old OS don't have the right to complain 2010-07-01 22:36:52 +02:00
bindings Moved "sub-filter" from spu_t to vout_thread_t. 2010-05-18 23:10:29 +02:00
compat Replacement for getdelim and getline - fixes #3503 2010-04-08 18:50:02 +03:00
doc Fortunes: "the yes need the no to win against the no." attitude 2010-06-18 13:52:54 +02:00
extras contribs: fix FFmpeg target when building ARM 2010-06-29 18:32:14 +02:00
include Move vlc_atomic_t typedef to <vlc_common.h> 2010-06-29 17:29:01 +03:00
libs Remove my old email address 2009-12-13 18:16:50 +02:00
m4 Remove the Werror stuff for good 2010-04-07 21:47:59 +03:00
modules Qt4: adjust default playlist font, hopefully looks better in windows 2010-07-02 14:48:10 +03:00
po l10n: Ukranian update 2010-06-18 17:27:48 +01:00
projects Ignore manifest.json 2010-06-14 12:36:10 +02:00
share lua: fix fuzzy musicbrainz search and use " " around title/artists 2010-06-30 20:49:15 +03:00
src Fix libvlc_video_set_crop_geometry() to accept custom values (untested) 2010-07-02 05:44:17 +03:00
test Add version infos to new LibVLC functions 2010-06-27 17:10:33 +03:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore ignore plugins cache in source dir 2010-06-30 06:54:38 +02:00
.gitmodules Use gitorious for phonon-vlc, so we don't have 2 forks around. 2010-03-15 10:35:51 +01:00
AUTHORS Update THANKS and AUTHORS. 2010-06-17 19:23:24 +02: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 Fix luac detection error case 2010-06-22 08:33:03 +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.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
make-alias Take program prefix and suffix into account in the make-alias script. 2008-05-26 00:11:33 +02:00
Makefile.am make distcheck: bypass kde4-config 2010-06-21 03:07:49 +03:00
NEWS Fix version number in NEWS 2010-06-21 16:39:08 +02:00
README Update README. Close #1928 2008-08-25 13:09:50 -07:00
THANKS Thanks to dilaroga 2010-07-01 14:02:42 +02:00
toolbox toolbox: dont remove config.rpath. 2008-06-09 16:15:25 +04:00
vlc-config.in.in Remove the Werror stuff for good 2010-04-07 21:47:59 +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.
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.