Go to file
Steve Lhomme 531d7e59e0 win32: separate the libvlccore DLL files
libvlccore.dll should not be defined as libvlc.dll
2022-12-07 08:33:39 +00:00
autotools gettext: update to 0.21 2022-01-22 08:24:11 +00:00
bin override: use X_DISPLAY_MISSING 2022-04-17 02:55:02 +00:00
compat compat: update tdelete/tfind/tsearch/twalk from NetBSD sources 2022-07-12 21:01:17 +00:00
contrib contrib: fontconfig: build out of tree 2022-12-06 08:26:20 +00:00
doc libvlc: always include the libvlc version header from vlc.h 2022-11-29 07:06:26 +00:00
extras win32: separate the libvlccore DLL files 2022-12-07 08:33:39 +00:00
include vlc_codecs: fix warning with mingw-w64 2022-12-02 04:58:12 +00:00
lib lib: use libtool -version-number instead of -version-info 2022-11-29 07:06:26 +00:00
m4 configure: check typeof on C++ compilers 2022-05-21 15:17:00 +00:00
modules macosx: Stop forcing reload of data sources on notifications in VLCLibraryWindow 2022-12-06 16:46:06 +00:00
po macosx: Fix video library viles in POTFILES.in 2022-12-01 22:24:06 +00:00
share youtube.lua: update for player config definition site change 2022-11-19 07:19:13 +00:00
src win32: separate the libvlccore DLL files 2022-12-07 08:33:39 +00:00
test test: thumbnail: remove timeout handling 2022-11-29 11:27:46 +00:00
.gitignore gitignore: unblacklist build.sh script 2021-03-12 22:27:03 +01:00
.mailmap mailmap: unify my addresses 2018-09-24 22:19:05 +03:00
AUTHORS AUTHORS: Add Doney den Ouden 2018-02-10 13:47:12 +01: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 INSTALL: reconcile compiler req with NEWS 2022-03-27 14:28:17 +00:00
Makefile.am Makefile.am: dist missing libtool patch 2022-04-25 17:23:59 +00:00
NEWS vdpau: remove display plugin 2022-09-23 21:14:39 +03:00
README.md Switch various user facing URLs to HTTPS 2022-03-13 06:05:33 +00:00
THANKS THANKS: Updated a few copyright dates 2017-02-01 22:02:59 +01:00
bootstrap Remove old mail address from sources 2019-09-04 22:11:04 +03:00
configure.ac configure: make it possible to override wayland-scanner 2022-12-01 09:00:22 +00:00
make-alias Take program prefix and suffix into account in the make-alias script. 2008-05-26 00:11:33 +02:00

README.md

VLC media player

VLC is a libre and open source media player and multimedia engine, focused on playing everything, and running everywhere.

VLC can play most multimedia files, discs, streams, devices and is also able to convert, encode, stream and manipulate streams into numerous formats.

VLC is used by many over the world, on numerous platforms, for very different use cases.

The engine of VLC can be embedded into 3rd party applications, and is called libVLC.

VLC is part of the VideoLAN project and is developed and supported by a community of volunteers.

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 billions of times.

License

VLC is released under the GPLv2 (or later) license. On some platforms, it is de facto GPLv3, because of the licenses of dependencies.

libVLC, the engine is released under the LGPLv2 (or later) license.
This allows embedding the engine in 3rd party applications, while letting them to be licensed under other licenses.

Platforms

VLC is available for the following platforms:

  • Windows (from 7 and later, including UWP platforms and all versions of Windows 10)
  • macOS (10.10 and later)
  • GNU/Linux and affiliated
  • *BSD and affiliated
  • Android (4.2 and later), including Android TV and Android Auto
  • iOS (9 and later), including AppleTV and iPadOS
  • Haiku, OS/2 and a few others.

Not all platforms receive the same amount of care, due to our limited resources.

Nota Bene: The Android app and the iOS app are located in different repositories than the main one.

Contributing & Community

VLC is maintained by a community of people, and VideoLAN is not paying any of them.
The community is composed of developers, helpers, maintainers, designers and writers that want this open source project to thrive.

The main development of VLC is done in the C language, but this repository also contains plenty of C++, Obj-C, asm and Rust.

Other repositories linked to vlc are done in languages including Kotlin/Java (Android), Swift (iOS), and C# (libVLCSharp).

We need help with the following tasks:

  • coding
  • packaging for Windows, macOS and Linux distributions
  • technical writing for the documentation
  • design
  • support
  • community management and communication.

Please contribute :)

We are on IRC. You can find us on the #videolan channel on Libera.chat.

Contributions

Contributions are now done through Merge Requests on our GitLab repository.

CI and discussions should be resolved before a Merge Request can be merged.

libVLC

libVLC is an embeddable engine for 3rd party applications and frameworks.

It runs on the same platforms as VLC (and sometimes on more) and can provide playback, streaming and conversion of multimedia files and streams.

libVLC has numerous bindings for other languages, such as C++, Python and C#.

Support

Some useful links that might help you:

Source Code sitemap

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             - Project summary.
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 build system 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 resource files.
src/               - libvlccore source code.
test/              - Testing system.