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 7E9D34712D for ; Thu, 27 Jul 2023 20:07:38 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2AB2E68CA56; Thu, 27 Jul 2023 23:07:35 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7AE6B68C97E for ; Thu, 27 Jul 2023 23:07:28 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id D598720002 for ; Thu, 27 Jul 2023 20:07:27 +0000 (UTC) Date: Thu, 27 Jul 2023 22:07:27 +0200 From: Michael Niedermayer To: ffmpeg-devel@ffmpeg.org Message-ID: <20230727200727.GA795772@pb2> References: <20230720185716.BB695410ADD@natalya.videolan.org> MIME-Version: 1.0 In-Reply-To: <20230720185716.BB695410ADD@natalya.videolan.org> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] fftools/cmdutils: add error handling to GROW_ARRAY() 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="===============3774922071118288796==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3774922071118288796== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 20, 2023 at 06:57:15PM +0000, Anton Khirnov wrote: > ffmpeg | branch: master | Anton Khirnov | Fri Jul 14 = 12:28:18 2023 +0200| [2e6afa799ef693b94f993f54ed41a84f6d9f1685] | committer= : Anton Khirnov >=20 > fftools/cmdutils: add error handling to GROW_ARRAY() >=20 > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=3Dcommit;h=3D2e6afa799= ef693b94f993f54ed41a84f6d9f1685 > --- >=20 > fftools/cmdutils.c | 44 ++++++++++++++++++++++++++++++++++-------= --- > fftools/cmdutils.h | 6 +----- > fftools/ffmpeg_demux.c | 10 ++++++++-- > fftools/ffmpeg_mux_init.c | 15 ++++++++++++--- > fftools/ffmpeg_opt.c | 24 +++++++++++++++++++----- > fftools/ffplay.c | 5 ++++- > 6 files changed, 78 insertions(+), 26 deletions(-) this feels wrong: Reading option '-nostats' ... matched as option 'stats' (print progress re= port during encoding) with argument 0. Reading option '-y' ... matched as option 'y' (overwrite output files) wit= h argument '1'. Reading option '-report' ... matched as option 'report' (generate a report= ) with argument '1'. -Reading option '-i' ... matched as input url with argument 'videos/mm-shor= t.mpg'. +Reading option '-i' ... matched as output url with argument 'videos/mm-sho= rt.mpg'. Reading option '-bitexact' ... matched as option 'bitexact' (bitexact mode= ) with argument '1'. Reading option '-t' ... matched as option 't' (record or transcode "durati= on" seconds of audio/video) with argument '1'. Reading option 'doom_tmp/report/file.avi' ... matched as output url. FFREPORT=3Dfile=3D/tmp/report ./ffmpeg -v repeat+verbose -nostats -y -repor= t -i ~/videos/mm-short.mpg -bitexact -t 1 /tmp/file.avi [...] --=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 --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZMLOewAKCRBhHseHBAsP q/TIAJ0Z7zwrxBv1RGbASjryppy7PNcaSQCZASpkJN94wuuKwKqNxC7zE/tgB9Y= =2ARF -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- --===============3774922071118288796== 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". --===============3774922071118288796==--