1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
Go to file
2008-06-14 10:09:06 +02:00
autotools config.rpath also comes from autopoint 2008-03-24 14:01:56 +02:00
bindings Update vlcwidget.py to match the new mediacontrol API 2008-05-30 12:53:13 +02:00
doc Finally upgrade the build target to a native one (in favour of a jam-based one, whose support is to be reomoved by Xcode's next release) 2008-06-12 03:01:30 +02:00
extras Remove trailing whitespace 2008-06-14 10:09:06 +02:00
include Fix indentation. 2008-06-14 10:09:06 +02:00
libs Fix make check too 2008-06-10 22:37:17 +03: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 More *.m4's to ignore 2008-05-30 17:29:45 +02:00
modules Fix indentation. 2008-06-14 10:09:06 +02:00
po Wx: remove translations 2008-06-12 23:33:37 +03:00
projects Add playlist_CurrentId() to get the playlist item id from the currently playing item. 2008-06-14 10:09:06 +02:00
share s/H264/h264 in http interface. 2008-06-09 23:41:54 -07:00
src Add playlist_CurrentId() to get the playlist item id from the currently playing item. 2008-06-14 10:09:06 +02:00
test Fix building the testsuite 2008-06-01 10:29:08 +03:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore More ignores (OS X and QT4 related files & folders) 2008-04-20 10:55:38 +02:00
AUTHORS RealVideo codec through DLL loader 2008-06-02 17:52:30 +03:00
bootstrap Typo 2008-04-22 19:20:34 +03:00
build-vlc - thou shalt keep menuconfig up-to-date and not disable it 2007-01-28 18:18:52 +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 Indentation fix. 2008-06-14 10:09:05 +02: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 Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +00:00
HACKING HACKING: fix some wording / changed macros / changed dirs. 2008-06-09 16:15:25 +04:00
INSTALL Debian's packaging moved 2007-03-24 01:30:37 +00:00
INSTALL.win32 Make clear of what compilation is supported and which one is not for Windows. 2008-03-05 22:55:09 -08: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 Take program prefix and suffix into account in the make-alias script. 2008-05-26 00:11:33 +02:00
Makefile.am Revert "Do not try to build the ActiveX so we can at least have nightlies." 2008-06-14 10:09:05 +02:00
menuconfig "bash is not always in /bin/". Patch by funman. 2008-01-10 18:14:07 +00:00
NEWS Last time I checked, V4L2 was not a demux :) (well it can sometimes be used as an access_demux ... but it's still an access) 2008-06-09 09:41:23 +02:00
README README: Document a bit more the source tree layout. 2008-02-04 11:45:17 +00:00
THANKS Update and activate portuguese l10n. Thanks to Bruno Queirós 2008-06-09 22:34:52 +01:00
toolbox toolbox: dont remove config.rpath. 2008-06-09 16:15:25 +04:00
vlc-config.in.in vlc-config: remove external mode. Use pkg-config. 2008-05-15 19:28:38 +03: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.