You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Steve Lhomme 4bd5e2ecd1 extras: breakpad: use io types for IO classes 6 months ago
autotools gettext: update to 0.21 4 years ago
bin darwinvlc: fix libvlc termination and SIGTERM/SIGINT handling 9 months ago
buildsystem meson: add avx option 1 year ago
compat meson: add compat tests 1 year ago
contrib contrib: use curl --retry to download tarballs 6 months ago
doc doc: mention the POTFILES.in needs to be edited before make distcheck 7 months ago
extras extras: breakpad: use io types for IO classes 6 months ago
include vlc_es: don't consider -1 i_level has VPx alpha data 7 months ago
lib parser: transfer the ownership of the item_item_node_t to the listener 11 months ago
m4 switch to C17 2 years ago
modules demux: ogg: fix int overflow when parsing daala header 6 months ago
po po: update Hebrew translation 7 months ago
share lua: fix documentation 7 months ago
src core: avoid bogus comparison on large date divider 7 months ago
test test: fix check_POTFILES.sh folder 7 months ago
.gitignore .gitignore: add xcodeproj 2 years ago
.mailmap mailmap: unify my addresses 8 years ago
AUTHORS Update AUTHORS 1 year ago
COPYING COPYING.*: Use full versions of licenses. 14 years ago
COPYING.LIB COPYING.*: Use full versions of licenses. 14 years ago
Cargo.toml Cargo.toml: exclude contrib from workspace 10 months ago
INSTALL INSTALL: reconcile compiler req with NEWS 4 years ago
Makefile.am extras/tools: bump libtool to 2.5.4 1 year ago
NEWS configure: mention how to get metallib to build macOS 6 months ago
README.md add link to VLC for BSD in the README.md file 3 years ago
THANKS THANKS: Updated a few copyright dates 9 years ago
bootstrap bootstrap: use our config.guess to reconf VLC 2 years ago
config.h.meson meson: config.h: add missing HAVE_QSORT_R 1 year ago
configure.ac configure: mention how to get metallib to build macOS 6 months ago
make-alias Take program prefix and suffix into account in the make-alias script. 18 years ago
meson.build meson: reorder subdirs to have bin after modules 1 year ago
meson_options.txt meson: add pipewire support 10 months ago
rust-toolchain.toml rustup: select nightly toolchain 1 year ago

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.