1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Go to file
Rémi Denis-Courmont e0de50a5fa Remove old Nokia N900 hacks
These were broken since 6270a4c777.
2013-02-23 10:33:12 +02:00
autotools
bin Remove old Nokia N900 hacks 2013-02-23 10:33:12 +02:00
bindings Remove mediacontrol bindings 2012-06-04 14:08:47 +02:00
compat Remove untested strncasecmp replacement 2013-01-15 09:36:51 +01:00
contrib contrib: dvdread: fix osx build 2013-02-19 15:36:25 +01:00
doc QtPlayer example: small way to fullscreen 2013-01-09 12:06:44 +01:00
extras macosx: layout fix for the Open panel's screen section 2013-02-18 19:42:20 -08:00
include lib: fix signedness of SPU track ID in libvlc_video_set_spu() 2013-02-19 23:43:03 +02:00
lib lib: fix signedness of SPU track ID in libvlc_video_set_spu() 2013-02-19 23:43:03 +02:00
m4 m4: enable dolt support for further apple platforms 2012-10-08 15:09:46 +02:00
modules Remove old Nokia N900 hacks 2013-02-23 10:33:12 +02:00
po MCE: remove old plugin 2013-02-23 10:30:43 +02:00
share http: fix ITU-T video codecs FOURCC 2013-02-18 20:08:58 +02:00
src Remove old Nokia N900 hacks 2013-02-23 10:33:12 +02:00
test test: check full help 2013-01-19 20:38:34 +02:00
.gitattributes
.gitignore Update .gitignore files 2012-09-12 00:04:03 +02:00
.mailmap Update mailmap 2012-10-03 15:29:56 +02:00
AUTHORS authors: correct fox's name 2012-07-19 00:02:10 +03:00
bootstrap bootstrap: catch Modules.am in all subdirectories 2012-09-27 01:51:27 +02:00
configure.ac Remove old Nokia N900 hacks 2013-02-23 10:33:12 +02:00
COPYING COPYING.*: Use full versions of licenses. 2012-02-14 17:40:06 +04:00
COPYING.LIB COPYING.*: Use full versions of licenses. 2012-02-14 17:40:06 +04:00
INSTALL Remove outdated HACKING and update INSTALL and README 2011-09-07 20:05:59 +02:00
make-alias
Makefile.am Win32: MSI package 2013-02-12 17:08:04 +01:00
NEWS MCE: remove old plugin 2013-02-23 10:30:43 +02:00
README README: remove mention to folder that doesn't exist anymore 2013-01-21 23:02:18 +01: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/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.
share/             - Common Resources files.
src/               - libvlccore source code.
test/              - testing system.