1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-11 06:21:30 +02:00
Go to file
2009-10-17 23:52:59 +03:00
autotools
bin Fix invalid free on non-UTF-8 locales 2009-10-05 22:40:00 +03:00
bindings [maven-release-plugin] prepare for next development iteration 2009-09-26 03:37:46 +02:00
compat WinCE: add replacement getpid() function 2009-08-27 11:14:10 +02:00
doc Fortune about beer 2009-10-16 11:21:17 +02:00
extras zvbi: adds explicitely -lpthreadGC2 -lwsock32 to needed libraries on win32 2009-10-15 14:52:46 +02:00
include vlc_inhibit_t: plugin type for screen saver inhibition 2009-10-17 21:41:28 +03:00
libs Get rid of ligcrypt M4 macros 2009-10-06 22:44:53 +03:00
m4 ignore dvdread.m4 2009-10-15 14:33:49 +02:00
modules VCD: stat -> utf8_stat 2009-10-17 23:52:59 +03:00
po i18n: remove deleted file 2009-10-15 13:11:57 +02:00
projects macosx/framework: Activate --play-and-pause with the framework by default. 2009-10-16 15:05:19 +02:00
share katsomo.lua: add code to handle both treeId and progId in url 2009-10-17 20:30:06 +03:00
src rand: ASCII path, use utf8_open for close-on-exec 2009-10-17 23:42:11 +03:00
test Update test cases 2009-10-05 22:06:14 +03:00
.gitattributes
.gitignore
AUTHORS
bootstrap
config.in
configure.ac xdg-screensaver plugin 2009-10-17 21:41:35 +03:00
COPYING
HACKING Get rid of ligcrypt M4 macros 2009-10-06 22:44:53 +03:00
INSTALL
INSTALL.maemo
INSTALL.win32
INSTALL.wince
MAINTAINERS
make-alias
Makefile.am am: Don't fail to build Mac OS X target if there is no git. 2009-10-14 23:45:57 +02:00
NEWS HAL is removed 2009-10-17 18:24:28 +03:00
README
THANKS Fix author name as solicited 2009-10-06 18:16:36 +03:00
toolbox
vlc-config.in.in vlc-config: Add a specific flag for libs, and remove werror there. 2009-08-31 21:48:21 +02: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.