1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Go to file
2009-08-19 15:52:51 +02:00
autotools ignore these files/dirs 2008-08-27 14:44:30 +02:00
bin Do not use crashdumps on Win64 2009-08-19 15:52:51 +02:00
bindings phonon: fix uninitialized value (Not sure if that's the right value so feel 2009-08-18 21:15:21 +02:00
compat WinCE: add replacement getcwd() function 2009-05-21 00:11:37 +02:00
doc Use minus and not hyphen in man page 2009-07-11 20:24:21 +01:00
extras contrib: Bump Mac OS X contrib binary to revision 17. 2009-08-19 12:03:13 +02:00
include [PATCH] playlist, Qt4: new playlist_TreeMoveMany() 2009-08-18 12:26:33 +02:00
libs Zip: remove compilation warnings in libs/unzip 2009-01-27 23:09:27 +01:00
m4 m4_ifnblank seems to be too new for some autoconf 2009-08-09 14:44:30 +02:00
modules x264: add profile-limitter, pretty much same as in x264.exe 2009-08-19 16:13:02 +03:00
po Delete galaktos plugin. 2009-08-07 13:04:26 +02:00
projects Make sure we don't use the deprecated get_drawable(), by using get_nsobject(). 2009-08-18 12:14:44 +02:00
share share/Makefile.am: distribute newly added lua playlist parsers. 2009-08-19 17:40:11 +04:00
src Small fix for Mingw64 compilation 2009-08-19 15:37:21 +02:00
test test: Disable test_media_list_player as it deadlocks. 2009-08-19 11:43:54 +02:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore Revert part of c3baee8d05. We no longer have the intl directory. 2008-08-28 08:58:50 +02:00
AUTHORS Update myself 2009-01-26 21:20:47 +02:00
bootstrap Allow bootstrapping from a subdirectory 2008-11-24 18:28:50 +02:00
config.in Makefile: the wx inteface does not exist anymore. 2009-07-07 09:49:53 +02:00
configure.ac Remove transrate 2009-08-18 22:50:05 +03: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 Update HACKING 2009-02-21 10:38:51 +02: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
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 am: Ensure 'make VLC.app' will be silent when automake is in quiet mode. 2009-08-18 15:59:11 +02:00
NEWS Mention the addition of new lua parsers in NEWS. 2009-08-19 17:40:12 +04:00
README Update README. Close #1928 2008-08-25 13:09:50 -07:00
THANKS Mention Dennis Perov's hardware donation in THANKS file. 2009-08-13 20:16:14 +04:00
toolbox toolbox: dont remove config.rpath. 2008-06-09 16:15:25 +04:00
vlc-config.in.in Use libvlccore C flags for libvlccore 2009-04-26 00:02:29 +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.