From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <ffmpeg-devel-bounces@ffmpeg.org> Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id A48004C6CF for <ffmpegdev@gitmailbox.com>; Tue, 8 Apr 2025 22:51:52 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D3E5A68A41C; Wed, 9 Apr 2025 01:51:48 +0300 (EEST) Received: from iq.passwd.hu (iq.passwd.hu [217.27.212.140]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CD818687DE5 for <ffmpeg-devel@ffmpeg.org>; Wed, 9 Apr 2025 01:51:41 +0300 (EEST) Received: from localhost (localhost [127.0.0.1]) by iq.passwd.hu (Postfix) with ESMTP id 94B7FECE94 for <ffmpeg-devel@ffmpeg.org>; Wed, 9 Apr 2025 00:53:20 +0200 (CEST) X-Virus-Scanned: amavisd-new at passwd.hu Received: from iq.passwd.hu ([127.0.0.1]) by localhost (iq.passwd.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qqs1nRhSpg6z for <ffmpeg-devel@ffmpeg.org>; Wed, 9 Apr 2025 00:53:18 +0200 (CEST) Received: from iq (iq [217.27.212.140]) by iq.passwd.hu (Postfix) with ESMTPS id 276ADECE8B for <ffmpeg-devel@ffmpeg.org>; Wed, 9 Apr 2025 00:53:18 +0200 (CEST) Date: Wed, 9 Apr 2025 00:53:18 +0200 (CEST) From: Marton Balint <cus@passwd.hu> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> In-Reply-To: <Z_OXaaYDLDGDLkvo@phare.normalesup.org> Message-ID: <df7389db-4a04-bdf2-9fcc-b5440e9e026b@passwd.hu> References: <DM8P223MB0365066DF0B56E60A0E2C4E9BAAF2@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM> <c45a5869-e39e-bc20-0559-079f0b93ca37@passwd.hu> <DM8P223MB03657732DC376984DF4ED8DBBAAF2@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM> <558752ee-492d-0f3a-6201-329741334f30@passwd.hu> <Z_OXaaYDLDGDLkvo@phare.normalesup.org> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] SW's Patchsets Overview X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches <ffmpeg-devel.ffmpeg.org> List-Unsubscribe: <https://ffmpeg.org/mailman/options/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=unsubscribe> List-Archive: <https://ffmpeg.org/pipermail/ffmpeg-devel> List-Post: <mailto:ffmpeg-devel@ffmpeg.org> List-Help: <mailto:ffmpeg-devel-request@ffmpeg.org?subject=help> List-Subscribe: <https://ffmpeg.org/mailman/listinfo/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=subscribe> Reply-To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org> Archived-At: <https://master.gitmailbox.com/ffmpegdev/df7389db-4a04-bdf2-9fcc-b5440e9e026b@passwd.hu/> List-Archive: <https://master.gitmailbox.com/ffmpegdev/> List-Post: <mailto:ffmpegdev@gitmailbox.com> On Mon, 7 Apr 2025, Nicolas George wrote: > Marton Balint (HE12025-04-06): >> I think a log flag to completely hide the addresses makes sense, and can be >> implemented cleanly and reliably in avutil/log. I can totally support that. > > I do not. The more I think on it, the more I consider this whole > endeavour is completely misguided. > > One of our guiding principles is that the console output of our > command-line tools should be, by default, usable by experienced users. > This is why we reject proposals to hide the banner by default, and this > is why we should not do this either. Not showing pointer addresses also has benefits, such as easier diffability of output, or better human readability. It depends on actual use case which is "useful", so a logging flag completely makes sense to me to show or hide it, depending on what the user wants. As for the question of the default behaviour, I don't have a strong opinion, both can make sense, maybe I would keep the existing behaviour for the library, but change the default for the cli tools to no-pointer output. Regards, Marton _______________________________________________ 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".