1. 15 May, 2004 14 commits
  2. 14 May, 2004 6 commits
  3. 13 May, 2004 5 commits
  4. 12 May, 2004 5 commits
  5. 11 May, 2004 2 commits
  6. 10 May, 2004 8 commits
    • Laurent Aimar's avatar
      * ts: added support pf multiples PMT on the same PID (broken idea for · ad5da144
      Laurent Aimar authored
      broken people but it's used and it seems spec compliant)
      
       * demux2: append a :// to allow correct parsing of /volume/filename:.avi
      
      ad5da144
    • Benjamin Pracht's avatar
      oups · 32c330ef
      Benjamin Pracht authored
      32c330ef
    • Gildas Bazin's avatar
    • Jean-Paul Saman's avatar
      dvb/access.c - properly cast memory returned by malloc() · 7bec8db2
      Jean-Paul Saman authored
                   - fix small memory leak on closing of dvb plugin.
      dvb/linux-dvb.c - remove astray spaces
                      - always empty the event queue before FE_SET_FRONTEND and FrontendCheck(). 
                        dvbstream does the same for OFDM and QAM. 
      
      Summary: 
         DVB-C is working (did a few tests) 
         DVB-T not tested. 
         Using polarization=A doesn't work anymore INVERSION_AUTO is not honered for tuning. 
         SEC_VOLTAGE_OFF is missing when using latest code DVB-1.1.7 from http://www.metzlerbros.org/dvb/index.html. While include/linux/dvb/version.h is not updated and still reflects this API version: #define DVB_API_VERSION 3
      
      7bec8db2
    • Benjamin Pracht's avatar
      use new syntax for sap/slp announces · bdb8fad0
      Benjamin Pracht authored
      bdb8fad0
    • Christophe Massiot's avatar
      1l · f27aa203
      Christophe Massiot authored
      f27aa203
    • Christophe Massiot's avatar
      * src/input/input_programs.c: Fixed the --program option (thanks gibalou) · 89b90173
      Christophe Massiot authored
      * modules/access/dvb/access.c: Removed the temporary --dvb-program hack
      * modules/demux/ts.c: New --ts-silent option to avoid complaints about
        encrypted packets (especially useful with --sout-all for streaming a part
        of a transponder).
      89b90173
    • Christophe Massiot's avatar
      * modules/access/dvb: Major rewrite of the code. · f12d6405
      Christophe Massiot authored
        - new options (now prepended with --dvb) :
           --dvb-program : to work around the non-working --program
           --dvb-inversion : to (optionally) specify the inversion, which is not
                             the same as polarization
           --dvb-budget-mode : if you have a budget card this will set a filter
                               on 0x2000, meaning all PIDs will be returned by
                               the driver. The budget-mode is compatible with demux2.
           --dvb-satno : to specify a sat number in the diseqc system
           --dvb-voltage : to specify the voltage of the LNB (0 is a permitted
                           value in special configurations)
           --dvb-tone : to enable/disable the 22kHz tone (by default it is sent
                        if frequency >= lnb-slof)
        - fixed a handful of QPSK tuning bugs, especially the diseqc was not
          working and frequencies above 11700 couldn't be tuned to.
        - the modules now uses the inherited object variables for its
          configuration.
        - symbol-rate= url option is now srate= for consistency with the
          configuration variable.
        - all linux-dvb specific code is now in linux_dvb.c. access.c contains
          only code which could be reused on other platforms.
        - better keep track of demux file descriptors (especially useful on
          limited boards).
        - do not block in read() when no data is available.
        - fixed msleep() calls (reminder : mtime_t is in _microseconds_).
      
      I didn't test the QAM and OFDM variants, so please report.
      f12d6405