1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
Go to file
Niklas Haas 03b3360da3 libplacebo: move vout to API-agnostic module
Rebases vulkan/display.c ontop of the new API-agnostic libplacebo GPU
abstraction module. This opens up libplacebo/display.c to work with API
backends other than Vulkan.

Note: this has the side effect of bumping up the minimum libplacebo
dependency, because now the libplacebo vout is always compiled when
libplacebo is available. On the plus side, however, it simplifies the
configure check. That said, 1.7.0 is from 2018, and packaged everywhere
(including debian stable). so this should be fine.
2021-05-09 11:53:37 +00:00
autotools Fix .gitignore 2017-11-07 19:04:24 +02:00
bin bin: fix linkage on OS/2 2021-01-29 15:53:43 +01:00
compat compat: tfind: Don't use K&R prototypes 2020-12-04 10:21:25 +01:00
contrib contrib: aom: update to 3.1.0 2021-05-08 10:18:54 -04:00
doc d3d11_player: field renaming 2021-05-07 08:21:48 +00:00
extras macOS package: Increase image size for dmg package 2021-05-05 08:06:43 +02:00
include lib: docs: indicate programs are also deleted with the list 2021-05-07 08:21:48 +00:00
lib libvlc: fix title count conditional for chapter descriptions 2021-04-12 09:00:12 +02:00
m4 m4: with_pkg: fix PKG_HAVE_WITH_MODULES macro 2021-03-04 19:47:48 +01:00
modules libplacebo: move vout to API-agnostic module 2021-05-09 11:53:37 +00:00
po libplacebo: move vout to API-agnostic module 2021-05-09 11:53:37 +00:00
share liveleak.lua: fix video resolution selection 2021-04-03 15:46:41 +02:00
src help: fix confusing -p (module help) for mods with no options 2021-05-07 18:15:27 +00:00
test test: meta: use the libvlc_media_parse_sync helper 2021-05-07 09:39:44 +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
bootstrap Remove old mail address from sources 2019-09-04 22:11:04 +03:00
configure.ac libplacebo: bump minimum dependency to v1.7.0 2021-05-09 11:53:37 +00: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 Update GCC version 2016-09-20 13:03:20 +03:00
make-alias
Makefile.am Update Changelogs 2021-04-05 12:24:52 +02:00
NEWS NEWS: update from 3.0.x branch 2021-04-18 11:40:15 +02:00
README.md Move README to markdown 2021-04-22 12:31:04 +02:00
THANKS THANKS: Updated a few copyright dates 2017-02-01 22:02:59 +01:00

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 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 by 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 multi-billion times.

License

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

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 on the following platforms:

  • Windows (from 7 to all versions of 10), including UWP platforms
  • macOS (10.10 and more recent)
  • GNU/Linux and affiliated
  • *BSD and affiliated
  • Android (4.2 and more recent), including Android TV and Android Auto
  • iOS (9 and more recent), 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: Android repository and iOS repository are on different repository 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 the open source project to thrive.

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

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

We need help for the following tasks:

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

Please reach us :)

We are on IRC, on the #videolan channel on Freenode.

Contributions

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

CI, Discussions should be resolved before merging a Merge Request.

libVLC

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

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

libVLC has numerous bindings for other languagues, like C++, Python or C#.

Support

You can found here several 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             - 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.