1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-10 19:05:07 +02:00
Go to file
2008-02-04 11:54:28 +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 cmake: Send in config.h.cmake. 2008-02-04 10:42:05 +00:00
include vlc_threads_funcs.h: Don't attempt to track pthread_cond_wait() that takes a long time before returning as we usually idle that way. This removes annoying warning messages. 2008-02-04 00:18:33 +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 Remove dead preprocessor directives 2008-02-03 20:38:34 +00:00
po Brazillian Portuguese l10n update by Sidney Doria 2008-02-01 19:02:16 +00:00
projects macosx/framework: Fix contrib location. 2008-02-04 02:30:03 +00:00
share lua demuxer: update dailymotion thumbnails 2008-01-25 14:45:13 +00:00
src Don't include stddef without checking for it. 2008-02-03 20:12:50 +00:00
test Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
AUTHORS AUTHORS: Add myself. 2008-02-04 11:54:28 +00:00
bootstrap Don't loose our INSTALL 2008-01-31 17:51:46 +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 Source Tree Layout Cleanup: (As decided at videolan-meeting #2) 2008-02-04 01:17:33 +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 README.MacOSX.rtf has moved 2008-02-04 10:34:49 +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.