1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Go to file
Laurent Aimar 9269acf9a7 * mpeg_audio.c: fix segfault caused by free bitrate and padding set.
(the stream isn't free bitrate) SyncInfo think it's free bitrate but
return a frame size of 1. Now, I test bitrate.
2003-06-25 00:40:41 +00:00
autotools * ./toolbox: implemented toolbox --distclean to clean the tree without 2003-04-09 16:05:58 +00:00
debian * THANKS: spelling fixes. 2003-06-21 20:45:53 +00:00
doc * doc/Makefile.am: one more like this and I'll become crazy. 2003-06-22 18:56:28 +00:00
evc * ./evc/config.h, ./msvc/config.h: proper generation of these files using 2003-01-16 12:49:28 +00:00
extras/MacOSX * ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed 2003-06-22 16:00:57 +00:00
include * include/interface.h: renamed this file to vlc_interface.h to avoid name 2003-06-24 13:33:49 +00:00
ipkg Updated build packages for test2 release. 2003-06-09 19:51:31 +00:00
lib * ALL: the build mechanism now uses automake. See HACKING for more details. 2002-09-30 11:05:42 +00:00
lxdialog * user-friendly(?) build system, based on linux Menuconfig script. 2003-04-11 20:45:48 +00:00
m4 * ./m4/*: updated m4 macros. 2003-03-25 23:11:35 +00:00
modules * mpeg_audio.c: fix segfault caused by free bitrate and padding set. 2003-06-25 00:40:41 +00:00
mozilla * ./mozilla/npvlc_rc.rc: fixed a typo in the MIME types. 2003-04-20 21:14:20 +00:00
msvc * modules/gui/skins/*: fix for msvc .dsp generation, replaced the BASIC_SKINS macro with the standard MODULE_NAME_IS_foo one and a couple of compilation fixes for msvc. 2003-06-11 10:42:34 +00:00
po * ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed 2003-06-22 16:00:57 +00:00
python modules/misc/sap.c: fix for the default scope of the IPv6 announces. 2003-06-20 11:42:08 +00:00
share * share/Makefile.am: fixed my previous fix ;) 2003-06-12 08:14:31 +00:00
src * all: show/hide the interface with middle-click on the vout 2003-06-24 22:26:01 +00:00
.cvsignore * .cvsignore: 2003-06-21 17:05:42 +00:00
AUTHORS * ALL: bumped version number to 0.6.0-test3 + po updates 2003-06-11 22:46:42 +00:00
bootstrap * bootstrap: make errors less obscure when using gettext 0.11.3 or 0.11.4, 2003-06-23 10:21:25 +00:00
build-vlc * enable basic-skins for GTK2 (not tested yet ;) 2003-04-30 21:16:24 +00:00
ChangeLog * ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed 2003-06-22 16:00:57 +00:00
config.in * enable basic-skins for GTK2 (not tested yet ;) 2003-04-30 21:16:24 +00:00
configure.ac * configure.ac: removed -lstdc++ LDFLAGS, and used CXXFLAGS to force C++ 2003-06-24 15:37:40 +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
Doxyfile ./Doxyfile: a sample doxygen configuration file. Have a look at 2002-08-12 15:56:57 +00:00
HACKING * configure.ac.in is no more, we can now use configure.ac like normal people, 2003-06-21 17:04:20 +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: fixed the nsi script to not include the FAQ. 2003-05-27 22:57:03 +00:00
INSTALL.win32 * ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed 2003-06-22 16:00:57 +00:00
MAINTAINERS * updates for the YOPY ports (thx to Sebastien Chaumat !) 2003-02-27 12:44:01 +00:00
Makefile.am * Makefile.am: changed interface.h to vlc_interface.h. 2003-06-24 15:50:47 +00:00
menuconfig * renamed "kernel" into "vlc" ;) 2003-04-12 13:17:48 +00:00
NEWS * Stream output now support IPv6 SAP announces 2003-06-23 11:41:26 +00:00
README * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot 2003-02-02 04:01:29 +00:00
README.MacOSX.rtf * vlc.ebuild: added support for faad2 and skins. See the wiki page for info. 2003-06-20 01:27:55 +00:00
THANKS * THANKS: spelling fixes. 2003-06-21 20:45:53 +00:00
toolbox * configure.ac.in is no more, we can now use configure.ac like normal people, 2003-06-21 17:04:20 +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.ebuild * You check it three times and I still managed to miss a link. 2003-06-23 00:18:50 +00:00
vlc.spec better OS detection (RH). 2003-03-23 15:10:11 +00:00
vlc.spec.redhat Update spec file for the 0.5.3 release, courtesy of Jason Luka. 2003-04-08 07:19:57 +00:00

$Id: README,v 1.15 2003/02/02 04:01:29 sam 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://www.videolan.org/lists.html