Go to file
Sam Hocevar bf7985b74a * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Error() to the libvlc API.
* ./include/main.h: removed p_vlc->i_status because it was not sufficient
    to represent all the possible states of p_vlc; each part should be tested
    separately upon destruction.
  * ./src/misc/objects.c: fixed a signed/unsigned bug that prevented creation
    of VLC_OBJECT_GENERIC objects.

  * ./src/misc/variables.c: added the VLC_VAR_COMMAND type which is simply a
    variable that stores a function pointer, and calls it when var_Get is
    called for it. The function argument is taken in val.psz_string.
  * ./src/misc/objects.c: vlc_dumpstructure and vlc_liststructure are no longer
    exported to the rest of the program; instead, they're VLC_VAR_COMMAND vars
    ("tree" and "list").
  * ./modules/control/rc/rc.c: moved a few commands to VLC_VAR_COMMAND vars.
2002-10-14 16:46:56 +00:00
debian * ./src/libvlc.c, ./include/main.h: the root of all objects is now 2002-10-03 13:21:55 +00:00
doc Fixed a bug in the developer doc : hacking.xml and overview.xml were 2002-10-12 23:15:45 +00:00
extras ./extras/MacOSX/.../MainMenu.nib: added Open Target panel 2002-10-05 00:10:17 +00:00
include * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Error() to the libvlc API. 2002-10-14 16:46:56 +00:00
ipkg * ALL: the build mechanism now uses automake. See HACKING for more details. 2002-09-30 11:05:42 +00:00
lib * ALL: the build mechanism now uses automake. See HACKING for more details. 2002-09-30 11:05:42 +00:00
m4 * ALL: the build mechanism now uses automake. See HACKING for more details. 2002-09-30 11:05:42 +00:00
modules * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Error() to the libvlc API. 2002-10-14 16:46:56 +00:00
mozilla Changes to the libvlc API: 2002-10-11 22:32:56 +00:00
po * ALL: the build mechanism now uses automake. See HACKING for more details. 2002-09-30 11:05:42 +00:00
share Attempt to port new BeOS features from the stable branch. 2002-09-30 18:30:28 +00:00
src * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Error() to the libvlc API. 2002-10-14 16:46:56 +00:00
.cvsignore * ./bootstrap, ./Makefile.am: workarounds for automake 1.5. 2002-10-02 12:59:59 +00:00
AUTHORS Updated AUTHOS file. 2002-10-03 20:46:46 +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 Changelog from 0.4.5. 2002-10-13 23:01:23 +00:00
Doxyfile ./Doxyfile: a sample doxygen configuration file. Have a look at 2002-08-12 15:56:57 +00:00
FAQ * Updated FAQ. 2002-10-11 23:44:25 +00:00
HACKING * HACKING : documentation for the automake crash 2002-10-07 21:58:40 +00:00
INSTALL * Fixed a little omission in INSTALL-win32.txt. 2002-03-25 04:18:07 +00:00
INSTALL.libmad Adding lost instruction for compiling libmad library. 2002-09-25 20:25:24 +00:00
INSTALL.win32 * INSTALL.win32: removed note about running in administrator mode to play 2002-10-11 17:29:03 +00:00
MAINTAINERS Up to date ALSA information. 2002-08-16 14:30:39 +00:00
Makefile.am * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Error() to the libvlc API. 2002-10-14 16:46:56 +00:00
Makefile.dep * ALL: the first libvlc commit. 2002-06-01 12:32:02 +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: we use the proper linker for plugin compilation. 2002-10-04 13:13:54 +00:00
configure.ac.in * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Error() to the libvlc API. 2002-10-14 16:46:56 +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: the build mechanism now uses automake. See HACKING for more details. 2002-09-30 11:05:42 +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