No Description

Laurent Aimar 8288876b96 Moved stream_Access* to stream.h 17 years ago
autotools c3baee8d05 ignore these files/dirs 17 years ago
bin 9dd13ebf18 Provide replacement for CMSG_LEN and CMSG_SPACE 17 years ago
bindings 3d9a3c57bf jvlc: accept cmdline args for sample client 17 years ago
doc 839fc16481 let the configure --docdir pass through 17 years ago
extras 1bd5306848 contrib: binary contrib uploaded for ppc as well 17 years ago
include 9745c4a826 Sanitize/rewrite the message subscription API 17 years ago
libs bc3af7e7aa SRTP: check buffer length before sequence 17 years ago
m4 c3baee8d05 ignore these files/dirs 17 years ago
modules 0653497b2a Decomp: catch 0 write 17 years ago
po 7060dbb9a2 s/vlc_object_yield/vlc_object_release/ 17 years ago
projects ec2bb2fd0a Use the integer value for teletext page in test.html. 17 years ago
share 536816e4ed Syntax error: missing closing bracket 17 years ago
src 8288876b96 Moved stream_Access* to stream.h 17 years ago
test 025d0a239f failing test for libvlc_media_list_player added 17 years ago
.gitattributes 194e5ccda7 Supports $ rewrite via .gitattributes 17 years ago
.gitignore 5831a30299 Revert part of c3baee8d05bc02734964fd8fcb3c66b8b88d8821. We no longer have the intl directory. 17 years ago
AUTHORS 12f23f648d RealVideo codec through DLL loader 17 years ago
COPYING bfd706067e Layout fixes in COPYING (and use spaces instead of tabs). Use a fixed width font in when displaying the license in the qt4 help window (since that's how it's meant to be displayed). 18 years ago
HACKING 4ee6361f0d Remove dummy $Id$ 17 years ago
INSTALL 78a1fdbcd6 We use git now... 17 years ago
INSTALL.win32 a3d8d2614a Small INSTALL.win32 update. 17 years ago
INSTALL.wince 4ee6361f0d Remove dummy $Id$ 17 years ago
MAINTAINERS 4ee6361f0d Remove dummy $Id$ 17 years ago
Makefile.am e9dc5e2575 voutqt is really gone 17 years ago
NEWS 9d699ba6de sync NEWS with 0.9-bugfix 17 years ago
README b9004867cd Update README. Close #1928 17 years ago
THANKS cdb3d4e975 Oops. 17 years ago
bootstrap ba0e176fb6 Don't patch Makefile.in.in, this does not work 17 years ago
config.in 4c270ec59c Remove glide video output module. 17 years ago
configure.ac f067ff205c fix automagic dependency on vcdinfo 17 years ago
make-alias 3dfed6db96 Take program prefix and suffix into account in the make-alias script. 17 years ago
toolbox e1dc5004a5 toolbox: dont remove config.rpath. 17 years ago
vlc-config.in.in 703887976e vlc-config: remove external mode. Use pkg-config. 17 years ago

README

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://www.videolan.org/developers/vlc.html

ABOUT-NLS - Notes on the Free Translation Project.
AUTHORS - Main VLC authors.
COPYING - The GPL license.
ChangeLog - The VLC ChangeLog.
HACKING - Hacking VLC.
INSTALL - Installation instructions.
INSTALL.win32 - Installation instructions for the Win32 version of VLC.
NEWS - Important modifications between the releases.
README - This file.
THANKS - All VLC contributors.
bindings/ - Bindings around LibVLC.
extras/analyser - Code analyser and editor specific files.
extras/buildsystem - different buildsystems specific files.
extras/contrib - external libraries retrieving facilities for systems that
don't have package manager.
extras/deprecated - Now deprecated files.
extras/misc - Files that don't fit in the other extras/ categories.
extras/package - VLC packaging specific files such as spec files.
include/ - Include files
doc/ - Miscellaneous documentation.
libs/ - libraries that we host.
po/ - languages related files.
projects/ - projects that uses libVLC such as the web browsers plugin.
share/ - Common Resources files.
src/ - VLC and libvlc source code.