From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 8F07D424E9 for ; Tue, 4 Jan 2022 16:57:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D506168B2BA; Tue, 4 Jan 2022 18:56:57 +0200 (EET) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E9EFB68B2A8 for ; Tue, 4 Jan 2022 18:56:51 +0200 (EET) Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 964B5106026C for ; Tue, 4 Jan 2022 16:56:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1641315411; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=7qUchNuonYMTR9i0eG5/tW1dgFRjiRUtVmcOSFClXeM=; b=Jg9zEjkqwOKKVIBwO05QBFOyU2RNa6IOZdpXrfeWz5NsYAUnck03arrXf8yjrd3v 80uGosAF17IM2Ll5UKZtdeOYYF+NJ2nRP4DzvwJdk1gUdQjCWT0zcVsVQbne0U4c5N0 jXsERCqNKq+pOGpxxLCN9KnlQ80Zjiemm9QpMXzxbgCJO1za/wXovOjBqcH8XvaocTW 7fQaZV/XeLv9MgcGUel+lYjT3eO+sliH0zsTqsDsWv3xhetscaa/x+Lao7uPWYD/L5e i4ok0K5klOX7NrpTExB+0e1yxkA0wMVOo3fM2FwpBmWwNvK3MSUzUGkgH5VX5Dr48N3 +YTUVq7T8w== Date: Tue, 4 Jan 2022 17:56:51 +0100 (CET) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20220104162632.52767-1-leo.izen@gmail.com> References: <20220104162632.52767-1-leo.izen@gmail.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v2 1/5] avcodec/jpegxl: add Jpeg XL image codec and parser X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 4 Jan 2022, 17:26 by leo.izen@gmail.com: > This commit adds support to libavcodec to read and parse > encoded Jpeg XL images. Jpeg XL is intended to be an > extended-life replacement to legacy mjpeg. > --- > MAINTAINERS | 2 + > libavcodec/Makefile | 1 + > libavcodec/codec_desc.c | 9 + > libavcodec/codec_id.h | 1 + > libavcodec/jpegxl.h | 204 ++++++++++ > libavcodec/jpegxl_parser.c | 794 +++++++++++++++++++++++++++++++++++++ > libavcodec/parsers.c | 1 + > libavcodec/version.h | 4 +- > 8 files changed, 1014 insertions(+), 2 deletions(-) > create mode 100644 libavcodec/jpegxl.h > create mode 100644 libavcodec/jpegxl_parser.c > > diff --git a/MAINTAINERS b/MAINTAINERS > index c065e94498..17c0104672 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -187,6 +187,7 @@ Codecs: > interplayvideo.c Mike Melanson > jni*, ffjni* Matthieu Bouron > jpeg2000* Nicolas Bertrand > + jpegxl.h, jpegxl_parser.c Leo Izen > jvdec.c Peter Ross > lcl*.c Roberto Togni, Reimar Doeffinger > libcelt_dec.c Nicolas George > @@ -615,6 +616,7 @@ Haihao Xiang (haihao) 1F0C 31E8 B4FE F7A4 4DC1 DC99 E0F5 76D4 76FC 437F > Jaikrishnan Menon 61A1 F09F 01C9 2D45 78E1 C862 25DC 8831 AF70 D368 > James Almer 7751 2E8C FD94 A169 57E6 9A7A 1463 01AD 7376 59E0 > Jean Delvare 7CA6 9F44 60F1 BDC4 1FD2 C858 A552 6B9B B3CD 4E6A > +Leo Izen (thebombzen) B6FD 3CFC 7ACF 83FC 9137 6945 5A71 C331 FD2F A19A > Loren Merritt ABD9 08F4 C920 3F65 D8BE 35D7 1540 DAA7 060F 56DE > Lynne FE50 139C 6805 72CA FD52 1F8D A2FE A5F0 3F03 4464 > Michael Niedermayer 9FF2 128B 147E F673 0BAD F133 611E C787 040B 0FAB > diff --git a/libavcodec/Makefile b/libavcodec/Makefile > index 9577062eec..4a41bb2825 100644 > Could you not add yourself as a maintainer in the same patchset? In theory, the maintainers file contains those with push access, and while I don't object, adding yourself without even having a chance for anyone who's interested in that but not interested in jpegxl to review isn't right. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".