Changelog
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:2k
源码类别:

DVD

开发平台:

Unix_Linux

  1. ac3dec-0.5.5 Wed Aug 25 15:36:44 EDT 1999
  2. -Fixed a cut and paste bug (argh!) in parse.c which potentially 
  3.  screwed up delta bit allocation info.
  4. -Martin Mueller <mamueller@topmail.de> informed me that I was missing
  5.  some corrections from the AC-3 errata document. It turns out that 
  6.  I used an earlier version of the errata when I initially wrote ac3dec.
  7.  Fortunately the errata fix the outstanding bugs that I was pulling
  8.  my hair out on for a long time. Woohoo! Thanks Martin. Kudos to Dolby
  9.  Labs for keeping their documentation up to date as well.
  10. -stereo downmixing (downmix.c) is now in. Matrix encoded surround 
  11.  (Dolby Prologic Surround) should work too.
  12. -clipping due to high level signals has been fixed. We normalize a
  13.  block of samples by its maximum absolute value if the max exceeds 
  14.  the %100 digital level. This shouldn't be a problem, but for some 
  15.  reason some channels have a dynamic range that exceeds [-1.0,1.0].
  16.  I blame the encoder :)
  17. -Multiple track support in extract_ac3. Simply just give it the track
  18.  number you want [1,8] after the filename.
  19. ac3dec-0.5.4 Thu Jul 29 16:55:10 PDT 1999
  20. -Fixed a stupid bug with the coupling channel that was causing
  21.  high frequencies to be attenuated.
  22. -Re-wrote the extract_ac3 tool.
  23. -Added to a tool to verify the checksums on a given AC3 stream. 
  24.  (tools/verify_ac3)
  25. ac3dec-0.5.3  Mon Jul 12 10:45:56 PDT 1999
  26. -Fixed problems related to streams with coupling channel enabled.
  27. -Minor performance enhancements
  28. ac3dec-0.5.2  Sun Jul  4 12:00:25 PDT 1999
  29. -output_linux.c patch provided by Michael Holzt <kju@flummi.de>
  30. ac3dec-0.5.1  Wed Jun 30 17:48:52 PDT 1999
  31. -Compiles and dies gracefully under Linux now.
  32. ac3dec-0.5.0  Wed Jun 23 11:06:06 EDT 1999
  33. -First public release of ac3dec.