VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/
C C++ Objective-C Makefile Lua M4 Other
Latest commit d88d710 Dec 10, 2017 @fcartegnie fcartegnie access: http: set min icy meta interval
worst case is 2, 50% bw waste with 0 bytes of meta and
>99.97% with max metadata.
1 is nonsense and would just mean no data stream.
Permalink
Failed to load latest commit information.
autotools Fix .gitignore Nov 7, 2017
bin win32: use thread-safe error mode (only) Dec 3, 2017
compat compat Properly check if NativeClient Jul 6, 2017
contrib contribs: bootstrap: make uname output silent if -o is not supported. Dec 9, 2017
doc Fortunes: somethings about pants Oct 25, 2017
extras build.sh: Add VLC_PATH variable to add additional paths Dec 9, 2017
include lib: add libvlc_media_list_player_set_pause Dec 8, 2017
lib libvlc.sym: add missing libvlc_media_list_player_set_pause Dec 8, 2017
m4 m4: fix false negative working iconv test Nov 14, 2017
modules access: http: set min icy meta interval Dec 10, 2017
po Update PO files Dec 6, 2017
share VLSub: Handle incomplete/invalid result sets without crashing Dec 7, 2017
src url: add vlc_UrlParseFixup Dec 6, 2017
test test: input: fix decoder reload Nov 15, 2017
.gitattributes Supports $ rewrite via .gitattributes Mar 2, 2008
.gitignore gitignore: Be more lax with the build folders Oct 9, 2015
.mailmap mailmap: remove one former address of mine Jun 28, 2015
AUTHORS Update AUTHORS Dec 7, 2017
COPYING COPYING.*: Use full versions of licenses. Feb 14, 2012
COPYING.LIB COPYING.*: Use full versions of licenses. Feb 14, 2012
INSTALL Update GCC version Sep 20, 2016
Makefile.am bin: build vlc-cache-gen even w/ --disable-vlc Sep 20, 2017
NEWS Use the 4.0.0-dev name for development of 4.0 Nov 30, 2017
README Update README Apr 20, 2013
THANKS THANKS: Updated a few copyright dates Feb 1, 2017
bootstrap bootstrap: fail hard if flex or bison are missing and needed Dec 3, 2017
configure.ac configure: Assume if_nametoindex to be present Dec 5, 2017
make-alias Take program prefix and suffix into account in the make-alias script. May 25, 2008

README

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.