]> git.sesse.net Git - vlc/commit
* modules/access/dvb:
authorChristophe Massiot <massiot@videolan.org>
Fri, 7 Jan 2005 20:21:59 +0000 (20:21 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 7 Jan 2005 20:21:59 +0000 (20:21 +0000)
commit596d0665a95243bb1712dd363a6b9735a74d5f58
tree539e109145a3da823e0d86a405ed5bfb117d7f83
parentc05cbdf51c4d80deb0afff7aa00cf26b561daf19
* modules/access/dvb:
  - Rewrote QPSK frontend tuning functions, after reading the doc - it
    should hopefully fix the infamous "Operation not permitted" problem.
  - Permanently monitor the frontend status, and reinit it if it crashes.
  - New --dvb-high-voltage option for very long cables.
  - Moved all EN 50 221-related code from ts.c to en50221.c. We no longer
    need the --ts-capmt-sysid option because the sysid is determined
    automatically from the CAM.
  - Also changed the way we send the CAPMTs to the CAM, hoping to fix a bug
    with Aston professional CAMs which all of sudden stop descrambling
    a program after a few days.
configure.ac
modules/access/dvb/access.c
modules/access/dvb/dvb.h
modules/access/dvb/en50221.c
modules/access/dvb/linux_dvb.c
modules/demux/ts.c