PR #23790 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23790 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23790.patch
>From fb3fc8b6d34a130384b23943b6481d51fe03c44d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <[email protected]> Date: Sun, 12 Jul 2026 19:06:33 +0200 Subject: [PATCH 1/2] doc/infra.txt: add fairy --- doc/infra.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/infra.txt b/doc/infra.txt index 292abb04fc..77ca7d4fe3 100644 --- a/doc/infra.txt +++ b/doc/infra.txt @@ -123,6 +123,13 @@ You need a VM, docker container for FFmpeg? contact root at ffmpeg.org +Forgejo Fairy: +~~~~~~~~~~~~~~ +LLM based reviewer, issue investigator and general helper. Written and maintained by Michael +https://code.ffmpeg.org/michaelni/Fairies + + + Multimedia Wiki: ~~~~~~~~~~~~~~~~ The Multimedia Wiki http://wiki.multimedia.cx is ran by Mike Melanson. -- 2.52.0 >From a0319016ed2db93d2a4fb6e3a834fa8ebccb6020 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <[email protected]> Date: Sun, 12 Jul 2026 19:12:09 +0200 Subject: [PATCH 2/2] doc/developer.texi: update reviews section Signed-off-by: Michael Niedermayer <[email protected]> --- doc/developer.texi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/developer.texi b/doc/developer.texi index ced36d0663..0a0cce63f5 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -788,11 +788,16 @@ Now you'll just need to open the eml file with the email application and execute 'Send'. @subheading Reviews -Your patch will be reviewed on the mailing list. You will likely be asked +Your patch or pull request will be reviewed on the mailing list or on +code.ffmpeg.org. You will likely be asked to make some changes and are expected to send in an improved version that incorporates the requests from the review. This process may go through several iterations. Once your patch is deemed good enough, some developer will pick it up and commit it to the official FFmpeg tree. +If you want an LLM-based review, add +@url{https://code.ffmpeg.org/Forgejo_Fairy, Forgejo Fairy} as a reviewer +to your pull request. Issues with Fairy herself can be reported at her +@url{https://code.ffmpeg.org/michaelni/Fairies, repository}. Give us a few days to react. But if some time passes without reaction, send a reminder by email. Your patch should eventually be dealt with. -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
