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 2E2FC46AAD for ; Sun, 2 Jul 2023 18:55:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 332FE68C43E; Sun, 2 Jul 2023 21:55:47 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C92C468C2C7 for ; Sun, 2 Jul 2023 21:55:40 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 7FC851060235 for ; Sun, 2 Jul 2023 18:55:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1688324140; 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=9rBxVmbaY0K9zbYuchkF1JKY8Db7mBfMBqlywrJqphk=; b=McnCK732YIBMGbE7sV/V8JFuOLNUsbtgK5OLAFe7eaM8NWMftsXeq7NNkr4zKmMC 8e3n67vlTP3lL4uC5Cn2e5Ff6yxibTlqTAbzKtwG/o9coFgf1AEv/JO8iiBSfV7O9Ym vy/ctiHFkXhhjXLCEPBRbcwQpsZgAy9wE/tuwdUawW0Zvcl00+Tz7er+KpaCOYktEix cm9qGlyWs2UY+ulAj3PS44g5IGeawYRVBQMka7xerccjmrQPCbtrzWaFl+Y4jyojnlp aVk+qJt+oBLOG1wmMpKBQOBCQrUSP5/MaLpb0GXwhH3I7CB6Pn1/NCFTbm3i7C8ar1L p27CIkD1hQ== Date: Sun, 2 Jul 2023 20:55:40 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20230702110049.GK1093384@pb2> References: <20230628212504.2522567-1-michael@niedermayer.cc> <20230630140838.GA1093384@pb2> <1ea6a4a3-ed1a-4c8c-8a99-82b670f6868f@betaapp.fastmail.com> <20230702110049.GK1093384@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, 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. I'm planning to do the same for libavstream (though, for it, I need it, as I'd like for it to be under the MIT license rather than LGPL). _______________________________________________ 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".