1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-27 04:21:53 +02:00
Go to file
2008-08-24 21:58:07 +02:00
autotools config.rpath also comes from autopoint 2008-03-24 14:01:56 +02:00
bin Win32: (restore) support for Unicode command line... 2008-08-24 21:18:10 +03:00
bindings jvlc: comment fixed 2008-07-31 23:52:16 +02:00
doc Fix man page syntax errors 2008-08-22 19:53:43 +02:00
extras Remove useless and unfinished seamcarving resizer plugin. (We don't want experimentations in a release do we? :p) 2008-08-24 16:30:56 +02:00
include Missing cast with vlc_config_set 2008-08-24 22:54:10 +03:00
libs SRTP: check buffer length before sequence 2008-06-15 22:40:33 +03:00
lxdialog Make sure there is a new-line at the end of the .gitignore files. 2008-03-03 16:10:46 +00:00
m4 More *.m4's to ignore 2008-05-30 17:29:45 +02:00
modules Fix segfault on 64 bit archs. (0 != NULL) 2008-08-24 21:58:07 +02:00
po l10n: Dutch update by Myckel Habets 2008-08-24 20:33:40 +01:00
projects Blind attempt to fix the OS X builds 2008-08-24 12:02:24 +02:00
share Added extension information to browse.xml 2008-08-24 16:47:02 +02:00
src Fix segfault on 64 bit archs. (0 != NULL) 2008-08-24 21:58:07 +02:00
test failing test for libvlc_media_list_player added 2008-06-29 14:34:55 +02:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore More ignores (OS X and QT4 related files & folders) 2008-04-20 10:55:38 +02:00
AUTHORS RealVideo codec through DLL loader 2008-06-02 17:52:30 +03:00
bootstrap Make patching more resilient 2008-08-03 00:39:11 +01:00
build-vlc Remove glide video output module. 2008-06-21 00:48:50 +04:00
config.in Remove glide video output module. 2008-06-21 00:48:50 +04:00
configure.ac Remove useless and unfinished seamcarving resizer plugin. (We don't want experimentations in a release do we? :p) 2008-08-24 16:30:56 +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
defconfig Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +00:00
HACKING Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
INSTALL Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
INSTALL.win32 Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
INSTALL.wince Remove dummy $Id$ 2008-06-26 18:38:55 +03: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 VLC needs libvlc, not just libvlccore 2008-08-24 18:26:47 +03:00
menuconfig "bash is not always in /bin/". Patch by funman. 2008-01-10 18:14:07 +00:00
NEWS Clarifications. 2008-08-24 16:26:23 +02:00
README Revert "dejidjei:" 2008-07-09 23:22:30 +02:00
THANKS l10n: Finnish update by Otto Kekäläinen 2008-08-24 00:26:09 +01:00
toolbox toolbox: dont remove config.rpath. 2008-06-09 16:15:25 +04:00
vlc-config.in.in vlc-config: remove external mode. Use pkg-config. 2008-05-15 19:28:38 +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.
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.