]> git.sesse.net Git - vlc/commit
* modules/access/satellite: Big rework of the old satellite module.
authorChristophe Massiot <massiot@videolan.org>
Fri, 7 Nov 2003 13:28:23 +0000 (13:28 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 7 Nov 2003 13:28:23 +0000 (13:28 +0000)
commit8b8bfe34d6e7769bbb21d133f6cc7d1b3f4dcd53
tree396bb7da81d8889cc473aec65acba2b047e5a099
parent4343919e55fd15ac83a5f659caa8197c2c9b0765
* modules/access/satellite: Big rework of the old satellite module.
  - ability to select between different tuners if the board has several
    tuners
  - abitility to select between different demux if the board has several
    demuxes
  - if frequency isn't specified, do not try to tune the tuner and
    assume some other software already did it
  - set a bigger buffer size to avoid packet losses
  - do not filter too many PIDs since some board only have 8 filters
  - kludged so that the module works perfectly well with the demuxstream
    demuxer
  - use DMX_PES_OTHER all the time because some boards do not have a
    decoder chip (this may be a problem for you)

This changeset is part of the Dreambox port of VLC.
modules/access/satellite/access.c
modules/access/satellite/dvb.c
modules/access/satellite/dvb.h
modules/access/satellite/satellite.c