1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Go to file
Rafaël Carré 245dcd2771 Use HAS_QT47
2010-12-07 12:46:06 +01:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin Remove useless #includes 2010-10-31 11:12:20 +02:00
bindings s/informations/information/ 2010-07-28 21:33:51 +02:00
compat t* remove the dependence to cdefs.h 2010-12-06 19:12:28 +01:00
doc Doc: make it more clear how to sign the updates files 2010-11-28 22:07:35 +01:00
extras contribs: blind attempt to fix compilation of x264 on win32. 2010-12-03 22:33:32 +01:00
include Implement tsearch functions for systems that does not know about it. 2010-12-06 17:45:29 +01:00
libs Remove my old email address 2009-12-13 18:16:50 +02:00
m4 Update gettext files 2010-07-21 23:04:56 +03:00
modules Use HAS_QT47 2010-12-07 12:46:06 +01:00
po Fix typo for Save Playlist in french translation. 2010-11-30 09:05:02 +01:00
projects/macosx MobileVLCKit: remove mmap access in Aggregate 2010-11-29 13:02:29 +01:00
share lua_variables: allow the creation of a void variable. 2010-12-03 11:02:38 +01:00
src only include search.h if available (anyway vlc_fixups will define the functions if needed). 2010-12-06 18:36:08 +01:00
test test/modules/stream_filter/httplive: script for traffic shaping 2010-11-26 16:54:31 +01:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore Fix typo. 2010-11-15 19:21:31 +01:00
.gitmodules Use gitorious for phonon-vlc, so we don't have 2 forks around. 2010-03-15 10:35:51 +01:00
AUTHORS Add Lithuanian translator 2010-11-08 23:17:36 +00:00
bootstrap Remove unmaintained BeOS support 2010-10-31 13:42:58 +02:00
configure.ac Implement tsearch functions for systems that does not know about it. 2010-12-06 17:45:29 +01:00
COPYING
HACKING Get rid of ligcrypt M4 macros 2009-10-06 22:44:53 +03:00
INSTALL Remove unmaintained BeOS support 2010-10-31 13:42:58 +02:00
INSTALL.win32 Update slightly INSTALL.win32 2010-08-14 17:53:28 +02: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 win32 package (compiled) lua scripts 2010-11-07 21:46:02 +01:00
NEWS NEWS: dynamic payload types in rtp access 2010-12-04 00:33:22 +01:00
README Update README. Close #1928 2008-08-25 13:09:50 -07:00
THANKS Added Sparkle to list of used libraries 2010-08-02 00:18:51 +02:00
vlc-config.in.in Remove the Werror stuff for good 2010-04-07 21:47:59 +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.
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.