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 1818741252 for ; Sun, 11 Dec 2022 16:29:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EB3E068B3EA; Sun, 11 Dec 2022 18:29:29 +0200 (EET) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 95B4F68B9C1 for ; Sun, 11 Dec 2022 18:29:23 +0200 (EET) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 949B91C0003 for ; Sun, 11 Dec 2022 16:29:22 +0000 (UTC) Date: Sun, 11 Dec 2022 17:29:21 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20221211162921.GI3806951@pb2> References: <20221207222211.GC3806951@pb2> <20221209133704.693-1-timo@rothenpieler.org> <20221209234636.GH3806951@pb2> <24a69a0f-7e41-d46f-d825-b969ff9e9296@rothenpieler.org> MIME-Version: 1.0 In-Reply-To: <24a69a0f-7e41-d46f-d825-b969ff9e9296@rothenpieler.org> Subject: Re: [FFmpeg-devel] [PATCH v4] lavc: convert frame threading to the receive_frame() pattern 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="===============1591613147693895862==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1591613147693895862== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="crFW2+mWrWMXeHsA" Content-Disposition: inline --crFW2+mWrWMXeHsA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 10, 2022 at 09:10:18PM +0100, Timo Rothenpieler wrote: > On 10.12.2022 00:46, Michael Niedermayer wrote: > > On Fri, Dec 09, 2022 at 02:37:04PM +0100, Timo Rothenpieler wrote: > > > From: Anton Khirnov > > >=20 > > > Reorganize the code such that the frame threading code does not call = the > > > decoders directly, but instead calls back into the generic decoding > > > code. This avoids duplicating the logic that wraps the decoder > > > invocation and will be useful in the following commits. > > > --- > > > libavcodec/decode.c | 58 +++++---- > > > libavcodec/decode.h | 7 + > > > libavcodec/internal.h | 7 + > > > libavcodec/pthread_frame.c | 256 ++++++++++++++++++++++++----------= --- > > > libavcodec/thread.h | 18 +-- > > > 5 files changed, 223 insertions(+), 123 deletions(-) > >=20 > > this patch changes the output with this: > >=20 > > ./ffmpeg -ss 1 -i Enigma_Principles_of_Lust.flv -t 1 -bitexact -f frame= crc >=20 > Yeah, I'd like to have that file. : message size 16466626 exceeds size limit 10240000 = of server mail.btbn.de[136.243.74.85] [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB He who knows, does not speak. He who speaks, does not know. -- Lao Tsu --crFW2+mWrWMXeHsA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCY5YFWgAKCRBhHseHBAsP qzWmAJ9D87R3/9rZGYT+PbiCdUFFXG59lgCglqmgQpcxrlEvaUz2S3YMFQCQbpY= =H65c -----END PGP SIGNATURE----- --crFW2+mWrWMXeHsA-- --===============1591613147693895862== 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". --===============1591613147693895862==--