From 819dd01fe2cc3eeee39660268fc82eec2a7a7a11 Mon Sep 17 00:00:00 2001 From: Zos_Kia Date: Mon, 16 Mar 2026 09:07:07 +0100 Subject: [PATCH 1/3] Add VLC, FFmpeg and Mesa3D --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7f395f7..1ebccd1 100644 --- a/README.md +++ b/README.md @@ -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 From a2b4d71aee5647412d4ee144209c938368d20ff0 Mon Sep 17 00:00:00 2001 From: Zos_Kia Date: Tue, 17 Mar 2026 09:01:51 +0100 Subject: [PATCH 2/3] Remove ffmpeg and add mpv --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ebccd1..4094212 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,8 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md). | 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. | +| [VLC](https://code.videolan.org/videolan/vlc) | [Kodi](https://kodi.tv/) has its own video backend independent from VLC and libmpv | 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). | +| [mpv](https://github.com/mpv-player/mpv) | | Explicitly stated in their [Contribution Guidelines](https://github.com/mpv-player/mpv/blob/master/DOCS/contribute.md#ai-assisted-contributions). | ## Terminal Emulators From 797aa5a815642d8933cbeac7b6fa682d619e87bd Mon Sep 17 00:00:00 2001 From: Zos_Kia Date: Tue, 17 Mar 2026 09:28:56 +0100 Subject: [PATCH 3/3] Add Kodi and Jellyfin, better alternatives to VLC --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4094212..067ac75 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md). * [Computer Graphics](#computer-graphics) * [Image Manipulation](#image-manipulation) * [Photography](#photography) + * [Video](#video) * [Terminal Emulators](#terminal-emulators) * [Developer Tools](#developer-tools) * [Programming Languages](#programming-languages) @@ -138,8 +139,10 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md). | Name | Alternative(s) | Evidence | |---|---|---| -| [VLC](https://code.videolan.org/videolan/vlc) | [Kodi](https://kodi.tv/) has its own video backend independent from VLC and libmpv | 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). | +| [VLC](https://code.videolan.org/videolan/vlc) | [Showtime](https://apps.gnome.org/Showtime/) (gstreamer-based), [SMPlayer](https://www.smplayer.info/) (mplayer-based) | 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). | | [mpv](https://github.com/mpv-player/mpv) | | Explicitly stated in their [Contribution Guidelines](https://github.com/mpv-player/mpv/blob/master/DOCS/contribute.md#ai-assisted-contributions). | +| [Kodi](https://kodi.tv) | | Claude listed as a coauthor (for example [this commit](https://github.com/xbmc/xbmc/commit/6a1411f263f84d69da36cf15d0da03b3439d590f)). | +| [Jellyfin](https://jellyfin.org) | | Explicitly stated in their [Contribution Guidelines](https://jellyfin.org/docs/general/contributing/llm-policies#llm-code-contributions-to-official-projects). | ## Terminal Emulators @@ -389,7 +392,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). | +| [Mesa3D](https://mesa3d.org/) | Nvidia proprietary drivers implement their own video 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