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 19ACF40BFA for ; Thu, 24 Mar 2022 18:38:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C814D68B178; Thu, 24 Mar 2022 20:38:22 +0200 (EET) Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3710B68A417 for ; Thu, 24 Mar 2022 20:38:16 +0200 (EET) Received: from localhost (213-47-68-29.cable.dynamic.surfer.at [213.47.68.29]) (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id E53D3100004 for ; Thu, 24 Mar 2022 18:38:14 +0000 (UTC) Date: Thu, 24 Mar 2022 19:38:13 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220324183813.GV2829255@pb2> References: <20220323110325.5499-1-leo.izen@gmail.com> <20220323110325.5499-4-leo.izen@gmail.com> MIME-Version: 1.0 In-Reply-To: <20220323110325.5499-4-leo.izen@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH v9 4/5] 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: multipart/mixed; boundary="===============8711359106472601080==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8711359106472601080== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="g9IiFkekWKx0QEJP" Content-Disposition: inline --g9IiFkekWKx0QEJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 23, 2022 at 07:03:24AM -0400, Leo Izen wrote: > This commit adds support to libavformat for muxing > and demuxing Jpeg XL images as image2 streams. > --- > libavformat/allformats.c | 1 + > libavformat/img2.c | 1 + > libavformat/img2dec.c | 21 +++++++++++++++++++++ > libavformat/img2enc.c | 6 +++--- > libavformat/mov.c | 1 + > libavformat/version.h | 4 ++-- > 6 files changed, 29 insertions(+), 5 deletions(-) make -j32 tools/probetest && tools/probetest 256 4096 testing size=3D1 testing size=3D2 testing size=3D4 Assertion n>=3D0 && n<=3D32 failed at libavcodec/get_bits.h:549 Aborted (core dumped) [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Asymptotically faster algorithms should always be preferred if you have asymptotical amounts of data --g9IiFkekWKx0QEJP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYjy6kQAKCRBhHseHBAsP q1ywAJ90b+eTG6wbkX4Qw1C0ncRKm6t3zQCfXo3jWyV8Bgyw+KNzKKTlsilINdI= =jjO8 -----END PGP SIGNATURE----- --g9IiFkekWKx0QEJP-- --===============8711359106472601080== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============8711359106472601080==--