1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00
Go to file
Jean-Baptiste Kempf 30215f259f Speex update
2008-03-05 06:10:47 +01:00
bindings python bindings: do not link with unecessary libs (spotted by courmisch) 2008-03-04 13:49:33 +01:00
doc Add more ignores. 2008-03-03 08:19:14 +00:00
extras Speex update 2008-03-05 06:10:47 +01:00
include Last patch to close #1479 (add a column with the track id) 2008-03-04 19:25:06 +01:00
libs Fix realaudio linking on Linux without the Win32 loader 2008-02-03 15:23:15 +00:00
lxdialog Make sure there is a new-line at the end of the .gitignore files. 2008-03-03 16:10:46 +00:00
m4 Initial .gitignore 2008-03-02 10:48:27 +02:00
modules file: Be consistent with the rest of the world. Do not expand tilde. 2008-03-04 22:29:27 +02:00
po Revert "#492 bugfix, for SPDIF audio ouput of AC3 and DTS sound on Windows" 2008-03-02 17:07:53 +01:00
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). 2008-03-04 22:41:30 +00:00
share Revert "#492 bugfix, for SPDIF audio ouput of AC3 and DTS sound on Windows" 2008-03-02 17:07:53 +01:00
src Document that we now require :// between access and url 2008-03-04 21:51:09 +00:00
test Again id weirdness. 2008-03-02 18:22:31 +01:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore Add more ignores for cmake and Mac OS X build folders. 2008-03-03 08:40:48 +00:00
AUTHORS AUTHORS: Add lua to dionoea. 2008-02-04 11:56:04 +00:00
bootstrap Make autoreconf verbose 2008-02-11 17:20:00 +00:00
build-vlc - thou shalt keep menuconfig up-to-date and not disable it 2007-01-28 18:18:52 +00:00
ChangeLog Happy new year (2) 2008-01-01 16:19:50 +00:00
config.in - thou shalt keep menuconfig up-to-date and not disable it 2007-01-28 18:18:52 +00:00
configure.ac Don't check for headers. Pkg-config is enough 2008-03-03 00:47:49 +00:00
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). 2007-11-14 21:50:17 +00:00
defconfig
HACKING put the right developers website url, pointed out by marcfiu on IRC. bump gettext requirement 2007-12-21 17:25:10 +00:00
INSTALL Debian's packaging moved 2007-03-24 01:30:37 +00:00
INSTALL.win32 INSTALL.win32: Set correctly PATH when using contribs + misc fix 2007-04-17 19:24:49 +00:00
INSTALL.wince Revert [17900] as it doesn't harm to specify --target 2006-11-21 15:58:36 +00:00
MAINTAINERS Add mysef as playlist & ncurses interface maintainer 2007-12-20 22:58:00 +00:00
make-alias Build VLC aliases cleanly (don't need to parse argv[0]) 2007-12-09 21:36:32 +00:00
Makefile.am Fix the symlink generation 2008-02-28 19:56:45 +00:00
menuconfig "bash is not always in /bin/". Patch by funman. 2008-01-10 18:14:07 +00:00
NEWS Document that we now require :// between access and url 2008-03-04 21:51:09 +00:00
README README: Document a bit more the source tree layout. 2008-02-04 11:45:17 +00:00
THANKS Update THANKS 2008-03-04 22:10:00 +01:00
toolbox toolbox: check for other files instead of missing ones. 2008-03-04 01:41:27 +03:00
vlc-config.in.in Don't set DATA_PATH when building plugins - fixes #1464 2008-02-10 12:34:34 +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://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.