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 EF9EA45F34 for ; Wed, 19 Apr 2023 18:33:57 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 073F968BD26; Wed, 19 Apr 2023 21:33:55 +0300 (EEST) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3952068B36D for ; Wed, 19 Apr 2023 21:33:48 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 0E196E0004 for ; Wed, 19 Apr 2023 18:33:46 +0000 (UTC) Date: Wed, 19 Apr 2023 20:33:44 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230419183344.GP275832@pb2> References: <20230413124506.14319-1-leo.izen@gmail.com> <20230419183013.GO275832@pb2> MIME-Version: 1.0 In-Reply-To: <20230419183013.GO275832@pb2> Subject: Re: [FFmpeg-devel] [PATCH] avcodec/mjpegdec: fix regression with baseline RGB JPEGs 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="===============4622052508933775308==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4622052508933775308== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="aMDdG8xNveJz2ruI" Content-Disposition: inline --aMDdG8xNveJz2ruI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 19, 2023 at 08:30:13PM +0200, Michael Niedermayer wrote: > On Thu, Apr 13, 2023 at 08:45:06AM -0400, Leo Izen wrote: > > Commit b18a9c29713abc3a1b081de3f320ab53a47120c6 introduced a regression > > that broke some baseline RGB jpegs. (See Trac issue #4045). This fixes > > that. > >=20 > > Signed-off-by: Leo Izen > > --- > > libavcodec/mjpegdec.c | 5 ++++- > > 1 file changed, 4 insertions(+), 1 deletion(-) >=20 > Breaks: > ./ffplay tickets/1651/prog_rgb_2.jpg also this: tickets/850/sequential_RGB_24bpp.jpg [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Awnsering whenever a program halts or runs forever is On a turing machine, in general impossible (turings halting problem). On any real computer, always possible as a real computer has a finite number of states N, and will either halt in less than N cycles or never halt. --aMDdG8xNveJz2ruI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZEA0CAAKCRBhHseHBAsP qxUHAJ4sYeyJmJWsLWUAwnB0mmwKPuQ+egCeJ3ZqDdp9PWvflKYax9M53bwJYxo= =l+61 -----END PGP SIGNATURE----- --aMDdG8xNveJz2ruI-- --===============4622052508933775308== 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". --===============4622052508933775308==--