videolan/vlc

VLC media player - plays everything, runs anywhere. Code here: https://code.videolan.org/videolan/vlc

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 22 minutes ago
Added to GitGenius on September 3rd, 2026
Created on January 29th, 2012
Open Issues & Pull Requests: 2 (+0)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 6,184
Total Stargazers: 19,556 (+0)
Total Subscribers: 598 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

VLC is a media player and multimedia engine that plays most multimedia files, discs, streams, and devices across numerous platforms.

VLC solves the problem of unified multimedia playback across diverse systems and formats. It handles playback, streaming, encoding, and format conversion through a comprehensive multimedia framework. The project's core strength lies in its broad codec and format support combined with cross-platform availability spanning Windows, macOS, Linux, BSD, Android, iOS, and several other systems. The engine can be embedded into third-party applications through libVLC, which is released under the LGPL to permit integration into applications with different licenses.

Developers should choose VLC if they need a proven, widely-deployed multimedia solution with extensive platform coverage. The tool suits projects requiring playback capabilities across desktop and mobile platforms, as well as applications needing to embed multimedia functionality. libVLC is particularly valuable for developers building multimedia applications in languages including C++, Python, and C#, which have language bindings available. The project's long history and billions of downloads indicate mature, battle-tested code suitable for production use.

Development is driven by a volunteer community with no paid maintainers, and the project actively seeks contributions across coding, packaging, documentation, design, and community support. The main codebase is written in C with substantial portions in C++, Objective-C, assembly, and Rust, while platform-specific implementations use Kotlin and Java for Android and Swift for iOS. Contributions occur through merge requests on the project's GitLab repository, with CI checks and discussion resolution required before merging. The project maintains an active community presence on IRC and acknowledges that not all platforms receive equal maintenance due to limited resources.