From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 21 16:12:22 2010 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6B63106566B for ; Thu, 21 Jan 2010 16:12:22 +0000 (UTC) (envelope-from jason.harmening@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 3D77C8FC0A for ; Thu, 21 Jan 2010 16:12:21 +0000 (UTC) Received: by fxm10 with SMTP id 10so145914fxm.34 for ; Thu, 21 Jan 2010 08:12:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=cC1eyG4zBzNZNRI0GsL+9ElPi+4/FcpcYWmliiufhVA=; b=QyAOv3jXRGdQ9diK5w233nAMggIlwDgqxp6QnwSvk4RDjDyMXk/3O+FOaHsHyGGcH8 0izSfJMvHj5r2o8iBe/riqD5Aq3ADc5YGwYVMw9mGAFCKhb1AYFXnDPXVNQInyXheeaX 5kBMcm+IGIWwfGp9Jv/1KeX6FJ6+YiakdIP9Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lTayYyLfr6vrm4qAHThiq1bUqXQ4ZBz/9ndNPfWSW2xsDq4khiqkO/X6dFaCl5BnXR vRa0W5LcgsMtOsbeqhZNCsSjtKR85/yXGW9BLgwAFwx3GZ7RCdy9SE/NQI27b7yNvm2v ZG/DblgLtVih14miwc0Ck2EzSWb1kGXHpkUuw= MIME-Version: 1.0 Received: by 10.223.75.136 with SMTP id y8mr1615662faj.69.1264090341146; Thu, 21 Jan 2010 08:12:21 -0800 (PST) Date: Thu, 21 Jan 2010 10:12:21 -0600 Message-ID: <2d1264631001210812i11de3041w4e52d4087bb32f92@mail.gmail.com> From: Jason Harmening To: freebsd-multimedia@freebsd.org, Konstantin Dimitrov Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: DVB-S support on FreeBSD X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2010 16:12:22 -0000 > > hi Steve, > > i have code for CX24116 DVB-S2 demodulator from very long time. it's > perfectly working, so i can receive DVB-S2 in FreeBSD. > > however, it's experimental code full of debug prints and hard-coded > things and i just can't find the spare time to clean it up and make it > suitable for use and finally release it. Hi Konstantin, I'm planning on pushing a combined libtuner/cx88 update to ports in the next few weeks. I'd love to help with the cleanup so we can get the 24116 code into libtuner for the update. Can you send me the code? Even if there are still rough edges, we can advertise it as experimental when the update goes out. --Jason