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 2EC4B426C6 for ; Tue, 22 Mar 2022 15:35:47 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B9D0A68A0C4; Tue, 22 Mar 2022 17:35:44 +0200 (EET) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7D01168A905 for ; Tue, 22 Mar 2022 17:35:38 +0200 (EET) Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id B855A10602D1 for ; Tue, 22 Mar 2022 15:35:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1647963337; 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=qe6xHZNcUSM8SJiEHClSH91DL/DVZwwa/c5HDUsxGmc=; b=r/SHlVmfzRkgGlqd16nZC0PyHrj2AeH1AHYJ8bepjowU6fEmT8SMSBpyb6PYo5U9 lWnQGzglgSn9Fq130ft1ZGnSvyykP1pWha9GKtRibErEPaMLCRhOfFhcAQgV5gi00ar SyItJ2CjJ1DDbIppPIyNg/TLFu42EAe1lngPveYy29Teao8hwIotqHAtuDQqTVOujW5 zSAQLsUFlDpCREWTfiS5PLu7/fNDeDm3a2ETpW1xslHtVNcaTpgbBxMVHkWTgxjGADB +0OCNpOXmJV9q5UqRrdaMBHpbFUG/sICCOXbTSYtsLCWSbJpc0wf1N4BblcH+cRghRX XwHAnrVulQ== Date: Tue, 22 Mar 2022 16:35:37 +0100 (CET) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20220319172645.82718-3-leo.izen@gmail.com> References: <20220319172645.82718-1-leo.izen@gmail.com> <20220319172645.82718-3-leo.izen@gmail.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v7 3/5] avcodec/libjxl: add Jpeg XL encoding via libjxl 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: 19 Mar 2022, 18:26 by leo.izen@gmail.com: > This commit adds encoding support to libavcodec > for Jpeg XL images via the external library libjxl. > --- > configure | 3 +- > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/libjxlenc.c | 386 +++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 390 insertions(+), 1 deletion(-) > create mode 100644 libavcodec/libjxlenc.c > I can't accept this as-is, so NAK. The coding style needs to be fixed. And you must remove the sneaky MAINTAINERS change to get yourself push access. We made that against the rules, which you've clearly read before submitting the patchset, right? Then I'll spare time to look at it and merge it myself. _______________________________________________ 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".