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 A155845EE7 for ; Wed, 17 May 2023 20:15:50 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 35A7368C11B; Wed, 17 May 2023 23:15:47 +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 DF34A68BFAC for ; Wed, 17 May 2023 23:15:40 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id DE265E0008 for ; Wed, 17 May 2023 20:15:39 +0000 (UTC) Date: Wed, 17 May 2023 22:15:37 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230517201537.GZ1391451@pb2> References: <20230517102029.541-1-anton@khirnov.net> <20230517102029.541-30-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20230517102029.541-30-anton@khirnov.net> Subject: Re: [FFmpeg-devel] [PATCH 30/36] fftools/ffmpeg_dec: deobfuscate subtitle decoding 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="===============1949493508993693390==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1949493508993693390== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Y12AmFNGfZMSzyZL" Content-Disposition: inline --Y12AmFNGfZMSzyZL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 17, 2023 at 12:20:23PM +0200, Anton Khirnov wrote: > It is currently handled in the same loop as audio and video, but this > obscures the actual flow, because only one iteration is ever performed > for subtitles. >=20 > Also, avoid a pointless packet reference. > --- > fftools/ffmpeg_dec.c | 34 ++++++++++++++++++---------------- > 1 file changed, 18 insertions(+), 16 deletions(-) The following results in a really large file now: (i stoped it so maybe inf= inite loop) =2E/ffmpeg -f lavfi -i "movie=3Dtickets/1332/Starship_Troopers.vob[out0+sub= cc]" -vn -map s -y eia608.srt [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The bravest are surely those who have the clearest vision of what is before them, glory and danger alike, and yet notwithstanding go out to meet it. -- Thucydides --Y12AmFNGfZMSzyZL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZGU16QAKCRBhHseHBAsP qxS0AKCK+fw7MkqNa5n1FFXkW6KSJBto5ACgiZSuqmEdeT5vBcCJaJJHBjxF5XQ= =qwzp -----END PGP SIGNATURE----- --Y12AmFNGfZMSzyZL-- --===============1949493508993693390== 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". --===============1949493508993693390==--