1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
Go to file
Laurent Aimar 2aebce79d5 * all: - added a boolean "seekable" object variable to p_input.
(becarefull, it's just if you can seek or not, and not if you have to
 display the progress bar, for thet last you have to check if "position"
 value get != 0.0 )
       - added "audio-delay" and "spu-delay" object variables to delay
 audio/spu to the video. They can be changed on the fly (untested).
       - renamed INPUT__GET/SET_SUBDELAY into
 INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY
 (wrapper to "audio-delay" and "spu-delay")
 - readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use
them, a demuxer should export DEMUX_GET_META and not using them.
2004-06-23 17:49:26 +00:00
autotools * Added "Id" svn:keywords property to all files containing "$Id:". 2004-03-05 17:34:23 +00:00
debian * Control files for the official 0.7.2-test1 Debian packages. 2004-04-28 11:20:51 +00:00
doc * Bug report howto is a online document. 2004-06-18 19:20:34 +00:00
evc NOTE: libvlc API changes 2004-06-05 16:09:00 +00:00
extras * ffmpeg resample.c patch is no longer necessary 2004-06-18 14:00:51 +00:00
include * all: - added a boolean "seekable" object variable to p_input. 2004-06-23 17:49:26 +00:00
ipkg Updated version to v0.7.2 2004-05-21 12:05:41 +00:00
lib * Added "Id" svn:keywords property to all files containing "$Id:". 2004-03-05 17:34:23 +00:00
lxdialog * user-friendly(?) build system, based on linux Menuconfig script. 2003-04-11 20:45:48 +00:00
m4 * Added "Id" svn:keywords property to all files containing "$Id:". 2004-03-05 17:34:23 +00:00
modules * all: - added a boolean "seekable" object variable to p_input. 2004-06-23 17:49:26 +00:00
mozilla * Added new functions to the Mozilla plugin 2004-06-12 00:19:59 +00:00
msvc * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media 2004-04-27 09:33:58 +00:00
po * Fixed the latest string changes 2004-05-21 11:50:12 +00:00
python NOTE: libvlc API changes 2004-06-05 16:09:00 +00:00
share share/http/index.html: output valid xhtml, even with an empty playlist. Show 2004-05-30 10:52:02 +00:00
src * all: - added a boolean "seekable" object variable to p_input. 2004-06-23 17:49:26 +00:00
AUTHORS HD1000 video output 2004-05-24 20:12:27 +00:00
bootstrap * bootstrap: 2004-03-25 22:45:59 +00:00
build-vlc * enable basic-skins for GTK2 (not tested yet ;) 2003-04-30 21:16:24 +00:00
ChangeLog * ChangeLog: updated for the 0.7.2 release. 2004-05-21 11:59:25 +00:00
config.in * enable basic-skins for GTK2 (not tested yet ;) 2003-04-30 21:16:24 +00:00
configure.ac * configure.ac: disabled stream_out_display for now. 2004-06-22 22:21:12 +00:00
COPYING - �a compile sous FreeBSD (mais �a ne tourne pas) 2000-03-04 11:52:48 +00:00
defconfig * shortcut handling under linux 2003-04-21 01:47:42 +00:00
HACKING * AUTHORS: Added Olivier Aubert. 2003-07-07 17:01:16 +00:00
INSTALL * INSTALL: added reference to online info on compiling on MacOSX and BeOS 2003-03-19 15:44:44 +00:00
INSTALL.win32 * INSTALL.win32: update 2004-05-15 12:58:07 +00:00
MAINTAINERS * extras/contrib/src/ dvdnav packages 2004-01-24 21:06:52 +00:00
Makefile.am * Makefile.am: updated. 2004-06-22 20:19:31 +00:00
menuconfig * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media 2004-04-27 09:33:58 +00:00
NEWS * small error in NEWS section concerning FLAC vs. FAAC 2004-05-20 19:45:12 +00:00
README * extras/contrib/src/ dvdnav packages 2004-01-24 21:06:52 +00:00
README.MacOSX.rtf * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media 2004-04-27 09:33:58 +00:00
THANKS * po/es.po: updated Spanish translation by Javier Varela Calvo. (hi goon!) 2004-05-21 10:52:04 +00:00
TODO DVB NIT parsing 2004-06-20 10:25:22 +00:00
toolbox Do not translate wizard strings, and stop ignoring old win32 gui plugin 2004-04-25 15:32:28 +00:00
vlc-config.in.in * configure.ac vlc-config.in.in: Oops, vlc-config needs top_builddir, not 2003-07-17 14:54:26 +00:00
vlc-cvs.ebuild * an ebuild that pulls vlc from cvs and installs that. 2003-11-01 14:35:38 +00:00
vlc.ebuild * updates to ebuild for 0.7.2 2004-05-04 20:03:10 +00:00
vlc.exe.manifest * Fixed URLs here and there. 2003-12-21 23:32:58 +00:00
vlc.roku Updated build rules. 2004-06-14 19:19:57 +00:00
vlc.spec * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media 2004-04-27 09:33:58 +00:00
vlc.spec.mdk * extras/contrib/src/ dvdnav packages 2004-01-24 21:06:52 +00:00
vlc.win32.nsi * vlc.win32.nsi: remove .dat from the list of registered extensions. 2004-05-20 13:17:07 +00:00

$Id: README,v 1.16 2004/01/24 21:06:51 hartman Exp $

README for the VLC media player
===============================

ABOUT-NLS          - Notes on the Free Translation Project.
AUTHORS            - Main VLC authors.
COPYING            - The GPL license.
ChangeLog          - The vlc ChangeLog.
FAQ                - Commonly asked questions.
HACKING            - Hacking vlc.
INSTALL            - Installation instructions.
INSTALL.win32      - Installation instructions for the Win32 version of vlc.
README             - This file.
README.MacOSX.rtf  - Information specific to the MacOS X port.
THANKS             - All VLC contributors.
doc/               - Miscellaneous documentation.

Resources
=========

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