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 C98A843219 for ; Fri, 24 Jun 2022 17:34:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AA3BA68B698; Fri, 24 Jun 2022 20:33:59 +0300 (EEST) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3FFFD68B62E for ; Fri, 24 Jun 2022 20:33:53 +0300 (EEST) Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id EC8DE4A210; Fri, 24 Jun 2022 19:33:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1656092033; bh=cj4GQKhKVoCu2oIptqSiqTKqGCgePCw/feAST1netUU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=snHZOwj6/0k5D4Ijn7mnsU7RcydWxCTQiGaAqVIa49jdRr9aBShXiqdKwz0nVnnYk UCYzrVAXNK+Jvs62c2DEfrSmxZYtpZkLitz6/5dHT7hCtppzvmAtvtj5dDWpHQzvcG ecRtiRJRm4aubL3v8ieH/GNvISN7BQJWeMwtiVxs= Date: Fri, 24 Jun 2022 19:33:52 +0200 Message-ID: <20220624193352.GB77987@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20220624165056.51700-1-leo.izen@gmail.com> References: <20220624165056.51700-1-leo.izen@gmail.com> 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: 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". _______________________________________________ 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".