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 1671042E1B for ; Mon, 9 May 2022 13:44:22 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 18E7068B3A8; Mon, 9 May 2022 16:44:20 +0300 (EEST) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2440668B2A5 for ; Mon, 9 May 2022 16:44:14 +0300 (EEST) Received: by mail-io1-f45.google.com with SMTP id e194so15294049iof.11 for ; Mon, 09 May 2022 06:44:14 -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=Pz5p8dv14l+0osOlb5k7u6m/Cn1yoDEpfHilhULd8C0=; b=oTL2RkSCgIWmUe2FFVFcYGQaNUm8vefLXj//raYqhcb9NWH4UVwQy/iPIDiyPoLPx3 jKc8VDxTT0PQ0gNW0EHBX406povgXuba4XbBMjOaLilL34+Qa9f+8bI1j2883GiokENz 36/YHXZGyr6UkFCBvJ1yiqs8FAXxcsRd5DmiLDWKphpuMA50fpsDu+VumadB84rLqB0t cNHPPGBNJVO3G7Hbd0CWJAWPt6RraQAVwfxhZqIH2N8nhT81L59M/ShBuUeuhew7/7D/ 7/MMEbS8aqqXdImNOL7nunCt15n/YCw0v4O0zhUzODHun8Q99Hv5BEu3jclYKeB/CKiU 3Rwg== 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=Pz5p8dv14l+0osOlb5k7u6m/Cn1yoDEpfHilhULd8C0=; b=lS2QiyHKjmMFFzEMNQmK9N4/hO2SUzmU1oWIw/t+T4PPKcEgwHMc9dYnHslUKib5Mf RBs4OvWXrtuYZP8OuOptiKIfwZ0z4FtyM2bvFmY5+Uqv2LsOO9Rvy4tLuDErs9zB9ZbJ saZ8bCzMlBbUY4ZAaIl0ENtCbpWt/TPHwpt+5Vuz4bzpIiLwNnAh3EXh3zwGKroPeqe8 Ckz+JAIMiUUNkpaLnkxDmojdI5+WLPlqaEodnzWavAM2NnK6/qQtEPgXcOSVXq+xq9vJ ksdojIwHay62eKOvHKKlCEkjw/Ti7EZ+x4PNDGlIYNIbf72ELIwj4rnx3ASLsoT4Clnn /EcA== X-Gm-Message-State: AOAM533uoge3/TKPkSKV0lVKWHZh1u54RhhpMGMsFRqCkaO8nDEzRi4r ray11q1+oRNXwZO9/bhT46XfpgzOCgE= X-Google-Smtp-Source: ABdhPJwP2zAs6umSlojriUBBHJ2EjgcArX6/15eMhrRLoEGuJekDUvJMrQ5EQNO9a7Jo28odogKprA== X-Received: by 2002:a05:6638:1207:b0:32b:7c4e:4088 with SMTP id n7-20020a056638120700b0032b7c4e4088mr7089436jas.122.1652103852543; Mon, 09 May 2022 06:44:12 -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 r8-20020a92ce88000000b002cde6e35300sm3098448ilo.74.2022.05.09.06.44.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 May 2022 06:44:12 -0700 (PDT) From: Leo Izen To: ffmpeg-devel@ffmpeg.org Date: Mon, 9 May 2022 09:43:53 -0400 Message-Id: <20220509134355.83745-1-leo.izen@gmail.com> X-Mailer: git-send-email 2.36.0 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v6 0/2] JPEG XL 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: At this point I no longer consider this patchset to be "WIP" so feel free to take a look without another version arriving unless I receive some requested changes. Changes: v6: - some cosmetic changes - check the AVFrame metadata if AVCodecContext's is missing v5: - fix attaching ICCP even if an enum can accurately describe the colorspace v4: - fix a typo. bluh v3: - some cosmetic changes - properly handle P3 spaces - properly handle PQ transfer v2: - avoid misusing AVMasteringDisplayMetadata - ignore custom primaries in header (very rare without iccp) Leo Izen (2): avcodec/libjxldec: properly tag output colorspace avcodec/libjxlenc: properly read input colorspace libavcodec/libjxldec.c | 113 ++++++++++++++++++++++++++++++++++--- libavcodec/libjxlenc.c | 124 +++++++++++++++++++++++++++++++---------- 2 files changed, 199 insertions(+), 38 deletions(-) -- 2.36.0 _______________________________________________ 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".