Go to file
Sam Hocevar f213a1d69a * ./src/libvlc.c: switched the position of msg_Create() and system_Init()
because the BeOS system_Init spawns a thread, which makes use of msg_*
    functions.
  * ./src/misc/threads.c, ./src/misc/win32_specific.c: put the detection
    of SignalObjectAndWait in the thread system initialization because
    system_Init() now happens after msg_Create().
2002-09-17 14:56:13 +00:00
debian * ./configure.in: the DV module is now a plugin, with the proper 2002-09-09 13:52:24 +00:00
doc (Temporary) end of the audio output 3 documentation. 2002-09-13 22:38:54 +00:00
extras * S/PDIF output should now be working (untested, though). 2002-08-11 22:36:35 +00:00
include * configure.in: Fixed detection of Qt-embedded. 2002-09-16 20:46:38 +00:00
ipkg Add package sdl to package dependency list. 2002-07-13 12:22:14 +00:00
lib * libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks 2001-07-11 02:01:05 +00:00
m4 * ./m4/*: added gettext m4 macros so that the configure behaviour is 2002-08-28 15:30:57 +00:00
modules * all: - fix a memory leak while parsing. 2002-09-17 11:57:38 +00:00
mozilla * ./mozilla/*: added hooks so that the vlc plugin is scriptable from 2002-09-17 08:18:24 +00:00
po The liba52 "codec" is now an audio filter. It means we are now able to 2002-09-02 23:17:06 +00:00
share Enhanced BeOS icon ;) 2002-08-18 16:17:32 +00:00
src * ./src/libvlc.c: switched the position of msg_Create() and system_Init() 2002-09-17 14:56:13 +00:00
.cvsignore * ./HACKING: we can now use automake-1.5 instead of automake-1.6. But now 2002-08-27 14:15:24 +00:00
AUTHORS * ALL: started the slow move to automake. For the moment, the changes are 2002-08-25 23:18:05 +00:00
BUGS * ALL: new module API. Makes a few things a lot simpler, and we gain 2002-07-31 20:56:53 +00:00
COPYING - �a compile sous FreeBSD (mais �a ne tourne pas) 2000-03-04 11:52:48 +00:00
ChangeLog Imported 0.4.4 Changelog. 2002-08-10 23:22:45 +00:00
Doxyfile ./Doxyfile: a sample doxygen configuration file. Have a look at 2002-08-12 15:56:57 +00:00
FAQ * ./FAQ: removed QT6 / QT6 Preview "bug" 2002-07-25 22:34:37 +00:00
HACKING * ./HACKING: we can now use automake-1.5 instead of automake-1.6. But now 2002-08-27 14:15:24 +00:00
INSTALL * Fixed a little omission in INSTALL-win32.txt. 2002-03-25 04:18:07 +00:00
INSTALL.win32 * updated INSTALL.win32 2002-05-18 22:41:43 +00:00
MAINTAINERS Up to date ALSA information. 2002-08-16 14:30:39 +00:00
Makefile.am * ./configure.in: we now require autoconf 2.5x because previous versions 2002-08-26 20:49:50 +00:00
Makefile.config.in * ./Makefile.opts.in: removed configuration stuff which does not need to 2002-05-20 14:12:15 +00:00
Makefile.dep * ALL: the first libvlc commit. 2002-06-01 12:32:02 +00:00
Makefile.modules * ALL: fixed a few include directories. 2002-08-26 08:36:12 +00:00
Makefile.old * ./Makefile.old: fixed the automatic dependency rule (include dirs missing). 2002-08-28 21:40:35 +00:00
Makefile.opts.in Renamed --enable-qte switch for Qt Embedded interface support to --enable-opie. 2002-09-04 21:09:12 +00:00
README * ALL: started the slow move to automake. For the moment, the changes are 2002-08-25 23:18:05 +00:00
README.MacOSX.rtf * ./README.MacOSX.rtf : updated README. 2002-07-25 22:48:56 +00:00
STATUS Up to date ALSA information. 2002-08-16 14:30:39 +00:00
TODO Closed old entries. 2002-07-12 22:42:30 +00:00
bootstrap * ./bootstrap : Fixed an issue with old shell versions 2002-08-29 23:53:22 +00:00
configure.in * ./mozilla/*: added hooks so that the vlc plugin is scriptable from 2002-09-17 08:18:24 +00:00
install-win32 * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working. 2002-04-05 20:44:23 +00:00
macosx-dmg * MacOS X vout improvements 2002-02-18 01:34:44 +00:00
todo.pl . removed obsolete video_yuv_mmx.S 2001-02-04 03:06:30 +00:00
vlc-config.in * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy. 2002-07-20 18:01:43 +00:00
vlc.spec * ./modules/audio_output/oss.c: compilation fixes. 2002-08-08 00:35:11 +00:00

README

$Id: README,v 1.11 2002/08/25 23:18:04 sam Exp $

README for vlc, the VideoLAN Client
===================================

ABOUT-NLS          - Notes on the Free Translation Project.
AUTHORS            - All the people who worked on vlc.
BUGS               - List of known, unresolved bugs.
COPYING            - The GPL license.
ChangeLog          - The vlc ChangeLog.
FAQ                - Commonly asked questions.
HACKING            - Hacking vlc.
INSTALL            - Installation instructions.
INSTALL.libmad     - Installation instructions for the libmad library.
INSTALL.win32      - Installation instructions for the Win32 version of vlc.
MODULES            - Short description of all the available modules.
README             - This file.
README.MacOSX.rtf  - Information specific to the MacOS X port.
TODO               - Work needed.
doc/               - miscellaneous documentation.

Resources
=========

The VideoLAN web site : http://www.videolan.org/
Mailing-lists : http://www.videolan.org/lists.html