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 8853E4744D for ; Thu, 7 Sep 2023 21:17:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9E6B668C7E3; Fri, 8 Sep 2023 00:17:46 +0300 (EEST) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 110D668C77A for ; Fri, 8 Sep 2023 00:17:40 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id DEB91C0003 for ; Thu, 7 Sep 2023 21:17:38 +0000 (UTC) Date: Thu, 7 Sep 2023 23:17:37 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230907211737.GQ8640@pb2> References: MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] avcodec/mjpegdec: add frame threading for mjpeg decoder 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="===============2788278364135104267==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2788278364135104267== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="dUqh8vgUBVXHzm9w" Content-Disposition: inline --dUqh8vgUBVXHzm9w Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 07, 2023 at 06:44:40PM +0200, Paul B Mahol wrote: > Attached. > mjpegdec.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > f65de11bf58ea36b071c3501d4fa700d242edf21 0001-avcodec-mjpegdec-add-frame= -threading-for-mjpeg-decod.patch > From 2cff86b07b56d2923f60923e7dd21a546c2cc6fa Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Thu, 7 Sep 2023 18:42:03 +0200 > Subject: [PATCH] avcodec/mjpegdec: add frame threading for mjpeg decoder >=20 > Signed-off-by: Paul B Mahol > --- > libavcodec/mjpegdec.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) =2E/ffmpeg -v -1 -i tickets/1915/m_noint.avi -f framecrc -an -t 1 - Here the timestamps change and the files output does not look healthy (looks as if one field is behind) @@ -645,18 +645,22 @@ #codec_id 0: rawvideo #dimensions 0: 640x480 #sar 0: 0/1 -0, 0, 0, 1, 614400, 0x51734de4 -0, 2, 2, 1, 614400, 0x9dfe6e90 -0, 4, 4, 1, 614400, 0x16d1f0d5 -0, 6, 6, 1, 614400, 0x67cbb0f0 -0, 8, 8, 1, 614400, 0x40f5223e -0, 10, 10, 1, 614400, 0xef9a9ba8 -0, 12, 12, 1, 614400, 0x415cb69a -0, 14, 14, 1, 614400, 0xbebf1993 -0, 16, 16, 1, 614400, 0xe4495f0f -0, 18, 18, 1, 614400, 0x05a06480 -0, 20, 20, 1, 614400, 0x323bb5eb -0, 22, 22, 1, 614400, 0x941b44ff +0, 0, 0, 1, 614400, 0xb7f88313 +0, 1, 1, 1, 614400, 0xeda529e0 +0, 2, 2, 1, 614400, 0x29d53819 +0, 3, 3, 1, 614400, 0x95619af7 +0, 4, 4, 1, 614400, 0xfadb0437 +0, 5, 5, 1, 614400, 0xb2efa298 +0, 6, 6, 1, 614400, 0x8f4312c6 +0, 7, 7, 1, 614400, 0x8968e329 +0, 8, 8, 1, 614400, 0x545954c5 +0, 9, 9, 1, 614400, 0x144cd0b3 +0, 10, 10, 1, 614400, 0x5cd10fe0 +0, 11, 11, 1, 614400, 0x81b8473c +0, 12, 12, 1, 614400, 0x58808c89 +0, 13, 13, 1, 614400, 0x21371f9f +0, 14, 14, 1, 614400, 0x7533cd2a +0, 15, 15, 1, 614400, 0xc2e8ec09 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I have often repented speaking, but never of holding my tongue. -- Xenocrates --dUqh8vgUBVXHzm9w Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZPo97gAKCRBhHseHBAsP q7jbAJ9RXwl1YmPzx4ftTXLkBwXTcR16gQCeIksQ+7CHjmVcZIm1RVrk+GQG/HA= =+P+/ -----END PGP SIGNATURE----- --dUqh8vgUBVXHzm9w-- --===============2788278364135104267== 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". --===============2788278364135104267==--