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 2179046DAA for ; Tue, 11 Jul 2023 21:09:12 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2391D68C5DB; Wed, 12 Jul 2023 00:09:10 +0300 (EEST) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9BEA968C38E for ; Wed, 12 Jul 2023 00:09:03 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id D197B40005 for ; Tue, 11 Jul 2023 21:09:02 +0000 (UTC) Date: Tue, 11 Jul 2023 23:09:01 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230711210901.GH1093384@pb2> References: <20230628212504.2522567-1-michael@niedermayer.cc> <20230630140838.GA1093384@pb2> <1ea6a4a3-ed1a-4c8c-8a99-82b670f6868f@betaapp.fastmail.com> <20230702110049.GK1093384@pb2> <20230702211455.GM1093384@pb2> <20230702224636.GN1093384@pb2> MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v6 0/1] 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="===============5005388758204561668==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5005388758204561668== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="x7gJcYyRf5ZnuMVj" Content-Disposition: inline --x7gJcYyRf5ZnuMVj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 10, 2023 at 08:57:36AM +0200, Lynne wrote: > Jul 3, 2023, 00:46 by michael@niedermayer.cc: >=20 > > On Mon, Jul 03, 2023 at 12:03:10AM +0200, Lynne wrote: > > > >> Jul 2, 2023, 23:15 by michael@niedermayer.cc: > >> > >> > On Sun, Jul 02, 2023 at 08:55:40PM +0200, Lynne wrote: > >> > > >> >> Jul 2, 2023, 13:01 by michael@niedermayer.cc: > >> >> > >> >> > On Fri, Jun 30, 2023 at 04:38:46PM +0200, Jean-Baptiste Kempf wro= te: > >> >> > > >> >> >> On Fri, 30 Jun 2023, at 16:08, Michael Niedermayer wrote: > >> >> >> > Also as said previously, If there is at least a 2nd developer = working > >> >> >> > on this then we could & should move this to a seperate librara= y (libavradio) > >> >> >> > >> >> >> Why wait for a 2nd dev? > >> >> >> > >> >> > > >> >> > as libavradio so far has been the only actionable suggestion. > >> >> > ill move the code to that and next revission or the one after that > >> >> > will be in libavradio. > >> >> > > >> >> > thx > >> >> > > >> >> > >> >> Could you move it to another repository which other developers > >> >> have access to, like nv-codec-headers? It'll still be an official l= ibrary > >> >> of the project, and patches for it should still be sent to this ML, > >> >> but it would keep the main repo from becoming a monorepo. > >> >> > >> > > >> > Yes > >> > https://git.ffmpeg.org/libavradio > >> > gil@git.ffmpeg.org:libavradio > >> > > >> > everyone should have acess, but keys a syced from videolan a while a= go, so > >> > if someones is missing, mail me > >> > > >> > PS: i found a DAB library that i think can take raw IQ data and retu= rn > >> > AAC frames. With that adding DAB support should be alot more practic= al > >> > than a full implementation of all layers of DAB > >> > > >> > >> Thanks. I look forward to see what becomes of it. > >> Whilst you're at it, could you also make an empty repo > >> for my streaming protocol/container, with the same access > >> permissions? It should be named "avstream", without "lib", > >> as it contains specifications and a reference library, like nut. > >> > > > > created: > > https://git.ffmpeg.org/avstream > > gil@git.ffmpeg.org:avstream > > > > you have power do do non fast forward pushes if need arrises > > git log mail should go to ffmpeg-cvslog@ffmpeg.org > > emailmaxlines=3D 10000 > > >=20 > Thanks > Sadly, the name has too many conflicts, both with us and other projects > Could you rename the repo to avtransport? I've left it empty, so you can = just delete + recreate it. avtransport created, same settings thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "You are 36 times more likely to die in a bathtub than at the hands of a terrorist. Also, you are 2.5 times more likely to become a president and 2 times more likely to become an astronaut, than to die in a terrorist attack." -- Thoughty2 --x7gJcYyRf5ZnuMVj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZK3E5gAKCRBhHseHBAsP q7OXAJ4kK8k7EdBnDRZKpWY8x6nt+BES+ACggmQGLzp/rv0Bg9mAh1XYrhH9L/k= =W1az -----END PGP SIGNATURE----- --x7gJcYyRf5ZnuMVj-- --===============5005388758204561668== 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". --===============5005388758204561668==--