1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
Go to file
Sam Hocevar 5a64fbd73a * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die
instead of our own variable.
  * ./modules/audio_filter/converter/a52tospdif.c, ./modules/codec/a52.c: added
    <unistd.h>, required for bswap.
  * ./modules/demux/mp4/libmp4.c: removed an unneccessary semicolon in a
    macro definition.
  * ./modules/audio_output/esd.c: first attempt at getting esd to work.
  * ./modules/video_output/*: split sdl.so into a video and an audio plugin,
    and removed useless subdirectories.
  * ./modules/audio_output/sdl.c: compilation fix.
2002-08-13 11:59:36 +00:00
debian * ./src/misc/objects.c: two big changes in the object API: now objects can 2002-08-12 09:34:15 +00:00
doc * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die 2002-08-13 11:59:36 +00:00
extras * S/PDIF output should now be working (untested, though). 2002-08-11 22:36:35 +00:00
include * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die 2002-08-13 11:59:36 +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
modules * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die 2002-08-13 11:59:36 +00:00
mozilla * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +00:00
plugins * Removed the plugins/ directory. 2002-08-09 22:25:36 +00:00
po Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se> 2002-07-23 23:22:28 +00:00
share XPM version of VideoLAN logo. 2002-07-24 15:58:24 +00:00
src * Fixed miscellaneous bugs. 2002-08-12 22:48:18 +00:00
.cvsignore * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy. 2002-07-20 18:01:43 +00:00
ABOUT-NLS * Added vlc-arts to the debian package generation. 2001-12-11 14:43:38 +00:00
aclocal.m4 * Removed unused code (intf_channels.c, keystrokes.h). 2001-12-10 04:53:11 +00:00
AUTHORS * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John 2002-07-17 06:40:49 +00:00
bootstrap.sh Audio output 3. Expect major breakages. 2002-08-07 21:36:56 +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
ChangeLog Imported 0.4.4 Changelog. 2002-08-10 23:22:45 +00:00
config.guess * ./plugins/win32: skeleton for the win32 interface Ipkiss is developing. 2002-01-21 00:52:07 +00:00
config.sub * ./plugins/win32: skeleton for the win32 interface Ipkiss is developing. 2002-01-21 00:52:07 +00:00
configure * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die 2002-08-13 11:59:36 +00:00
configure.in * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die 2002-08-13 11:59:36 +00:00
COPYING - �a compile sous FreeBSD (mais �a ne tourne pas) 2000-03-04 11:52:48 +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
INSTALL * Fixed a little omission in INSTALL-win32.txt. 2002-03-25 04:18:07 +00:00
install-sh Premiers fichiers n�cessaires � autoconf 2000-03-08 10:22:45 +00:00
install-win32 * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working. 2002-04-05 20:44:23 +00:00
INSTALL.libmad * ./BUGS: updated bug list. 2002-03-17 21:59:52 +00:00
INSTALL.win32 * updated INSTALL.win32 2002-05-18 22:41:43 +00:00
macosx-dmg * MacOS X vout improvements 2002-02-18 01:34:44 +00:00
MAINTAINERS * ./AUTHORS : added lool :-p ; 2002-07-12 21:57:25 +00:00
Makefile * Fixed a variable overflow bug in the audio output. 2002-08-12 22:12:51 +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 * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +00:00
Makefile.opts.in * modules/codec/faad : an AAC decoder module using libfaad library 2002-08-10 20:05:21 +00:00
mkinstalldirs * Removed unused code (intf_channels.c, keystrokes.h). 2001-12-10 04:53:11 +00:00
README * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
README.MacOSX.rtf * ./README.MacOSX.rtf : updated README. 2002-07-25 22:48:56 +00:00
STATUS Preparation for Qt embedded support. 2002-08-10 11:35:31 +00:00
TODO Closed old entries. 2002-07-12 22:42:30 +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 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.
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