Go to file
2006-12-05 23:45:36 +00:00
activex activex: when linking against the shared lib DLL, it looks like the linker is picking the DLL name from inside the file, rather than the filename itself. in most cases, this is not a problem, as both are usually the same. Unfortunately, since libtool has a bug on cygwin, whereby the ouput name is libvlc.dll.exe rather than libvlc.dll, the wrong name 'libvlc.dll.exe' is used by the linker rather than the corrected filename. Using the import lib libvlc.dll.a instead fixes that problem. the proper fix should probably a patch to libtool 2006-12-05 17:29:07 +00:00
bindings Java bindings update: various enhancements; paint system changed; reparenting works again. 2006-12-05 23:45:36 +00:00
doc svn:ignore 2006-11-26 16:28:50 +00:00
evc A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
extras use program-prefix="" all the times 2006-12-03 18:01:13 +00:00
include * vlc_variables.h: remove unused VLC_VAR_ISLIST define 2006-12-03 20:44:10 +00:00
ipkg Update version information in iPAQ build files.wq 2004-10-31 17:24:18 +00:00
loader * Spelling fixes here and there. 2006-10-05 16:35:01 +00:00
lxdialog Fix potential bugs 2006-04-06 07:36:57 +00:00
m4 Avoid flags duplication when configure cache not present 2006-10-26 19:12:43 +00:00
modules Add quotes to all VLM commands requested by VLM wx panel 2006-12-04 10:14:26 +00:00
mozilla - mozilla, activex: vlc-config vlc -> libvlc changes 2006-12-05 10:22:25 +00:00
msvc A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
po Make update-po 2006-11-27 22:36:14 +00:00
python NOTE: libvlc API changes 2004-06-05 16:09:00 +00:00
share Don't escape single quotes since it's not needed anymore 2006-12-04 14:02:14 +00:00
src libvlc_input_has_vout more consistent with function aim 2006-12-05 23:42:58 +00:00
test A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
AUTHORS Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +00:00
bootstrap Detects too old automake version using 1.X-pY versioning 2006-11-28 23:04:54 +00:00
build-vlc Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +00:00
ChangeLog Commit random stuff to test modified commit emails. 2006-09-12 21:32:29 +00:00
config.in Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +00:00
configure.ac - libvlc target, removed uneeded libs target previously for for external libvlc compilation 2006-12-05 23:20:18 +00:00
COPYING - �a compile sous FreeBSD (mais �a ne tourne pas) 2000-03-04 11:52:48 +00:00
defconfig Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +00:00
HACKING HACKING: Add a note about the module cache and vlc --list 2006-03-07 13:30:27 +00:00
INSTALL Add note for FreeBSD 4 2006-11-25 15:07:40 +00:00
INSTALL.win32 s/livedotcom/live555 2006-05-22 09:42:08 +00:00
INSTALL.wince Revert [17900] as it doesn't harm to specify --target 2006-11-21 15:58:36 +00:00
MAINTAINERS Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +00:00
Makefile.am * Expand the ugly hack to also let automake define OBJCLINK and friends 2006-12-05 17:05:20 +00:00
menuconfig * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media 2004-04-27 09:33:58 +00:00
NEWS Release notes 2006-12-03 16:31:08 +00:00
README Misc changes 2005-11-01 20:50:07 +00:00
README.MacOSX.rtf * the transitional phase of our osx-aout-modules is over :) 2006-03-20 20:42:23 +00:00
THANKS Qt4: Some cosmetic work and design by Leo Spalteholz 2006-11-27 17:44:00 +00:00
toolbox A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
vlc-api.pl Generate libvlc.sym separately from vlc_symbols.h 2006-11-22 12:57:04 +00:00
vlc-config.in.in A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
vlc.altlinux.spec Rename flacdec codec plugin to flac, to show it can encode too 2006-10-30 22:19:21 +00:00
vlc.exe.manifest * Fixed URLs here and there. 2003-12-21 23:32:58 +00:00
vlc.fedora.spec Unify specfiles names, other specs should be added as vlc.%name.spec 2006-10-25 14:40:37 +00:00
vlc.mandriva.spec Rename flacdec codec plugin to flac, to show it can encode too 2006-10-30 22:19:21 +00:00
vlc.roku Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +00:00
vlc.win32.nsi.in Don't install mozilla plugin in recommended/default settings on windows. The NSIS stuff needs to be backported to 0.8.6 before we release (and tested). Could someone do that please? 2006-12-04 21:12:19 +00:00

$Id$

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

The VideoLAN web site . . . http://www.videolan.org/
Documentation . . . . . . . http://www.videolan.org/doc/
Support . . . . . . . . . . http://www.videolan.org/support/
Forums  . . . . . . . . . . http://forum.videolan.org/
Wiki  . . . . . . . . . . . http://wiki.videolan.org/
The Developers site . . . . http://developers.videolan.org/vlc/

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.