From patchwork Mon Dec 30 12:48:51 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andr=C3=A9_Roth?= X-Patchwork-Id: 3419251 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3EF4DC02DC for ; Mon, 30 Dec 2013 12:50:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6F69B200ED for ; Mon, 30 Dec 2013 12:49:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DF67820109 for ; Mon, 30 Dec 2013 12:49:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755891Ab3L3Mtm (ORCPT ); Mon, 30 Dec 2013 07:49:42 -0500 Received: from mail-ea0-f174.google.com ([209.85.215.174]:53519 "EHLO mail-ea0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755882Ab3L3Mtl (ORCPT ); Mon, 30 Dec 2013 07:49:41 -0500 Received: by mail-ea0-f174.google.com with SMTP id b10so5061862eae.33 for ; Mon, 30 Dec 2013 04:49:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=cBp7l95PMLXmUwOCxaC9KP2SHPMSadRGWnUf53Cxzjk=; b=EU4IAJFxP+bLE3GQeT41LF+DNqCs1StnFmpIr+1PC5IqP/SXcsmxZ6v7wy+XPXXDcK tskTbP2kegA5g7VB7ETtjMLOHAbBfXNiEKRRdU4+at8Zz8grkBrWGrlFHt9RqEgLCz1y lv9U72mJVJHGePRI1kcRoe9Ky2S7m0tXu3UZuZUDhJscFrDY22TNRflccwJ0VJT8yZDV AGJRmcO2Mg1tlSXHX+OM+tKylAoVo/rWjjiZw5HOaz4IqIonudEqg9o2SM+GwrWlEE+E 4aUMsXPIJlJf7j+P1aZq9RRW4K6drsFAU8mNPfd02vFMh9Fe1zBDFWrw3EBha4qarEXP TtUg== X-Received: by 10.14.184.66 with SMTP id r42mr1455402eem.86.1388407780020; Mon, 30 Dec 2013 04:49:40 -0800 (PST) Received: from neutrino.exnihilo (140-227.61-188.cust.bluewin.ch. [188.61.227.140]) by mx.google.com with ESMTPSA id z42sm108428856eeo.17.2013.12.30.04.49.39 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 30 Dec 2013 04:49:39 -0800 (PST) From: =?UTF-8?q?Andr=C3=A9=20Roth?= To: linux-media@vger.kernel.org Cc: =?UTF-8?q?Andr=C3=A9=20Roth?= Subject: [PATCH 18/18] libdvbv5: README updated for shared libdvbv5 Date: Mon, 30 Dec 2013 13:48:51 +0100 Message-Id: <1388407731-24369-18-git-send-email-neolynx@gmail.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1388407731-24369-1-git-send-email-neolynx@gmail.com> References: <1388407731-24369-1-git-send-email-neolynx@gmail.com> MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: André Roth --- README | 8 ++++---- README.libv4l | 12 ++++++++++++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README b/README index 0cccc00..a9f8089 100644 --- a/README +++ b/README @@ -3,13 +3,13 @@ v4l-utils Linux V4L2 and DVB API utilities and v4l libraries (libv4l). You can always find the latest development v4l-utils in the git repo: -http://git.linuxtv.org/v4l-utils.git +http://git.linuxtv.org/v4l-utils.git -v4l libraries (libv4l) ----------------------- +v4l libraries (libv4l, libdvbv5) +-------------------------------- -See README.lib for more information on libv4l, libv4l is released +See README.libv4l for more information on libv4l, libv4l is released under the GNU Lesser General Public License. diff --git a/README.libv4l b/README.libv4l index 0be503f..7170801 100644 --- a/README.libv4l +++ b/README.libv4l @@ -59,6 +59,18 @@ hardware can _really_ do it should use ENUM_FMT, not randomly try a bunch of S_FMT's). For more details on the v4l2_ functions see libv4l2.h . +libdvbv5 +-------- + +This library provides the DVBv5 API to userspace programs. It can be used to +open DVB adapters, tune transponders and read PES and other data streams. +There are as well several parsers for DVB, ATSC, ISBT formats. + +The API is currently EXPERIMENTAL and likely to change. +Run configure with --enable-libdvbv5 in order to build a shared lib and +install the header files. + + wrappers --------