1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Go to file
2011-08-16 21:04:23 +03:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin Ignore the vlc binaries 2011-08-08 18:33:04 +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: Allow wget to download URLs containing ; 2011-08-13 22:26:44 +03:00
doc Add meta information to libvlc headers. 2011-07-25 18:18:34 +03:00
extras macosx: moved compatiblity fixes to a designated header 2011-08-16 18:05:00 +02:00
include Use callback and opaque pointer for plugin descriptors 2011-08-16 19:17:18 +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 Auhal: remove unnecessary variables 2011-08-16 20:02:38 +02:00
po libsamplerate resampling filter 2011-08-09 19:22:28 +03:00
projects/macosx VLCKit: fixed compilation with Xcode4 2011-08-12 13:00:13 +02:00
share youtube.lua: clean up SWF URL handling 2011-08-07 10:53:37 +02:00
src Make plugins cache relocatable 2011-08-16 19:17:18 +03:00
test lua test: move the tests from modules/misc/lua to modules/lua 2011-07-13 10:48:03 +02:00
.gitattributes
.gitignore Ignore the vlc binaries 2011-08-08 18:33:04 +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 configure: remove flawed V4L2 detection logic 2011-08-16 21:04:23 +03: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 contribs packages have a different name these days 2011-06-15 17:09:55 -04:00
make-alias
Makefile.am macosx: added a 'Drop Zone' view, which is displayed when the playlist is empty 2011-08-03 15:47:46 +02:00
NEWS macosx: added native fullscreen support for OS X Lion 2011-08-16 14:09:30 +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.