Git Product home page Git Product logo

libdvbpsi's Introduction

README for "libdvbpsi"


Introduction
============

The libdvbpsi is part of the VideoLAN project, a full MPEG2
client/server solution. The libdvbpsi can also be used with extra
programs that need DVB and PSI decoders and generators.

The VideoLAN team decided to write the libdvbpsi to make the VideoLAN
Client and the VideoLAN Server capable of demultiplexing a satellite
DVB stream. The library aims at making it easy to decode PSI tables
(such as PAT, PMT etc.) present in a TS/DVB stream.


Building, Installing and Using "libdvbpsi"
==========================================

See the INSTALL file for this.


Troubleshooting
===============

A mailing-list has been set up for discussion about the libdvbpsi:
libdvbpsi-devel. SVN mails are sent to this list. More information on
VideoLAN website: http://www.videolan.org/

Coding Style
============
Some notes on the preferred coding style is:
- 4 spaces indentation (no tabs)
- indent '{' and '}' on the same column as the 'if', eg:
  if (...)
  {
      ....
  }
- function declarations always start in the first column
- indexes for loops should be declared in the loop declaration, eg:
  for (int i = 0; i < max; i++)
  {
      ....
  }


Resources
=========

The VideoLAN web site at http://www.videolan.org/ is a good start for
information about MPEG and DVD playing. Have a look at the documentation
section, as well as the bookmarks.

libdvbpsi's People

Contributors

jpsaman avatar xavery avatar mkrufky avatar rcorno avatar skiselkov avatar andywolk avatar hartman avatar fcartegnie avatar brad0 avatar funman avatar jbkempf avatar charrea6 avatar gnu-andrew avatar ilkka-ollakka avatar mychaos87 avatar ramiropolla avatar thierry-freebsd avatar 0-wiz-0 avatar timothygu avatar yonathan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.