1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Go to file
2008-04-13 18:40:47 +02:00
autotools config.rpath also comes from autopoint 2008-03-24 14:01:56 +02:00
bindings remove interface override annotations 2008-04-13 00:19:47 +02:00
doc Just an other fortune... 2008-04-11 23:25:42 +02:00
extras No need to define 2 times the same thing 2008-04-13 15:19:29 +02:00
include src: Fix an unused var warning plus an invalid conversion warning in libvlc-common.c. 2008-04-11 18:57:51 +02:00
libs loader: Upgrade pop/push pack headers from latest wine git to fix compilation on darwin. 2008-03-31 14:31:26 +02: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 Remove autogenerated private.m4 from VCS 2008-04-10 22:21:18 +02:00
modules Don't compile dynamicoverlay when there is no POSIX shared memory support on the system. Use VLC_UNUSED() iso (void)(). 2008-04-13 18:40:47 +02:00
po Update pot file 2008-04-11 23:58:57 +01:00
projects Files belonging to patch from, thannoy: Allow future control toolbar to be hidden (default) or shown. 2008-04-11 17:02:57 +02:00
share Don't install scripts and images when the plugin/module that needs them is not build. 2008-04-11 13:52:55 +02:00
src src: Fix an unused var warning plus an invalid conversion warning in libvlc-common.c. 2008-04-11 18:57:51 +02:00
test Getting the sample is not a check in itself 2008-04-11 22:40:09 +01:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore More gitignores. 2008-04-04 03:56:22 +04:00
AUTHORS java bindings huge update 2008-03-09 02:08:53 +01:00
bootstrap Do run autopoint if it works 2008-03-25 18:55:30 +02:00
build-vlc - thou shalt keep menuconfig up-to-date and not disable it 2007-01-28 18:18:52 +00:00
ChangeLog Happy new year (2) 2008-01-01 16:19:50 +00:00
config.in - thou shalt keep menuconfig up-to-date and not disable it 2007-01-28 18:18:52 +00:00
configure.ac Don't build dynamicoverlay for Win32 (either using mingw32 or mingwce). 2008-04-13 18:40:47 +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 We are not using svn anymore 2008-03-21 20:23:46 +01:00
INSTALL Debian's packaging moved 2007-03-24 01:30:37 +00:00
INSTALL.win32 Make clear of what compilation is supported and which one is not for Windows. 2008-03-05 22:55:09 -08:00
INSTALL.wince Revert [17900] as it doesn't harm to specify --target 2006-11-21 15:58:36 +00:00
MAINTAINERS Add mysef as playlist & ncurses interface maintainer 2007-12-20 22:58:00 +00:00
make-alias Build VLC aliases cleanly (don't need to parse argv[0]) 2007-12-09 21:36:32 +00:00
Makefile.am test: Move testapi.c to /test and use a sample file that is not ogg for basic testing. 2008-04-11 18:47:05 +02:00
menuconfig "bash is not always in /bin/". Patch by funman. 2008-01-10 18:14:07 +00:00
NEWS Updates 2008-04-07 15:57:27 +02:00
README README: Document a bit more the source tree layout. 2008-02-04 11:45:17 +00:00
THANKS Add Michael Ploujnikov to THANKS. 2008-04-13 10:12:08 +02:00
toolbox toolbox: check for other files instead of missing ones. 2008-03-04 01:41:27 +03:00
vlc-config.in.in Set PLUGIN_PATH and LOCALEDIR only for libvlc 2008-03-19 20:40:16 +02:00

$Id$

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.