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 DACFF43705 for ; Sat, 25 Jun 2022 15:08:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 571A668B7CB; Sat, 25 Jun 2022 18:08:19 +0300 (EEST) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 35D5968B4B8 for ; Sat, 25 Jun 2022 18:08:13 +0300 (EEST) Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id 6564740240; Sat, 25 Jun 2022 17:08:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1656169692; bh=Zx8DHAulY1W40Jc1kJdm2f7o9kzlhH/0b/fCTdRF2ec=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MNAxy8ECR6s93vHZ26AbADPijmqjcbQ3tW3QfCKcL+3+wGvGCvUhlXO3gdXN6DbSv fPcOz5yGpfPArOnoDJ7bysReng9eS45WyQMpGEmJihEzPp7ngkJ0B5MztidF6sjK4m XiF5n8idLs4pdNQ01HXK5kCK4aD7BWlfQWIYWhZ4= Date: Sat, 25 Jun 2022 17:08:12 +0200 Message-ID: <20220625170812.GB30671@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20220624193352.GB77987@haasn.xyz> References: <20220624165056.51700-1-leo.izen@gmail.com> <20220624193352.GB77987@haasn.xyz> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH v9 0/2] libjxl Colorspace fixes 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 Cc: Leo Izen 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: On Fri, 24 Jun 2022 19:33:52 +0200 Niklas Haas wrote: > LGTM > > On Fri, 24 Jun 2022 12:50:54 -0400 Leo Izen wrote: > > Changes in v9: > > - Minor cosmetic changes, as requested by Anton K > > - More liberally commented casework, a.r.b. Haasn > > - Structured flow to be a bit more readable > > > > Changes in v8: > > - Use avutil/csp for both encoding and decoding > > - Handle the non-XYB case with an attached ICC Profile on decoding > > - clean up some code and segment it out to static functions > > > > Leo Izen (2): > > avcodec/libjxldec: properly tag output colorspace > > avcodec/libjxlenc: properly read input colorspace > > > > libavcodec/libjxldec.c | 214 +++++++++++++++++++++++++++++++++++++---- > > libavcodec/libjxlenc.c | 153 +++++++++++++++++++++++------ > > 2 files changed, 320 insertions(+), 47 deletions(-) > > > > -- > > 2.36.1 > > > > _______________________________________________ > > 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". Merged. _______________________________________________ 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".