1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Go to file
2011-07-18 22:20:14 +03:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin update: better version comparison 2011-07-17 17:42:31 -04: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: syntax 2011-07-14 16:12:50 +03:00
doc vlc-thumb: use pthread conditions 2011-06-15 17:09:55 -04:00
extras macosx: re-implemented the slower/faster menu items as a logarithmic slider similar to the Qt interface 2011-07-17 13:50:19 +02:00
include Fix gcrypt warning when building win32 application 2011-07-18 17:54:29 +03:00
libs Remove my old email address 2009-12-13 18:16:50 +02:00
m4 M4 C++ flags macros 2011-05-14 13:53:28 +03:00
modules Do not path -rpath twice 2011-07-18 22:20:14 +03:00
po Move rv32 to video_chroma directory 2011-07-13 19:04:58 +03:00
projects/macosx macosx-framework: expand .gitignore a bit 2011-07-10 16:59:10 +02:00
share lua: automatic test for some lua functions. 2011-07-17 20:51:02 +02:00
src Skip all id3tag in the demuxer, not just the first one. 2011-07-18 17:54:29 +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 update: better version comparison 2011-07-17 17:42:31 -04: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 Fix win32 packaging after [3594b304b396a] in npapi 2011-07-15 22:34:08 -04:00
NEWS merged news from VLC 1.1.11 and added 2 points for the Mac interface 2011-07-15 17:29:41 +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.