You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rafaël Carré aae26a9890 We don't want to use autopoint, since we use external gettext anyway 19 years ago
bindings python bindings: do not link with unecessary libs (spotted by courmisch) 19 years ago
doc Add more ignores. 19 years ago
extras svn -> git in OSX package 19 years ago
include Patch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the problem of audio packet losses by the playback of MPEG2 transport stream. 19 years ago
libs loader doesn't use libdl (and libdl doesn't exist on FreeBSD) 19 years ago
lxdialog Make sure there is a new-line at the end of the .gitignore files. 19 years ago
m4 Initial .gitignore 19 years ago
modules Remove useless addclabacks() in PLModel::PLModel() 19 years ago
po Revert "#492 bugfix, for SPDIF audio ouput of AC3 and DTS sound on Windows" 19 years ago
projects macosx/VLCKit: Load VLCLibrary when VLCKit is loaded. No longer need atexit( ... ) to unload library, use __attribute__((destructor))__ instead. Also make sure we don't autorelease the VLCLibrary (as the library's destructor will take care of that for us). 19 years ago
share Fix youtube lua (BASE_YT_URL had not been converted to new format) 19 years ago
src Document that we now require :// between access and url 19 years ago
test Again id weirdness. 19 years ago
.gitattributes Supports $ rewrite via .gitattributes 19 years ago
.gitignore Add more ignores for cmake and Mac OS X build folders. 19 years ago
AUTHORS AUTHORS: Add lua to dionoea. 19 years ago
COPYING 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). 19 years ago
ChangeLog Happy new year (2) 19 years ago
HACKING put the right developers website url, pointed out by marcfiu on IRC. bump gettext requirement 19 years ago
INSTALL Debian's packaging moved 20 years ago
INSTALL.win32 Make clear of what compilation is supported and which one is not for Windows. 19 years ago
INSTALL.wince Revert [17900] as it doesn't harm to specify --target 20 years ago
MAINTAINERS Add mysef as playlist & ncurses interface maintainer 19 years ago
Makefile.am Fix the symlink generation 19 years ago
NEWS Document that we now require :// between access and url 19 years ago
README README: Document a bit more the source tree layout. 19 years ago
THANKS RTMP access patch from Miguel Angel Cabrera <macabrera@solaiemes.com>. 19 years ago
bootstrap We don't want to use autopoint, since we use external gettext anyway 19 years ago
build-vlc - thou shalt keep menuconfig up-to-date and not disable it 20 years ago
config.in - thou shalt keep menuconfig up-to-date and not disable it 20 years ago
configure.ac We're not using subversion anymore 19 years ago
defconfig Remove CORBA module, which I is not used anymore (not even by me...) 20 years ago
make-alias Build VLC aliases cleanly (don't need to parse argv[0]) 19 years ago
menuconfig "bash is not always in /bin/". Patch by funman. 19 years ago
toolbox toolbox: check for other files instead of missing ones. 19 years ago
vlc-config.in.in Don't set DATA_PATH when building plugins - fixes #1464 19 years ago

README

$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://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.
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.