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 C5AD646B05 for ; Mon, 3 Jul 2023 05:48:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5A92868C4F5; Mon, 3 Jul 2023 08:48:01 +0300 (EEST) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 490A468C364 for ; Mon, 3 Jul 2023 08:47:55 +0300 (EEST) X-GND-Sasl: michael@niedermayer.cc Received: by mail.gandi.net (Postfix) with ESMTPSA id 7EFE360005 for ; Mon, 3 Jul 2023 05:47:54 +0000 (UTC) Date: Mon, 3 Jul 2023 07:47:53 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230703054753.GO1093384@pb2> MIME-Version: 1.0 Subject: [FFmpeg-devel] [SDR][RFC] libavradio branch changes 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="===============5317531829607732173==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5317531829607732173== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7gLe/sNPhR777EPF" Content-Disposition: inline --7gLe/sNPhR777EPF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi the new libavradio in its new repository needs some changes the problem is that maintaining it in a separate repository AND seperate directory is n= ot so simple But let me show this in numbers, this is the stats of the changes related t= o the build system that would need to be maintained: commit e262fd4b85a1a3ddf34c365bb88e54cdc6be53eb Author: Michael Niedermayer Date: Sun Jul 2 14:08:42 2023 +0200 Move sdr to new libavradio Signed-off-by: Michael Niedermayer Makefile | 5 +-- configure | 36 ++++++++++++++++++= ++-- fftools/ffmpeg.c | 5 +++ fftools/ffplay.c | 4 +++ fftools/ffprobe.c | 4 +++ fftools/opt_common.c | 62 ++++++++++++++++++= ++++++++++++++++--- fftools/opt_common.h | 27 ++++++++++++++++ libavdevice/Makefile | 1 - libavdevice/alldevices.c | 1 - libavdevice/utils.c | 2 +- libavformat/allformats.c | 32 ++++++++++++++----- libavformat/internal.h | 1 + libavradio/Makefile | 14 +++++++++ libavradio/allradios.c | 65 ++++++++++++++++++= +++++++++++++++++++++ libavradio/avradio.c | 32 +++++++++++++++++++ libavradio/avradio.h | 121 ++++++++++++++++++= ++++++++++++++++++++++++++++++++++++++++++++++++++++++ libavradio/internal.h | 28 +++++++++++++++++ libavdevice/sdrindev.c =3D> libavradio/sdrinradio.c | 2 +- {libavdevice =3D> libavradio}/utils.c | 4 +-- libavradio/version.c | 45 ++++++++++++++++++= +++++++++ libavradio/version.h | 45 ++++++++++++++++++= +++++++++ libavradio/version_major.h | 36 ++++++++++++++++++= ++++ libavutil/log.h | 1 + tools/uncoded_frame.c | 4 +++ 24 files changed, 554 insertions(+), 23 deletions(-) I do not know if changes to the build system can be marged in git master or if people agree to that at all. But if this needs to be maintained in its current form, it will cause bugs and alot of extra work over time the alternative would be to undo the libavradio thing and rather maintain sdr as input device and demuxer in the libavradio repository Of course having the sdr input device and file demuxer in git master would be the least amount of work thx --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is a danger to trust the dream we wish for rather than the science we have, -- Dr. Kenneth Brown --7gLe/sNPhR777EPF Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZKJhBQAKCRBhHseHBAsP qx4CAKCKOQ22UcdjDDteZHOsqhY4ssttfQCgk+ERZ04pA2hOoCcgm8dAfHm6Yyo= =OA2+ -----END PGP SIGNATURE----- --7gLe/sNPhR777EPF-- --===============5317531829607732173== 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". --===============5317531829607732173==--