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 E72FD404F7 for ; Fri, 24 Jun 2022 16:51:12 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 32A4C68B6F9; Fri, 24 Jun 2022 19:51:09 +0300 (EEST) Received: from mail-qk1-f181.google.com (mail-qk1-f181.google.com [209.85.222.181]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1755F68B6A3 for ; Fri, 24 Jun 2022 19:51:03 +0300 (EEST) Received: by mail-qk1-f181.google.com with SMTP id c137so2311476qkg.5 for ; Fri, 24 Jun 2022 09:51:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=qqQliW4MK1X3VW+PqQvLri01DTwcoK9ub+ev4MWbpB0=; b=AnRWOGNDFHibFWBJfstxzgKJ86wTmw8AqITwnYprWlAQx877TgfRV84e5WmZT51id0 et2vwmd5Xu3DpAaQ5vsovkvb2ELI3ezxFj2pvt1UdnjJ+JSWGZbhqpu2tIz9hBeo89M0 IJ0NlQnErhX9kitn3TkY0YTCWOucA3ue5oYMlFhMJbQ+ttfe2wAQO86z2ldVVFXdQGtQ 1xqBJHBcBWmC1l2nXllxvzsd+HW1zhRncOnDaKxT3dsRLQlC30WwYFUMkMMFE2S4CLSg bfI0f+gNDJg1UL/bsqyn9BqPw0s99rAMnDFq+q1fcyvc0v9KVC8cCI0zOt4p/Uh5ukEZ +TqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=qqQliW4MK1X3VW+PqQvLri01DTwcoK9ub+ev4MWbpB0=; b=3WUKvv+ELqxAUmx6whpt2kvjlmq6gmMqkPSJYmdm9ESniSZyGc819SosSjBmOP/RUY KejIMSV2JEg8P9uIwdJEgHBOh1j42momCWVP03EB2eMZGyGBBzFCArdHr94nqqkz/APd ykpwxMxDMlmdUW6ltv8E1u0nFQLOaGr3z/0XPfZ0pvl92zxb1j/dkgAWBI8eaW0VmTbm qFovyi8wutusJ6yDV5iV0K3u7t7Je1YX1H8BwFgKrSGDMGSVtJpONFi4wUISMyWOq7hp q5AMbjePTNX2XAM1/3PZ6Z+spHtNXLuwsrpArRsYkkorb3pLOiPZ7de2rOEMzt008HRF jTiw== X-Gm-Message-State: AJIora/dn2NFvWRe8e2Cq2jVotnQU864/ZaXpS9wwSjtLHbzOv5SVut+ o3RWmUPAs0kfpfy2upjVOZeJs2kUiEQ= X-Google-Smtp-Source: AGRyM1ui0JcrwLsCTWEErJWew9Jp1A1Jo4pHbJjz8/IfHpAt4huuPba+o+xi5k0tuLzGgPuoC7bggA== X-Received: by 2002:a37:6453:0:b0:6ae:e740:92c1 with SMTP id y80-20020a376453000000b006aee74092c1mr98114qkb.174.1656089460766; Fri, 24 Jun 2022 09:51:00 -0700 (PDT) Received: from gauss.local (c-68-41-54-207.hsd1.mi.comcast.net. [68.41.54.207]) by smtp.gmail.com with ESMTPSA id q15-20020ac8450f000000b003177f0fb61esm1588106qtn.75.2022.06.24.09.50.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Jun 2022 09:50:59 -0700 (PDT) From: Leo Izen To: ffmpeg-devel@ffmpeg.org Date: Fri, 24 Jun 2022 12:50:54 -0400 Message-Id: <20220624165056.51700-1-leo.izen@gmail.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Subject: [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: 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".