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 BC9CD4AC2B for ; Sat, 15 Jun 2024 20:11:56 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 490C068D65F; Sat, 15 Jun 2024 23:11:53 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8A68F68C562 for ; Sat, 15 Jun 2024 23:11:47 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id B198B240002 for ; Sat, 15 Jun 2024 20:11:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1718482305; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=lzQXifuWAchf8Gtz9TR4+68Ce53pcg6qimyMC/wI1tk=; b=Z9uSXC7m6/4i0LvaaBNiLx0aqo0aE0ccNvD3KdZ4G4JDmoy0i8BKNOZOoAyjfu1ltOp6Pl TijtWM/tK4swfVqlfsbhTldI9fb0rF4mn7JAAvnNsXxqy+Z46kvJiWouyaj/v4sxykoV/U lIQdNzsfpkJ+RtWwPunOGjdGBDER5X5E47H6HvHio3WSxZK176dA8EVgcePkNuvRK3OXAF 9qxrnFJBaD4YbdiXVgMNnvA/zHU/PEb+///5TL0MoPa38eTez1kXcWbssg4EL5Ls6zy2t8 3UtuvM2yFOJJtG2XAHRPzuvkVZcW8H/r0L5N771jY7XiPIYnyMemSazAyiVM2w== Date: Sat, 15 Jun 2024 22:11:44 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240615201144.GB4991@pb2> References: <20240615031517.148911-1-owatanab@es.takushoku-u.ac.jp> MIME-Version: 1.0 In-Reply-To: <20240615031517.148911-1-owatanab@es.takushoku-u.ac.jp> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/2] avcodec/jpeg2000dec: Add support for placeholder passes, CAP, and CPF markers 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="===============1222180580020802609==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1222180580020802609== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="oLBj+sq0vYjzfsbl" Content-Disposition: inline --oLBj+sq0vYjzfsbl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 15, 2024 at 12:15:16PM +0900, Osamu Watanabe wrote: > Signed-off-by: Osamu Watanabe > --- > libavcodec/jpeg2000.h | 10 + > libavcodec/jpeg2000dec.c | 454 ++++++++++++++++++++++++++++++------- > libavcodec/jpeg2000dec.h | 7 + > libavcodec/jpeg2000htdec.c | 225 ++++++++++-------- > libavcodec/jpeg2000htdec.h | 2 +- > 5 files changed, 518 insertions(+), 180 deletions(-) this breaks decoding of tickets/4631/199.jp2 https://trac.ffmpeg.org/attachment/ticket/4631/199.jp2 and others thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you drop bombs on a foreign country and kill a hundred thousand innocent people, expect your government to call the consequence "unprovoked inhuman terrorist attacks" and use it to justify dropping more bombs and killing more people. The technology changed, the idea is old. --oLBj+sq0vYjzfsbl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZm31fQAKCRBhHseHBAsP q/SoAJwJedLg5l+IAb9Znuu5cYr35CtREACdEIKutVRaclAcAPer41WkQkfAcG4= =//3z -----END PGP SIGNATURE----- --oLBj+sq0vYjzfsbl-- --===============1222180580020802609== 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". --===============1222180580020802609==--