1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-10 19:05:07 +02:00
Go to file
2008-02-09 15:46:13 +00:00
bindings CSC want mb_str initialized explicitly 2008-01-28 17:04:30 +00:00
doc Forgot the quit line. 2008-01-31 23:27:56 +00:00
extras contrib: Remove now uneeded part of the ffmpeg-macosx-intel-mmx.patch. 2008-02-09 13:58:18 +00:00
include DEBUG -> NDEBUG 2008-02-09 08:21:35 +00:00
libs Fix realaudio linking on Linux without the Win32 loader 2008-02-03 15:23:15 +00:00
lxdialog Same for lxdialog and xvmc 2007-09-11 10:55:01 +00:00
m4 Remove silly m4 file. I'd rather use UPTODATE version on my system than some crap from VLC tree 2007-11-28 19:02:43 +00:00
modules Wrap the code and remove unnecessary line. 2008-02-09 09:06:51 +00:00
po Slovenian and brazilian Portuguese translation update by Matej Urbančič and Sidney Doria 2008-02-06 20:52:48 +00:00
projects macosx/framework: test updates to match the VLCKit name change. 2008-02-09 15:40:03 +00:00
share Register video/x-matroska as a mime-type. 2008-02-09 15:46:13 +00:00
src WTF don't use the network in an automated stress test 2008-02-09 10:50:09 +00:00
test Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
AUTHORS AUTHORS: Add lua to dionoea. 2008-02-04 11:56:04 +00:00
bootstrap Remove mkdir -p intl/ from bootstrap following [24803]. 2008-02-07 07:00:31 +00: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 * configure.ac: oops.. reverted gettext requirement from previous commit 2008-02-06 00:20:57 +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
defconfig Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +00:00
HACKING put the right developers website url, pointed out by marcfiu on IRC. bump gettext requirement 2007-12-21 17:25:10 +00:00
INSTALL Debian's packaging moved 2007-03-24 01:30:37 +00:00
INSTALL.win32 INSTALL.win32: Set correctly PATH when using contribs + misc fix 2007-04-17 19:24:49 +00: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 Clean the vlc aliases 2008-02-08 00:20:06 +00:00
menuconfig "bash is not always in /bin/". Patch by funman. 2008-01-10 18:14:07 +00:00
NEWS TODO 2008-01-19 20:49:42 +00:00
README README: Document a bit more the source tree layout. 2008-02-04 11:45:17 +00:00
THANKS libupnp: Don't unescape XML twice. Patch by Robson Braga Araujo 2008-02-03 10:18:05 +00:00
toolbox Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
vlc-config.in.in vlc-config: don't store optimisation cflags in cppflags (preprocessor flags), revive --cppflags 2007-12-10 13:23:37 +00: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.