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 ESMTPS id A6E8D4D08C for ; Sun, 16 Feb 2025 13:02:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4588B68BB7E; Sun, 16 Feb 2025 15:02:54 +0200 (EET) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6BA8B68B6BE for ; Sun, 16 Feb 2025 15:02:48 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 8AB4644225 for ; Sun, 16 Feb 2025 13:02:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1739710967; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tpeOiMt4K0RBMP843A3XCqtB8KaPAYvnSYwKM4CwNhs=; b=acqT+i/gqwGIGgs5Ikc8T7PxBN97Yb5D1DrDwr0Doq5QQyIoTwJEnuY2osMfOYjlL8NXnJ yY5hzdR75BROBz2qcEwWmg9GQL7mj5MCLv12EZAiXU5rxC9oa6iYCkOe9mFnm+tBsOacu7 LFf5rPokYHhePKSeGEFd20JWitU7V+EOZa1OpsvlT5nr6gLgs9+f4i74rDx9czY7u1vEGs dCFBidJ/1r+3Fj6xBG9v4JsvZEMOrzqBMUw4ro9VGf1wlnCAzwsN/odeDRzWKRriZt2wHB Wbb5PFe0MtvxPLxQApPbaTMNSQVob0EHsMYjf+FDxQVT5SB5xd0v4IDbCJbwPA== Date: Sun, 16 Feb 2025 14:02:46 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250216130246.GB4991@pb2> References: <6aee2f15-af65-4773-9f28-caafd55a04d0@noa-archive.com> MIME-Version: 1.0 In-Reply-To: <6aee2f15-af65-4773-9f28-caafd55a04d0@noa-archive.com> X-GND-State: clean X-GND-Score: -70 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdehheehfecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnegfrhhlucfvnfffucdlfedtmdenucfjughrpeffhffvuffkfhggtggujgesghdtreertddtvdenucfhrhhomhepofhitghhrggvlhcupfhivgguvghrmhgrhigvrhcuoehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgeqnecuggftrfgrthhtvghrnhepieegkedtjeduffejhfetgeejtdegteetgfegtdfhjefgvefhteegkeejtddvhfevnecukfhppeeguddrieeirdeijedruddufeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeguddrieeirdeijedruddufedphhgvlhhopehlohgtrghlhhhoshhtpdhmrghilhhfrhhomhepmhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtpdhnsggprhgtphhtthhopedupdhrtghpthhtohepfhhfmhhpvghgqdguvghvvghlsehffhhmphgvghdrohhrgh X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v6 0/3] Add option to log timing 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="===============9203154948116937263==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============9203154948116937263== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="gup2IrbCkbfhe6xi" Content-Disposition: inline --gup2IrbCkbfhe6xi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 07, 2025 at 04:57:55PM +0100, Tobias Rapp wrote: > On 07/02/2025 15:34, ffmpegagent wrote: >=20 > > This commit adds two logging flags: 'time' and 'datetime'. > >=20 > > Usage: > >=20 > > ffmpeg -loglevel +time > >=20 > > or > >=20 > > ffmpeg -loglevel +datetime > >=20 > > Update V1 > >=20 > > * Fix merge conflicts > >=20 > > Update V2 > >=20 > > * Rebased > >=20 > > Update V3 > >=20 > > * Fix print timing on exit (as reported by Michael Niedermayer) > >=20 > > Update V4 > >=20 > > * Rename variable > > * Rename flags to time and datetime (as suggested by Marth64) > >=20 > > Update V5 > >=20 > > * Fix commit message (as noted by epirat07) > >=20 > > Update V6 > >=20 > > * Handle empty quiet messages in log.c rather than clearing log flags= in > > ffmpeg.c (as suggested by Tobias Rapp) > >=20 > > softworkz (3): > > avutil/log: support logging of date and time information > > fftools/opt_common: add time and datetime log flags > > doc/fftools-common-opts: document log timing flags > >=20 > > doc/APIchanges | 3 +++ > > doc/fftools-common-opts.texi | 4 ++++ > > fftools/opt_common.c | 12 ++++++++++++ > > libavutil/log.c | 32 +++++++++++++++++++++++++++++--- > > libavutil/log.h | 10 ++++++++++ > > libavutil/version.h | 2 +- > > 6 files changed, 59 insertions(+), 4 deletions(-) > >=20 > > [...] >=20 > Looks fine from my side regarding the handling of AV_LOG_QUIET. will apply patchset thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Awnsering whenever a program halts or runs forever is On a turing machine, in general impossible (turings halting problem). On any real computer, always possible as a real computer has a finite number of states N, and will either halt in less than N cycles or never halt. --gup2IrbCkbfhe6xi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ7Hh8gAKCRBhHseHBAsP q98zAKCNUpWwLbT0ef8iwCSfmSBIfq7QtQCgjH4z2WENwzdLki5E3uonK7zPrtY= =y1xK -----END PGP SIGNATURE----- --gup2IrbCkbfhe6xi-- --===============9203154948116937263== 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". --===============9203154948116937263==--