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 3727045ECE for ; Fri, 16 Jun 2023 20:58:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CCE3F68C112; Fri, 16 Jun 2023 23:58:29 +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 6B5C268BE21 for ; Fri, 16 Jun 2023 23:58:23 +0300 (EEST) X-GND-Sasl: michael@niedermayer.cc Received: by mail.gandi.net (Postfix) with ESMTPSA id 91B92C0003 for ; Fri, 16 Jun 2023 20:58:22 +0000 (UTC) Date: Fri, 16 Jun 2023 22:58:21 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230616205821.GL1391451@pb2> References: <20230614164908.28712-1-anton@khirnov.net> <20230614164908.28712-16-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20230614164908.28712-16-anton@khirnov.net> X-Spam-Flag: yes X-Spam-Level: ************ X-GND-Spam-Score: 180 X-GND-Status: SPAM Subject: Re: [FFmpeg-devel] [PATCH 16/21] fftools/ffmpeg_dec: move decoding to a separate thread 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="===============2175683174385695931==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2175683174385695931== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="WwFqkdeqpy1VyBLu" Content-Disposition: inline --WwFqkdeqpy1VyBLu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 14, 2023 at 06:49:03PM +0200, Anton Khirnov wrote: > This is only a preparatory step to a fully threaded architecture and > does not yet make decoding truly parallel - the main thread will > currently submit a packet and wait until it has been fully processed by > the decoding thread before moving on. Decoded behavior as observed by > the rest of the program should remain unchanged. That will change in > future commits after encoders and filters are moved to threads and a > thread-aware scheduler is added. > --- > fftools/ffmpeg.c | 63 +++++--- > fftools/ffmpeg.h | 11 ++ > fftools/ffmpeg_dec.c | 365 ++++++++++++++++++++++++++++++++++++++----- > fftools/ffmpeg_mux.c | 5 - > 4 files changed, 382 insertions(+), 62 deletions(-) This seems to break (infinite loop) ffmpeg -i videos/bink/thps4/ACDC.smo -bitexact -t 1 -y ACDC.smo.avi file seems there: on samples server: game-formats/bink/thps4/ACDC.smo thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Elect your leaders based on what they did after the last election, not based on what they say before an election. --WwFqkdeqpy1VyBLu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZIzM6AAKCRBhHseHBAsP q6G9AJ4xMT0VZmubmyhHL74odhCxCK/6ygCfeNzHnfbtnfme6YcIEhAvwr9XPPA= =bPLh -----END PGP SIGNATURE----- --WwFqkdeqpy1VyBLu-- --===============2175683174385695931== 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". --===============2175683174385695931==--