home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Sound / DelfMPEG / src / CHANGES next >
Text File  |  1999-10-27  |  887b  |  24 lines

  1. DelfMPEG CHANGES
  2.  
  3.  
  4. 0.2 (Wed 27-Oct-1999)
  5.     -MPEG file reader improved:
  6.       -detect MPEG1 sync word only (reject MPEG2 and MPEG2.5 files)
  7.       -check frameheader changes (layer and sampling freq must be constant)
  8.       -play already buffered data in case of read error (force EOF)
  9.     -unsupported files (i.e. other than layer II) are skipped
  10.     -NOPLAY/S doesn't open delfina.library (it's not required for this)
  11.     -SHOWTAG/S feature added (display ID3v1 tag before playing)
  12.     -NOFASTL/S and NOFASTP/S options added
  13.      (user controls for allocation of the FAST internal DSP memory;
  14.      the nasty deadlocks/crashes with AHI disappear when using NOFASTP!!)
  15.     -changed license terms to GNU General Public License
  16.  
  17.  
  18. 0.1 (Fri 15-Oct-1999) RELEASE
  19.     -mp2 decoder: little speedup (using more internal DSP memory)
  20.     -mp2 decoder: fixed mono bug
  21.  
  22.  
  23. 0.1 (Thu 07-Oct-1999) BETA_1
  24.