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 C3A83427F0 for ; Fri, 1 Apr 2022 00:21:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id ED25068B1FB; Fri, 1 Apr 2022 03:21:00 +0300 (EEST) Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5EEAB68B256 for ; Fri, 1 Apr 2022 03:20:54 +0300 (EEST) Received: by mail-qk1-f175.google.com with SMTP id d142so929789qkc.4 for ; Thu, 31 Mar 2022 17:20:54 -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=Z9MqtLOJtbM1ekpBcRMplUhLJViBbMc1Ga63T750wK8=; b=dbNUDRu9QK+9VDeuQugpqbbHi8SPemPVfzg0LkWzxf2DIPnYDI3ywcM/UBJZHy2FdR iyqSv7wbA0mKZFmjOzaYA0WDpp55EjCQ1C2iiinl8cTEuRldGv0UrFOO4YIHaYAgCLVe cGbpFmS6DAf05twYFkjBL5uJhKKjGRpYzWsAjZCRp3/dZPVPEaaShh1oT3/NaPTXw7Qe Jk53pX3PnYkwSh4AjAKRlwKdwsDNJpLzPdcM7EKNNTuD5sdoRkUyqupfZ7w+g3h0Bqzw nlAmunS6XgAVUzMg/Y+nj8zbQsLre+d0xSzyPLiQKbAfR2FmMQghfBdwOxaai89hf4q4 HZLQ== 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=Z9MqtLOJtbM1ekpBcRMplUhLJViBbMc1Ga63T750wK8=; b=h7OH+LaVNt5XMMQukmLxua8vTAq5aChX4jr0QXHvx4esTWRmJpP1m2a/dLkze1TfhY yF68t2eGCAfQdfFlOvQKmpWmVraN/5jmsddUMwq1rvr+NoRoF0qDIcv3P1Ltujj59Xmw S4xS7KGNQbsJMhd3qRfpRLdCd828qPxGRtEq4Jzi+U7XWS6mZOhjWaYj7WKzyofFKKyD GG8sjp2Cbb4+TRpffgVauQfIRO8khholopTOojspvQZneqyi1fpp5/lEhP3UUkTUBypm e7/o0cuV7cZZAdkZDX9dM4felMMzp4BR99CBZNzoRSq5mrfvEfToq5JmEbnZ9//C+GLM DTSA== X-Gm-Message-State: AOAM5309nSHr2ePDzNKLZ6BzfOy5n3JqYJySqexYNhRRBWY327DVOyUx jatZbTjmGizJT2SdWeF9FQkfB6CmAA8= X-Google-Smtp-Source: ABdhPJzoNWHJO/Btqib3lBFveR6ykY6E/0ziO8sOzhHpL6aUmtE6gPcMzRLrWkQhuASr5xGwgLBZgQ== X-Received: by 2002:a05:620a:3728:b0:67d:4fe0:1e0c with SMTP id de40-20020a05620a372800b0067d4fe01e0cmr5354424qkb.102.1648772447867; Thu, 31 Mar 2022 17:20:47 -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 r17-20020a05620a299100b00680b43004bfsm602489qkp.45.2022.03.31.17.20.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 31 Mar 2022 17:20:47 -0700 (PDT) From: Leo Izen To: ffmpeg-devel@ffmpeg.org Date: Thu, 31 Mar 2022 20:20:01 -0400 Message-Id: <20220401002006.44582-1-leo.izen@gmail.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v11 0/5] Jpeg XL Patch Set 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: This patchset adds the Jpeg XL Image format and a parser for this format, as well as a decoder and encoder for it based on the external reference implementation library, libjxl. Changes: v11: - Fix regression I introduced in v10 with skipping boxes v10: - Make changes requested by Andreas Reinhardt from v9 v9: - v8 with a typo fix v8: - v7, but with stylistic changes as requested by Lynne and others on IRC v7: - Fully implement the parser and test it against the conformance samples Leo Izen (5): avcodec/jpegxl: add Jpeg XL image codec and parser avcodec/libjxl: add Jpeg XL decoding via libjxl avcodec/libjxl: add Jpeg XL encoding via libjxl avformat/image2: add Jpeg XL as image2 format fate/jpegxl: add Jpeg XL demux and parse FATE test MAINTAINERS | 3 + configure | 6 + doc/general_contents.texi | 7 + libavcodec/Makefile | 3 + libavcodec/allcodecs.c | 2 + libavcodec/codec_desc.c | 9 + libavcodec/codec_id.h | 1 + libavcodec/jpegxl.h | 43 ++ libavcodec/jpegxl_parser.c | 951 ++++++++++++++++++++++++++++ libavcodec/libjxl.c | 70 ++ libavcodec/libjxl.h | 48 ++ libavcodec/libjxldec.c | 301 +++++++++ libavcodec/libjxlenc.c | 379 +++++++++++ libavcodec/parsers.c | 1 + libavcodec/version.h | 2 +- libavformat/allformats.c | 1 + libavformat/img2.c | 1 + libavformat/img2dec.c | 21 + libavformat/img2enc.c | 6 +- libavformat/mov.c | 1 + libavformat/version.h | 4 +- tests/fate/image.mak | 10 + tests/ref/fate/jxl-parse-codestream | 6 + tests/ref/fate/jxl-parse-container | 6 + 24 files changed, 1876 insertions(+), 6 deletions(-) create mode 100644 libavcodec/jpegxl.h create mode 100644 libavcodec/jpegxl_parser.c create mode 100644 libavcodec/libjxl.c create mode 100644 libavcodec/libjxl.h create mode 100644 libavcodec/libjxldec.c create mode 100644 libavcodec/libjxlenc.c create mode 100644 tests/ref/fate/jxl-parse-codestream create mode 100644 tests/ref/fate/jxl-parse-container -- 2.35.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".