Go to file
Rémi Denis-Courmont 7a7630a19c winvlc: do use the libtool wrapper for vlc-static
This is required for Wine to find libvlc.dll and libvlccore.dll.
2011-07-28 19:50:25 +03:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin winvlc: do use the libtool wrapper for vlc-static 2011-07-28 19:50:25 +03:00
bindings Rename VLC_{PUBLIC,DEPRECATED}_API to LIBVLC_{API,DEPRECATED} 2011-05-07 23:08:28 +03:00
compat Remove getcwd() replacement 2011-07-11 18:51:11 +03:00
contrib contrib: downgrade gmp to (L)GPLv2 2011-07-19 23:01:10 +03:00
doc Add meta information to libvlc headers. 2011-07-25 18:18:34 +03:00
extras macosx: updated graphics 2011-07-28 18:06:35 +02:00
include aout: remove aout_mixer_input_t (no functional changes) 2011-07-26 22:19:25 +03:00
libs SRTP: fix srtp_send() buffer size with RCC 2011-07-20 18:54:09 +03:00
m4 M4 C++ flags macros 2011-05-14 13:53:28 +03:00
modules DTV: add 10 and 1.712 MHz bandwidth (from DVB-T2) 2011-07-28 19:03:53 +03:00
po macosx: removed references to no longer existing equalizer files 2011-07-19 18:35:55 +02:00
projects/macosx macosx-framework: expand .gitignore a bit 2011-07-10 16:59:10 +02:00
share youtube.lua: update to new website changes 2011-07-28 17:44:06 +02:00
src aout: remove aout_mixer_input_t (no functional changes) 2011-07-26 22:19:25 +03:00
test lua test: move the tests from modules/misc/lua to modules/lua 2011-07-13 10:48:03 +02:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore Do not ignore *.mak 2011-06-23 19:23:20 +03:00
.gitmodules Move the Phonon binding away from gitorious 2010-12-23 14:45:30 +01:00
AUTHORS Add serbian translator 2011-06-16 23:47:48 +01:00
bootstrap Remove some leftovers from pre-libtool era 2011-05-02 11:01:12 +03:00
configure.ac Win32: do not enable glwin32 if GL/glext.h is missing 2011-07-26 20:05:14 +03: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
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 contribs packages have a different name these days 2011-06-15 17:09:55 -04: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 macosx: removed references to no longer existing equalizer files 2011-07-19 18:35:55 +02:00
NEWS Add json capabilities to http requests 2011-07-22 02:52:34 +02: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 Move common predefined macros to config.h and common.am 2011-05-02 11:01:13 +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.