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 B7288403B3 for ; Sat, 23 Apr 2022 17:53:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3CE3C68B294; Sat, 23 Apr 2022 20:53:24 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3564468B24B for ; Sat, 23 Apr 2022 20:53:18 +0300 (EEST) Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 629C510602C4 for ; Sat, 23 Apr 2022 17:53:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1650736397; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=JqG0s3xp8HlCV8r2WQ13Kv6EgG1TSWOdMSXNbCWa880=; b=ctw57Z4OXlABpgU16BlUzAr0gy3O372tptC4z7m2NoSgibBIBRZP4uWpAuk/IZKw OGyistOrDJAxmHmj9Ny0slAOaJKG3BDtoSinLfQsFCwxEK831wnetoIJV40KCowXmv6 OkBXvHv6HhAvR71n+Gz+70yhfeNYHABORiI4UuhlFPcqg0ykcp5c/x4boEGPJZXRRRE nwr1z5jsThBnyV8HZ85hrRmFdFOrENZFP9X+sriXTqq81n+m1ajg8QckcI+QmnssnG7 NheKOLwuGqU0CixqJiCG1goyLG53yjCNQATQK/Iy0O5rc7IjHZZF3gitMY9xUpj1Gm4 7lu42IxU3g== Date: Sat, 23 Apr 2022 19:53:17 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20220417132236.200239-5-leo.izen@gmail.com> References: <20220417132236.200239-1-leo.izen@gmail.com> <20220417132236.200239-5-leo.izen@gmail.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v15 4/4] avformat/image2: add Jpeg XL as image2 format 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-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: 17 Apr 2022, 15:22 by leo.izen@gmail.com: > This commit adds support to libavformat for muxing > and demuxing Jpeg XL images as image2 streams. > --- > MAINTAINERS | 1 + > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/img2.c | 1 + > libavformat/img2dec.c | 20 ++ > libavformat/img2enc.c | 6 +- > libavformat/jpegxl_probe.c | 393 +++++++++++++++++++++++++++++++++++++ > libavformat/jpegxl_probe.h | 32 +++ > libavformat/mov.c | 1 + > 9 files changed, 453 insertions(+), 3 deletions(-) > create mode 100644 libavformat/jpegxl_probe.c > create mode 100644 libavformat/jpegxl_probe.h > Patchset pushed, thanks! _______________________________________________ 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".