Go to file
Branko Kokanovic 5c3dd0a324 video filter refactor (trying to reuse functions)
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
2011-01-04 20:07:56 +01:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin Remove useless #includes 2010-10-31 11:12:20 +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 skins2: implement a new 'focus' attribute for text control 2010-12-11 15:24:33 +01:00
extras contribs: fixed installation of this stupid library 2010-12-31 18:16:09 +01:00
include Symbian: fix for PATH_MAX 2010-12-30 21:21:47 +01: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 video filter refactor (trying to reuse functions) 2011-01-04 20:07:56 +01:00
po Remove the filter patterns in the playlist file dialog from the translatable strings. These shouldn't be translated and malforming them could introduce a functional bug, as it happened in the case of the Spanish translation. http://trac.videolan.org/vlc/ticket/4376 2010-12-23 14:13:11 +01:00
projects/macosx Add method for getting stats from VLCMedia 2010-12-27 15:36:41 +01:00
share Remove Christian references 2011-01-02 22:49:57 +02:00
src Symbian: modules compilation fix 2010-12-30 21:21:53 +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 Add Lithuanian translator 2010-11-08 23:17:36 +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
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
Makefile.am makefile: another Xcode4 fix 2010-12-31 18:51:09 +01:00
NEWS Mention libVLC improvements in NEWS 2010-12-27 16:32:25 +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
bootstrap Remove unmaintained BeOS support 2010-10-31 13:42:58 +02:00
configure.ac configure.ac: do not warn against shared if you aren't building VLC 2010-12-30 21:16:27 +01:00
make-alias Take program prefix and suffix into account in the make-alias script. 2008-05-26 00:11:33 +02:00
vlc-config.in.in Remove the Werror stuff for good 2010-04-07 21:47:59 +03: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.