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 A817E46F54 for ; Sun, 23 Jul 2023 15:23:15 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 94D5868C6A3; Sun, 23 Jul 2023 18:23:12 +0300 (EEST) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 48ADA68C536 for ; Sun, 23 Jul 2023 18:23:06 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 275C7C0004 for ; Sun, 23 Jul 2023 15:23:04 +0000 (UTC) Date: Sun, 23 Jul 2023 17:23:04 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230723152304.GJ7802@pb2> References: <20230722192957.703-1-michael@niedermayer.cc> <20230722192957.703-5-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 5/6] fftools: avradio support 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="===============8368546117197444619==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8368546117197444619== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="YZVh52eu0Ophig4D" Content-Disposition: inline --YZVh52eu0Ophig4D Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 22, 2023 at 11:39:11PM +0200, Lynne wrote: > Jul 22, 2023, 21:30 by michael@niedermayer.cc: >=20 > > This avoids keeping diffs to fftools in the libavradio repository > > --- > > fftools/ffmpeg.c | 7 +++++ > > fftools/ffplay.c | 6 ++++ > > fftools/ffprobe.c | 6 ++++ > > fftools/opt_common.c | 66 ++++++++++++++++++++++++++++++++++++++++---- > > fftools/opt_common.h | 27 ++++++++++++++++++ > > 5 files changed, 107 insertions(+), 5 deletions(-) > > >=20 > Do you think we should keep this out of the 6.1 branch? > I don't expect packagers to start packaging libavradio immediately, > so I don't feel that strongly about it, but maybe we should let > users test it first in git master for a bit? there are unfortunately a few issues the fuzzers found in ffmpeg, which i need to fix and these need to go in 6.1 so the small bits of code should have plenty of time to be tested. about packagers and libavradio. The (more vocal members of the) community wanted sdr in a seperate library and not libavdevice, its likely that distributions will eventually package it, wherever it is. To me it really doesnt matter if its in libavradio or libavdevice. whatever people prefer PS: The most efficient way to make the code be structured the way people like it is to work together on it and contribute. Iam mentioning this becau= se IRC gives off some hostile vibes ATM, and this reminds me of the distant pa= st Working together -> makes everyone happy. Fighting other peoples work -> results in fragmenting the community thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Many things microsoft did are stupid, but not doing something just because microsoft did it is even more stupid. If everything ms did were stupid they would be bankrupt already. --YZVh52eu0Ophig4D Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZL1F0wAKCRBhHseHBAsP qxG2AJ9c/ceM1elptTfSHcy4f1JA5UuRQwCdE2IDzDknmk0qDqQXCe5FkMR07n0= =SBR1 -----END PGP SIGNATURE----- --YZVh52eu0Ophig4D-- --===============8368546117197444619== 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". --===============8368546117197444619==--