1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-11 06:21:30 +02:00
Go to file
Diego Elio Pettenò eab0e2ee80 build: check for gmtime_r and localtime_r with the new macro.
This makes sure that the two functions are found when building on mingw32,
as the functions are defined as static inline rather than as library
symbols.

Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2015-03-16 19:21:42 +02:00
autotools Update gettext to version 19.2 2014-09-30 20:48:13 +03:00
bin Revert "--stats: default to false" (fixes #14035) 2015-03-09 18:41:07 +01:00
compat compat: fix localtime_r() replacement 2015-03-16 19:20:44 +02:00
contrib Contribs: disabling decoders is not a great idea 2015-03-11 15:28:38 +01:00
doc Fortunes 2015-02-08 14:13:37 +01:00
extras Win32: Fix supported types not registered properly by NSIS installer 2015-03-16 13:59:05 +01:00
include Add Canopus HQX FourCC 2015-03-14 14:25:26 +01:00
lib Mark unreachable code on GCC even if NDEBUG 2015-02-18 17:52:52 +02:00
m4 build: create a macro to check for, and replace, possibly-inline functions. 2015-03-16 19:21:42 +02:00
modules win32: add assertions for unchecked CoInitializeEx() calls 2015-03-16 19:03:02 +02:00
po Remove duplicate translator entry per request 2015-03-10 16:13:52 -04:00
share Youtube: improve description parsing 2015-02-18 19:17:47 +01:00
src Add TTML fourcc 2015-03-16 13:39:11 +01:00
test test: update .gitignore 2015-01-20 07:45:11 +02:00
.gitattributes
.gitignore Ignore trs files from test suite 2014-11-29 13:43:17 +02:00
.mailmap
AUTHORS
bootstrap stream_out: remove Makefile recursion 2015-02-12 08:17:41 +02:00
configure.ac build: check for gmtime_r and localtime_r with the new macro. 2015-03-16 19:21:42 +02:00
COPYING
COPYING.LIB
INSTALL
make-alias
Makefile.am 2015 2015-01-24 09:54:43 +01:00
NEWS Map Canopus HQX decoder 2015-03-14 14:32:06 +01:00
README
THANKS Update THANKS for dvdread/dvdnav 2015-01-29 12:37:49 +01: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.
COPYING.LIB        - The LGPL 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 functionalities.
contrib/           - Facilities for retrieving external libraries and building
                     them for systems that don't have the right versions.
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.
extras/tools/      - Facilities for retrieving external building tools needed
                     for systems that don't have the right versions.
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.