1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
Go to file
2011-01-23 21:56:31 +01:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin Work around QProcess bug (KDE bug #260719) 2011-01-23 17:49:00 +02:00
bindings s/informations/information/ 2010-07-28 21:33:51 +02:00
compat More cleaner fix when tdestroy only is missing. 2010-12-13 14:43:19 +01:00
doc Doc: generate Changelog for 2011 2011-01-23 21:56:31 +01:00
extras contribs: set a proper location for the fontconfig cache to fix continous re-creation 2011-01-23 21:27:20 +01:00
include Bump plugin ABI due to XML changes 2011-01-22 23:04:49 +02:00
libs Remove my old email address 2009-12-13 18:16:50 +02:00
m4 Update gettext files 2010-07-21 23:04:56 +03:00
modules Linsys: don't use strerror 2011-01-23 20:31:11 +01:00
po i18n: add new file 2011-01-20 18:58:53 +01:00
projects/macosx Add method for getting stats from VLCMedia 2010-12-27 15:36:41 +01:00
share LUA: hide EINTR from scripts and remove the timeout feature 2011-01-23 17:49:00 +02:00
src Solve a sign warning 2011-01-22 21:40:41 +01:00
test LibVLC Audio/video filters listing API 2010-12-20 09:47:33 +01:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore Add more files and folders to gitignore 2010-12-19 15:40:56 +01:00
.gitmodules Move the Phonon binding away from gitorious 2010-12-23 14:45:30 +01:00
AUTHORS AUTHORS: Remove my nicknames 2011-01-21 19:28:27 +01:00
bootstrap Remove unmaintained BeOS support 2010-10-31 13:42:58 +02:00
configure.ac Qt: fix compilation with ML 2011-01-20 15:13:09 +01: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 Remove unmaintained BeOS support 2010-10-31 13:42:58 +02:00
INSTALL.win32 Update slightly INSTALL.win32 2010-08-14 17:53:28 +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 makefile: revert previous Xcode4 fix. 2011-01-17 13:47:46 +01:00
NEWS Update NEWS, LIST and improve preferences for the new Sout modules 2011-01-20 17:03:37 +01:00
README Update README. Close #1928 2008-08-25 13:09:50 -07:00
THANKS Added Sparkle to list of used libraries 2010-08-02 00:18:51 +02: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.