1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00
Go to file
2008-08-06 18:09:50 +02:00
autotools config.rpath also comes from autopoint 2008-03-24 14:01:56 +02:00
bindings jvlc: comment fixed 2008-07-31 23:52:16 +02:00
doc documentation: Another instance of vlc: -> vlc:// 2008-07-24 14:42:17 +02:00
extras macosx: Removed the non-existing font-effect option (quartztext only) 2008-08-06 02:06:27 +02:00
include Revert "poll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist. In OSX poll() is broken for sockets, so we don't use it. Since poll is a kernel function in OSX however, the kernel implementation was used whenever we used poll(), instead of VLCs private poll() which was the intended behaviour. Renamed poll() to vlc_poll() to prevent this." 2008-08-06 18:09:50 +02:00
libs SRTP: check buffer length before sequence 2008-06-15 22:40:33 +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 macosx: Removed the non-existing font-effect option (quartztext only) 2008-08-06 02:06:27 +02:00
po shortend a string to make it fit 2008-08-06 02:09:44 +02:00
projects Add version number to libvlc(core).dll 2008-08-03 00:39:11 +01:00
share win32: no need of an icon for the dll 2008-08-04 22:37:59 +01:00
src Revert "poll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist. In OSX poll() is broken for sockets, so we don't use it. Since poll is a kernel function in OSX however, the kernel implementation was used whenever we used poll(), instead of VLCs private poll() which was the intended behaviour. Renamed poll() to vlc_poll() to prevent this." 2008-08-06 18:09:50 +02:00
test failing test for libvlc_media_list_player added 2008-06-29 14:34:55 +02: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 Make patching more resilient 2008-08-03 00:39:11 +01:00
build-vlc Remove glide video output module. 2008-06-21 00:48:50 +04:00
config.in Remove glide video output module. 2008-06-21 00:48:50 +04:00
configure.ac win32: no need of an icon for the dll 2008-08-04 22:37:59 +01: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 Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
INSTALL Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
INSTALL.win32 Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
INSTALL.wince Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
MAINTAINERS Remove dummy $Id$ 2008-06-26 18:38:55 +03: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 buidsystem: Fix package-macosx target so that they build VLC-release.app first. And make sure -zip contains Read Me.rtf. 2008-08-03 18:12:15 +02:00
menuconfig "bash is not always in /bin/". Patch by funman. 2008-01-10 18:14:07 +00:00
NEWS NEWS: Fraps works on 0.9.0 2008-07-25 19:26:37 -07:00
README Revert "dejidjei:" 2008-07-09 23:22:30 +02:00
THANKS Dutch translation update by Myckel Habets and Thomas De Rocker 2008-08-04 22:37:58 +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

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.