Ive been told that someone at the BCN video tech meetup claimed to be the "release maintainer for FFmpeg".
If you have any doubt who maintains releases, just do something like the following and look at the output: VER=5.1 echo commiters ; git shortlog --group=committer -s n$VER..release/$VER -n ;\ echo authors ; git shortlog -s n$VER..release/$VER -n Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> --- MAINTAINERS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 41a98744adf..a82fa58c69f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -536,10 +536,12 @@ wm4 Releases ======== +7.0 Michael Niedermayer +6.1 Michael Niedermayer +5.1 Michael Niedermayer +4.4 Michael Niedermayer +3.4 Michael Niedermayer 2.8 Michael Niedermayer -2.7 Michael Niedermayer -2.6 Michael Niedermayer -2.5 Michael Niedermayer If you want to maintain an older release, please contact us -- 2.45.2 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".