1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Go to file
Rémi Denis-Courmont 0fbbb451f8 avcodec: factor CPU detection code
In retrospect, I should have done that first. Oh well...
2012-08-04 17:02:01 +03:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin Use STD*_FILENO constants where applicable 2012-08-04 12:45:55 +03:00
bindings Remove mediacontrol bindings 2012-06-04 14:08:47 +02:00
compat gmtime_r: rewrite, now truly thread-safe 2012-04-16 23:26:25 +03:00
contrib contrib: move some android complexity outside of vlc.git 2012-08-03 15:26:24 +02:00
doc Update QtPlayer example, so that one can actually understand it. 2012-07-27 11:54:26 +02:00
extras extras/package: iOS: enable thumb for compilation, clean up the AS definitions and disable freetype for now 2012-08-02 18:33:55 +02:00
include Check for 3D Now! at build time 2012-08-04 17:02:00 +03:00
lib playlist: convert "volume" to float 2012-07-21 17:36:08 +03:00
m4 Remove unused PLUGINS variable 2012-03-01 09:11:52 -05:00
modules avcodec: factor CPU detection code 2012-08-04 17:02:01 +03:00
po Telepathy notify: remove plugin 2012-07-29 17:30:10 +03:00
projects/macosx Remove VLCKit 2012-06-09 01:59:55 +02:00
share HTTP intf: add xesc as an extension to be recognized. 2012-07-27 17:55:58 +04:00
src Check for 3D Now! at build time 2012-08-04 17:02:00 +03:00
test Fix test failure detection 2012-05-15 18:49:00 +03: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 Fix a mail in mailmap. 2012-05-24 10:57:50 +02:00
AUTHORS authors: correct fox's name 2012-07-19 00:02:10 +03:00
bootstrap bootstrap: allow calling genmf with non default shell 2012-02-28 16:47:25 +01:00
configure.ac configure: fix check for ARM NEON support 2012-08-03 00:01:47 +03: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 Take program prefix and suffix into account in the make-alias script. 2008-05-26 00:11:33 +02:00
Makefile.am Hildon UI: remove dead technology 2012-07-25 20:40:16 +03:00
NEWS avcodec: Mac OS X Video Acceleration (VDA) support (close #3558) 2012-07-31 17:52:55 +02: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.