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 4F00042E4B for ; Thu, 9 Jun 2022 11:31:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 08A4E68B704; Thu, 9 Jun 2022 14:31:25 +0300 (EEST) Received: from mail-qv1-f50.google.com (mail-qv1-f50.google.com [209.85.219.50]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DD89568B6BF for ; Thu, 9 Jun 2022 14:31:18 +0300 (EEST) Received: by mail-qv1-f50.google.com with SMTP id i19so16309291qvu.13 for ; Thu, 09 Jun 2022 04:31:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=+J2qfBwOdcFpBt59lf3Y7V36Jk5+tqCR7f5zPNjD08s=; b=KUklUoQXmAb9Ddmp3JWMFUdrMd6NFgVdw9w+E6I02YcoxSjRchGoBd7IpgWeklMzu3 afVSU9tgdoght3KnWsHRu4x+I2moyE9ghNrkZ3dWgzCAfTJY/Nnk0Kk4OS8Rtk4h1kxC AggSR3KjGJgK83omac6uLSyr/d7PdTVRPtvK/vTEAmEDK3b8RwYPTi9G+LmtUX4bafip /Dx/AKEBGfOVCIGsZMQNy4rj7VOqKXYmVAxrTfavCD37o4ArpCm+lMKafRXYzSGJPklS o3PuivKZknUF8rS51bLzuZEE0ZxRgJwatMBz5nbtL0FzvhkniywF6EoK/5Gr3BKIGAST xD4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=+J2qfBwOdcFpBt59lf3Y7V36Jk5+tqCR7f5zPNjD08s=; b=09GZSPaASKKvmRdmW+DTi6kjH4qtbkN0qMG+xHGGehaAwYuCekRbkIorx6j+ZLWwDp kuHoDXEZgIz9f1bZueNjMgKZoQQlDqMv1HYPfHcXOu8OkbzcqMJOl9W1di2+ZVv7IQq6 3fuXhYI1xAe89/OPZHvqAqnZnUXAD55OJJOA5E2ZGxa0d53MTSArAkD2BBWXwoXnG6WD AhGYFapwtGqv4Em/CON1dwxVu3knNagou0TV5qFU4Bk2qVTmW8NjKsPgcpLU+AHYjtXF eiezPZhebxDrdw/geVF4xF1y8PYN0IRrvkrziOLFxmA46XmB+2rAUof9L/ADnSVf3FC8 gcJQ== X-Gm-Message-State: AOAM531tM+6rTrwVEiZZr8QvScFoYWTsCgiPzIhmA+8fynxExKMCi8Ng P5RCcMMLjVslYoeDJltKzi8ifN4mD3AxtA== X-Google-Smtp-Source: ABdhPJzSHGnkJ+CWUUCpwT1lUMOmg/eJzljnCGN5Hrf9n36KHQgHeALW41NLDTPC3OsbApS/TRcJHA== X-Received: by 2002:a05:6214:e48:b0:46b:8c08:f926 with SMTP id o8-20020a0562140e4800b0046b8c08f926mr17243884qvc.38.1654774277308; Thu, 09 Jun 2022 04:31:17 -0700 (PDT) Received: from [192.168.1.35] (c-68-41-54-207.hsd1.mi.comcast.net. [68.41.54.207]) by smtp.gmail.com with ESMTPSA id s20-20020a05620a0bd400b006a6a5d1e240sm14854170qki.34.2022.06.09.04.31.15 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 09 Jun 2022 04:31:16 -0700 (PDT) Message-ID: Date: Thu, 9 Jun 2022 07:31:14 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Content-Language: en-US-large To: FFmpeg Development References: <20220602021412.58306-1-leo.izen@gmail.com> From: Leo Izen In-Reply-To: <20220602021412.58306-1-leo.izen@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH v8 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 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 6/1/22 22:14, Leo Izen wrote: > 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 | 142 +++++++++++++++++++++++++++++++++++--- > libavcodec/libjxlenc.c | 153 +++++++++++++++++++++++++++++++++-------- > 2 files changed, 256 insertions(+), 39 deletions(-) > I believe this should make it into 5.1 as it fixes a known bug and improves existing behavior. - Leo Izen (thebombzen) _______________________________________________ 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".