1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-25 09:41:30 +02:00
Go to file
Rafaël Carré 091552e8ad Revert "logger: store in the context which logging mode is being used"
This reverts commit e50cfac2d3.
This undid modifications made in f83d51d4b1
2012-01-25 04:00:00 -05:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin Remove the now broken Maemo 5 poll hack 2012-01-19 20:21:46 +02:00
bindings fix filename self-references 2011-12-15 17:09:31 +02:00
compat Move poll() to compat/ 2012-01-19 20:17:07 +02:00
contrib contrib: live555: don't match just 'ar' 2012-01-24 22:43:07 -05:00
doc Doc: QtPlayer example: fix MacOS build with Qt4.8 2012-01-13 09:41:04 +01:00
extras android: configure will fill PKG_CONFIG_LIBDIR itself 2012-01-24 23:46:11 -05:00
include Revert "Android: hack to fix warnings in pthread.h when compiling in C++" 2012-01-25 00:14:26 -05:00
lib check for NULL 2012-01-17 13:53:01 -05:00
m4 Fix MacOS gettext intl detection 2012-01-22 09:19:03 -08:00
modules Revert "logger: store in the context which logging mode is being used" 2012-01-25 04:00:00 -05:00
po Properly remove the old dvb plugin, fix bootstrapping 2012-01-24 19:10:13 +02:00
projects/macosx OSX packaging: fix http lua 2012-01-21 09:48:58 -05:00
share lua http: dont show pointing to localhost qrcode 2012-01-21 04:08:37 +01:00
src Fix MacOS build 2012-01-24 21:05:39 +02:00
test Fix assertions 2011-12-19 17:09:43 +02:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore ignore vlc.exe 2011-11-11 14:54:11 -05:00
.mailmap Mailmap: fix obvious typo 2011-10-13 19:00:22 +02:00
AUTHORS qtsound: updated news and list entry 2011-11-04 02:16:35 +01:00
bootstrap bootstrap: prepend extras/tools/build/bin to PATH if it exists 2011-12-09 19:40:37 -05:00
configure.ac Replace --disable-libv4l2 with --disable-v4l2 2012-01-24 19:10:14 +02:00
COPYING GPL: remove the end of the license that is useless 2011-10-05 10:57:43 +02:00
COPYING.LIB Add LGPL license 2011-10-05 11:00:55 +02:00
INSTALL Remove outdated HACKING and update INSTALL and README 2011-09-07 20:05:59 +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 macosx: implement proper window button artwork (refs #5742) 2011-12-29 21:57:55 +01:00
NEWS Typo in NEWS 2012-01-15 21:54:10 +01:00
README README: update 2011-11-15 16:32:28 -05:00
THANKS Added Sparkle to list of used libraries 2010-08-02 00:18:51 +02:00

README for the VLC media player
===============================

VLC is a popular libre and open source media player and multimedia engine,
used by a large number of individuals, professionals, companies and
institutions. Using open source technologies and libraries, VLC has been
ported to most computing platforms, including GNU/Linux, Windows, Mac OS X,
BSD, iOS and Android.
VLC can play most multimedia files, discs, streams, allows playback from
devices, and is able to convert to or stream in various formats.
The VideoLAN project was started at the university École Centrale Paris who
relicensed VLC under the GPLv2 license in February 2001. Since then, VLC has
been downloaded close to one billion times.

Links:
======

The VLC web site  . . . . . http://www.videolan.org/
Support . . . . . . . . . . http://www.videolan.org/support/
Forums  . . . . . . . . . . http://forum.videolan.org/
Wiki  . . . . . . . . . . . http://wiki.videolan.org/
The Developers site . . . . http://wiki.videolan.org/Developers_Corner
VLC hacking guide . . . . . http://wiki.videolan.org/Hacker_Guide
Bugtracker  . . . . . . . . http://trac.videolan.org/vlc/
The VideoLAN web site . . . http://www.videolan.org/

Source Code Content:
===================
ABOUT-NLS          - Notes on the Free Translation Project.
AUTHORS            - VLC authors.
COPYING            - The GPL license.
INSTALL            - Installation and building instructions.
NEWS               - Important modifications between the releases.
README             - This file.
THANKS             - VLC contributors.

bin/               - VLC binaries.
bindings/          - libVLC bindings to other languages.
compat/            - compatibility library for operating systems missing
                     essential functionnalities.
contrib/           - external libraries retrieving facilities for systems that
                     don't have package manager.
doc/               - Miscellaneous documentation.
extras/analyser    - Code analyser and editor specific files.
extras/buildsystem - different buildsystems specific files.
extras/contrib/    - old contrib/.
extras/misc        - Files that don't fit in the other extras/ categories.
extras/package     - VLC packaging specific files such as spec files.
include/           - Header files.
lib/               - libVLC source code.
modules/           - VLC plugins and modules. Most of the code is here.
po/                - VLC translations.
projects/          - projects that uses libVLC
share/             - Common Resources files.
src/               - libvlccore source code.
test/              - testing system.