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 58887427BE for ; Fri, 7 Jan 2022 09:01:56 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D7BDD68A763; Fri, 7 Jan 2022 11:01:54 +0200 (EET) Received: from mail-qv1-f45.google.com (mail-qv1-f45.google.com [209.85.219.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C44CC689D48 for ; Fri, 7 Jan 2022 11:01:47 +0200 (EET) Received: by mail-qv1-f45.google.com with SMTP id kj16so4931851qvb.2 for ; Fri, 07 Jan 2022 01:01:47 -0800 (PST) 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=h9JBfqyrl/2/mt2auhSapLIBr3NO+aFS/glvJXRAWzs=; b=cs/o9T2KOnClratZeFhXiuropA5ArR3D5wKFI60SWVi7A8C0QoHZvjJSX24u2GQLGc 8hgDi2J4mSQwlVjongsa7+p8wn2ThW4+aGqJ0wSjLTdFEJGAhODKbI67oXzqTIq2dHs/ qQOzbLkTi9PSRcRLcRw2n8tS4E31NKA3Pq3gCwb/mtyDeAjfynAr00Q67ZWCJGar7DZb rWP/VvPfvBVK8LNfjBlAl2GqiC6yKfWz3Xv8dStGPS01L8ocO12nBDg4IjXL5cBgDxBc ZtByYTwCfH43UuCjwJS2W8bfJLie3gD1HLp5YdBxLzzn+ZV/qKaxC3e/ZcnMcvHCuVEJ BoKA== 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=h9JBfqyrl/2/mt2auhSapLIBr3NO+aFS/glvJXRAWzs=; b=LNwKNOaX/PmCKseoHlFDIMEQnbZx60hcdFcNSHCfszuRIqknjCMtePTYtqH2ZdIBuS iq4L6NjNujsbmM7iv4vJNhWLG/FZnkbTkaCuDC54H+FaPYpRkELqduORYNf6aJ2yQKo0 0gRr1z2NfyUMwwNrFIl7T3fm7pP8WnFdixk+Qb98KJEuS5Oy4Dx2tMCOwAUlEcGkKnjM L2iyriorICgzHjGNueMn93XC3CzuebHk7EbVqh/D1mtTm1UGUNHVdPTVD/nHrsSNAKYi NFLL7yemjst3EZlB7rxbfqe1Ig2KYMgyM2VZvYCUMRK0jU0eGlk53UTAcxJ+xrw89m38 XZiw== X-Gm-Message-State: AOAM533N7f+IU6/Q3EedRD7JeSpJRlzWE0k95EK/iNADPEFdQZMDtiae hiRVTrVz9w9sbbE708O78oOGZwny7no= X-Google-Smtp-Source: ABdhPJw7Xu0x5cF7UUTdfs2KDYEpC3Vx4BBfird4tj53YTyzsKEdXdyW0xCLO96Hz/KWIKw7VG5o1g== X-Received: by 2002:a05:6214:27e6:: with SMTP id jt6mr55151632qvb.55.1641546106518; Fri, 07 Jan 2022 01:01:46 -0800 (PST) Received: from gauss.local (c-68-41-54-207.hsd1.mi.comcast.net. [68.41.54.207]) by smtp.gmail.com with ESMTPSA id u17sm3077071qki.2.2022.01.07.01.01.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 07 Jan 2022 01:01:46 -0800 (PST) From: Leo Izen To: ffmpeg-devel@ffmpeg.org Date: Fri, 7 Jan 2022 04:01:06 -0500 Message-Id: <20220107090111.243853-1-leo.izen@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v4 0/5] jpegxl patchset 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 is the same code as v3 but with the version numbers in version.h rebased onto git master. 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 | 206 +++++++ libavcodec/jpegxl_parser.c | 809 ++++++++++++++++++++++++++++ libavcodec/libjxl.c | 70 +++ libavcodec/libjxl.h | 48 ++ libavcodec/libjxldec.c | 276 ++++++++++ libavcodec/libjxlenc.c | 383 +++++++++++++ libavcodec/parsers.c | 1 + libavcodec/version.h | 2 +- libavformat/allformats.c | 1 + libavformat/img2.c | 1 + libavformat/img2dec.c | 19 + libavformat/img2enc.c | 6 +- libavformat/mov.c | 1 + libavformat/version.h | 2 +- tests/fate/image.mak | 10 + tests/ref/fate/jxl-parse-codestream | 6 + tests/ref/fate/jxl-parse-container | 6 + 24 files changed, 1873 insertions(+), 5 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.34.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".