Add VLC, FFmpeg and Mesa3D

This commit is contained in:
Zos_Kia 2026-03-16 09:07:07 +01:00
commit 819dd01fe2

View file

@ -134,6 +134,13 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
| [RapidRAW](https://github.com/CyberTimon/RapidRAW/) | | From the README: "with the support from Google Gemini." Roadmap includes adding GenAI. |
| [RawTherapee](https://github.com/RawTherapee/RawTherapee/) | Stick to version 5.12 | Use Copilot for review [PR7518](https://github.com/RawTherapee/RawTherapee/pull/7518#pullrequestreview-3348449593), [PR 7435](https://github.com/RawTherapee/RawTherapee/pull/7435#pullrequestreview-3059697445), [PR 7378](https://github.com/RawTherapee/RawTherapee/pull/7378#pullrequestreview-2969042638) and code changes [commit c4b0400](https://github.com/RawTherapee/RawTherapee/commit/c4b04007107a426dd7011002e8085aa6f398ab60) |
### Video
| Name | Alternative(s) | Evidence |
|---|---|---|
| [VLC](https://code.videolan.org/videolan/vlc) | [mpv](https://github.com/mpv-player/mpv) | The lead developer (JB Kempf) is a known advocate of vibe-coding on his podcast. Here's an [extract where he describes his "vibecoding stack"](https://www.youtube.com/watch?v=25MwBEWxQG0&t=2987s). |
| [FFmpeg](https://code.videolan.org/videolan/vlc) | None that i know | JB Kempf (see above) is also a FFmpeg contributor. |
## Terminal Emulators
| Name | Alternative(s) | Evidence | Notes |
@ -382,6 +389,7 @@ list of unified push distributors at: https://unifiedpush.org/users/distributors
| [rsyslog](https://www.rsyslog.com/) | [syslog-ng](https://www.syslog-ng.com/products/open-source-log-management/) | Explicitly stated in the [documentation](https://www.rsyslog.com/doc/about/ai_first.html) |
| [systemd](https://github.com/systemd/systemd) | dinit, s6, OpenRC, shepherd | [AGENTS.md](https://github.com/systemd/systemd/blob/main/AGENTS.md), [Claude used for commits](https://github.com/systemd/systemd/commit/744d589632c545e90ae76853abbfbc90cb530e24) |
| [wireplumber](https://gitlab.freedesktop.org/pipewire/wireplumber/) | | [AGENTS.md file in code repository](https://gitlab.freedesktop.org/pipewire/wireplumber/-/blob/master/AGENTS.md?ref_type=heads) |
| [Mesa3D](https://mesa3d.org/) | Nvidia proprietary drivers implement its own stack distinct from Mesa. For AMD GPUs, AMDGPU-PRO is separate from Mesa3D but it does include some modules of it. There are no drivers for Intel GPUs that aren't based on Mesa3D. | Explicitly stated in their [Contribution Guidelines](https://docs.mesa3d.org/submittingpatches.html#expectations-on-contributors). |
## Operating Systems