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 B0CBD4480B for ; Sun, 25 Jun 2023 10:24:05 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8798868C009; Sun, 25 Jun 2023 13:24:03 +0300 (EEST) Received: from mail-qv1-f47.google.com (mail-qv1-f47.google.com [209.85.219.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3533F68BBA2 for ; Sun, 25 Jun 2023 13:23:57 +0300 (EEST) Received: by mail-qv1-f47.google.com with SMTP id 6a1803df08f44-635d9d6daabso4107596d6.0 for ; Sun, 25 Jun 2023 03:23:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20221208.gappssmtp.com; s=20221208; t=1687688635; x=1690280635; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=fgJx7ypHjk4PIM9YbbNsefbjzJie7/ZKeMm10WTyymY=; b=47NZW8Ron7CYXRBU9SUnIXhPSvM1dtHtZaDg5ByDIPQev1tdmPQhoH4vppvcLQMeXS oMYLDDUDIzOMjPF1MaGmPpABQ71j1WJ8xODbNAmPRPAWtcpx7tQ6KFVLYXdb1HpbTL7S ZHQ71zTVlfvdbHt28XHiztnUEAKIh7Gh4IyhVWS41ues9Emlr5sPGReK1c93iJ8RzqbZ wrr6fwSOgmR9AfE8l5btTSVbVy7honbepga53/U6dpyoQG1dtgRQtEDMCP8GVZfL3RcK cCCmH2FL22XtGoSIyTJ6RqR9RRBZldM63J725P+IkzhLILgxwDX1+uLX1SbaVH1nwKta LhMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687688635; x=1690280635; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=fgJx7ypHjk4PIM9YbbNsefbjzJie7/ZKeMm10WTyymY=; b=VBzgZQoZHeJntHTlgxltVRbbMytoSyLZ0HhyUU0fjae0ILxN+z7nrJcutwyYz/JolH 8HyBvE4EM/udCKhRJ0FbLEAd+D6WhnR7mKib0OE8X/iSRG8MJ8iRfpDvXzTx0a+g0gxV 7vqh+21l8YVcKSxmVbDkXmoG0qwmvt0HfxiEY8vApqUSka1i7K7ytPoepJaP6c/W5B/X NDUPElVc5PRfjuJi1BiZstxd0wQt+d5lpvSyGi+JlJqmYjjmDGVykb4cN7hFKnJ2yu0P Ok1PqVlp1qLd7F7IUlJ/QKz/gOMzibSxuvy7egQjeK/KtElU8yfaSpumb7tI2S4xnMv+ 2MmA== X-Gm-Message-State: AC+VfDy2LUsE/Etd4jv6arzZI5S6aoU2NnkRjBMzfvwuqI6iT59QkBVX UWZjMiY/BUDnluBdvTfk7z4WuD+3IPHE7XzaFqjHW0a/PqCNobIf X-Google-Smtp-Source: ACHHUZ5XiEXl/MOI/7bWDE8qUleaZmcOP0AiyOSNEB6TS+Jt3+y/NXpr9CxYX4alK6pmQQbE246V483Coip333OdxuU= X-Received: by 2002:ad4:5c64:0:b0:5c8:403a:22f8 with SMTP id i4-20020ad45c64000000b005c8403a22f8mr30400468qvh.5.1687688635180; Sun, 25 Jun 2023 03:23:55 -0700 (PDT) MIME-Version: 1.0 References: <20230618222805.4054410-1-michael@niedermayer.cc> <20230623211805.GP3250409@pb2> <1870505e0a630baf2e25984a1a192f9c6fcdfe64.camel@haerdin.se> <20230624210153.GX3250409@pb2> In-Reply-To: From: Kieran Kunhya Date: Sun, 25 Jun 2023 11:23:45 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: 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: > > > 3. as a fun excercise about SDR, modulations and related math. > > There is no reason why your own personal experiments should contaminate > master. > Agreed, there's nothing wrong with writing an SDR library around FFmpeg programming paradigms (C, handwritten asm and not intrinsics etc). B But this should be in a separate library related to SDR and not FFmpeg. Kieran _______________________________________________ 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".