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 BFD1D45F97 for ; Thu, 22 Jun 2023 13:43:38 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C0D7C68C15A; Thu, 22 Jun 2023 16:43:35 +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 D8F1C68BFAD for ; Thu, 22 Jun 2023 16:43:29 +0300 (EEST) X-GND-Sasl: michael@niedermayer.cc Received: by mail.gandi.net (Postfix) with ESMTPSA id 0F832C0011 for ; Thu, 22 Jun 2023 13:43:28 +0000 (UTC) Date: Thu, 22 Jun 2023 15:43:28 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230622134328.GA3250409@pb2> References: <20230618222805.4054410-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20230618222805.4054410-1-michael@niedermayer.cc> X-Spam-Flag: yes X-Spam-Level: ************ X-GND-Spam-Score: 180 X-GND-Status: SPAM Subject: Re: [FFmpeg-devel] [PATCH v2] avformat: add Software Defined Radio 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="===============7879829635878086318==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7879829635878086318== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 19, 2023 at 12:28:05AM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > configure | 4 + > doc/demuxers.texi | 71 ++ > libavformat/Makefile | 2 + > libavformat/allformats.c | 2 + > libavformat/sdrdemux.c | 1739 ++++++++++++++++++++++++++++++++++++++ > 5 files changed, 1818 insertions(+) > create mode 100644 libavformat/sdrdemux.c Ill post a v3 later today or tomorrow that makes this work with the RTL-SDR= Blog V3 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If a bugfix only changes things apparently unrelated to the bug with no further explanation, that is a good sign that the bugfix is wrong. --TB36FDmn/VVEgNH/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZJRP9wAKCRBhHseHBAsP q4JZAJ9mafunIwpgMYdQ+2oWy+hCBkKx2ACfVAK4no2gQAhmCwFTn6gsZM5wKx0= =CEes -----END PGP SIGNATURE----- --TB36FDmn/VVEgNH/-- --===============7879829635878086318== 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". --===============7879829635878086318==--