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 6959046AD8 for ; Sun, 2 Jul 2023 22:03:19 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0BCC568C4ED; Mon, 3 Jul 2023 01:03:18 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2DC2068C3BF for ; Mon, 3 Jul 2023 01:03:10 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 8D9DD1060235 for ; Sun, 2 Jul 2023 22:03:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1688335390; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=owQ6A/DrhRqm6cOgvKAu24X+ZKw7lig6+4WhXQDThxg=; b=AlnJ6FldhZDqg++AI+zrKLjgwBThLxFkldwTHpJu/0uXKHmm/aWYPL2XgxLFAk4B 4KGy69xOQi0Qpn94qq9563RpaDlUHyaLQKuGQw//1N6u8iWba+xRLB8U4k6/o/UOy6s PovqMsiHD4UCeok9XIzAI5x4e1igVrK2O7BtNRX6IxoZTjvwFjRAvNYQ4pe9VYVbd6I GWgOZHfVPSxzlXtpiGlb7bdiwfgWqTfYQJBYYEx6xj03vB3CMrZofNEf5MYoMWBPAUE GGPG6iXD4fqicDyE1DcRouE1MBWCAQ4IF0zWEpNn9OWPGT/8pH4IpgV+J/daaUsoxok m+SrwzlXeA== Date: Mon, 3 Jul 2023 00:03:10 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20230702211455.GM1093384@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> MIME-Version: 1.0 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 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 wrote: >> > >> >> 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 libraray (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 library >> 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 ago, so > if someones is missing, mail me > > PS: i found a DAB library that i think can take raw IQ data and return > AAC frames. With that adding DAB support should be alot more practical > 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. _______________________________________________ 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".