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 738144678B for ; Sat, 17 Jun 2023 18:44:05 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 547FF68BE41; Sat, 17 Jun 2023 21:44:03 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 63E3468BE41 for ; Sat, 17 Jun 2023 21:43:56 +0300 (EEST) X-GND-Sasl: michael@niedermayer.cc Received: by mail.gandi.net (Postfix) with ESMTPSA id C0599240002 for ; Sat, 17 Jun 2023 18:43:55 +0000 (UTC) Date: Sat, 17 Jun 2023 20:43:55 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230617184355.GQ1391451@pb2> References: <20230616222048.6562-1-michael@niedermayer.cc> <20230616222048.6562-6-michael@niedermayer.cc> <20230617084627.GM1391451@pb2> <20230617124842.GN1391451@pb2> <20230617183723.GP1391451@pb2> MIME-Version: 1.0 In-Reply-To: <20230617183723.GP1391451@pb2> X-Spam-Flag: yes X-Spam-Level: ************ X-GND-Spam-Score: 180 X-GND-Status: SPAM Subject: Re: [FFmpeg-devel] [PATCH 5/5] avformat: add sdr 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="===============3367298378944121881==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3367298378944121881== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="+6+nzmNOnMqIo0Kx" Content-Disposition: inline --+6+nzmNOnMqIo0Kx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 17, 2023 at 08:37:23PM +0200, Michael Niedermayer wrote: > On Sat, Jun 17, 2023 at 08:08:11PM +0200, Paul B Mahol wrote: > [...] >=20 > > Which library handles compressed stuff? >=20 > For digital stuff like DAB/DVB/... >=20 > sdrdemux in libavformat will demodulate, do error correction then return = AVPacket > with H.264 / Mpeg2 video or AAC or wahetever > That then will get passed to libavcodec, same as with any other demuxer. >=20 > This code is not written yet. There is just analog AM demodulation. I pos= ted > this patch as soon as the first usecase worked also if anyone wants to look at the am demodulation code its in demodulate_am() similar is needed for FM, DVB, DAB, and also equivalent to probe_am() thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB He who knows, does not speak. He who speaks, does not know. -- Lao Tsu --+6+nzmNOnMqIo0Kx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZI3+6wAKCRBhHseHBAsP qwTkAJ97e/Gb6h1itXF1D249TKE5ABtYmgCfYCfpFZ1op7F68DLm5w5eoHNRWLQ= =3AEc -----END PGP SIGNATURE----- --+6+nzmNOnMqIo0Kx-- --===============3367298378944121881== 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". --===============3367298378944121881==--