ChangeLog
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:4k
源码类别:

Windows CE

开发平台:

C/C++

  1. 8 september 2004  mbakker(at)nero.com
  2.     - specrec.c: fixed compilation without PS
  3. 4 september 2004  mbakker(at)nero.com
  4.     - sbr_fbt.c, sbr_hfgen.c: fixed possible lockup with bad data.
  5. 4 september 2004  mbakker(at)nero.com
  6.     - cfft.c,h, common.c,h, filtbank.c,h, mdct.h, sbr_qmf.h, structs.h, decoder.c, specrec.c:
  7.          Removed USE_SSE
  8. 4 september 2004  gpascutto(at)nero.com
  9.     - specrec.c: small optimizations to inverse quant
  10. 3 september 2004  mbakker(at)nero.com
  11.     - neaacdec.h, decoder.c, syntax.c, structs.h: added output flag for PS
  12. 3 september 2004  mbakker(at)nero.com
  13.     - common.c: added log2_fix()
  14. 28 august 2004  gpascutto(at)nero.com
  15.     - sbr_syntax.c: bugfix with PS_DEC and DRM_PS defines
  16. 21 august 2004  mbakker(at)nero.com
  17.     - cfft.c, cfft_tab.h: added size 128 fixed point FFT tables for HVXC
  18. 18 august 2004  mbakker(at)nero.com
  19.     - sbr_syntax.c: allow only 1 PS data element per SBR extension data
  20. 18 august 2004  gpascutto(at)nero.com
  21.     - specrec.c: safeguard against PS suddenly going on
  22. 4 august 2004   gpascutto(at)nero.com
  23.     - drm_dec.c: make sure we still copy to the right channel if there's no data
  24. 2 august 2004   gpascutto(at)nero.com
  25.     - hcr.c: bugfix
  26. 31 july 2004    gpascutto(at)nero.com
  27.     - hcr.c: Rewritten and optimized
  28. 29 july 2004    mbakker(at)nero.com
  29.     - /mp4ff/mp4ff.c,mp4atoms.c: support video decoding better
  30. 28 july 2004    gpascutto(at)nero.com
  31.     - drm_dec.*, sbr_dec.c, syntax.c: improved error concealment
  32. 27 july 2004    gpascutto(at)nero.com
  33.     - sbr_dec.c, sbr_syntax.c: duplicate code removal
  34. 25 july 2004    gpascutto(at)nero.com
  35.     - syntax.c: re-enable SBR CRC checking for DRM
  36. 22 july 2004    gpascutto(at)nero.com
  37.     - drm_dec.*: changed delay filter to 2 samples plus fractional delay, as in normal PS AAC
  38.                 (DRM standard is wrong here)
  39.                 
  40. 2 july 2004     mbakker(at)nero.com
  41.     - huffman.c: Implemented VCB11 error concealment
  42. 22 june 2004    mbakker(at)nero.com
  43.     - ps_dec.c: Removed samplerate dependancy in PS, likely to be updated in corrigendum
  44. 15 june 2004    mbakker(at)nero.com
  45.     - sbr_dct.c,h: Removed huge ugly DCT_4_64...
  46.     - sbr_qmf.c: replaced DCT_IV in qmf synthesis
  47. 13 june 2004    mbakker(at)nero.com
  48.     - ps_dec.c: Fixed fixed point code, no more cos() and sin() used
  49. 7 june 2004     mbakker(at)nero.com
  50.     - sbr_*.c,h: Overall speedups and improvements in SBR code.
  51. 4 june 2004     gpascutto(at)nero.com
  52.     - drm_dec.c: Fixed a bug in the standard (PAN mixing)
  53. 3 june 2004     mbakker(at)nero.com
  54.     - ps_syntax.c: fixed a bug in one of the huffman tables
  55.  
  56. 2 june 2004     gpascutto(at)nero.com
  57.     - drm_dec.c: Fully working fixed point support
  58.  
  59. 27 may 2004     mbakker(at)nero.com
  60.     - sbr_qmf.c, sbr_dec.h: Fixed fixed point problems with downsampled QMF
  61. 17 may 2004     mbakker(at)nero.com
  62.     - syntax.c, decoder.c: Added some logging output
  63. 17 may 2004     mbakker(at)nero.com
  64.     - mp4atom.c: Fixed an issue with broken MP4 files
  65. 16 may 2004     mbakker(at)nero.com
  66.     - ps_dec.c: fixed point: forgot to convert a few multiplies
  67. 14 may 2004     mbakker(at)nero.com
  68.     - sbr_*.c: reduced memory usage
  69. 6 may 2004      mbakker(at)nero.com
  70.     - common.c: added some bit tricks and fixed point log2/pow2
  71.     - sbr_hfadj.c: log2/pow2 based gain calculation for SBR
  72.     - sbr_hfgen.c: use block exponent instead of stupid search to find max value
  73. 5 may 2004      mbakker(at)nero.com
  74.     - decoder.c, neaacdec.h, decoder.h: added extra decode function to which a
  75.       buffer can be provided. Instead of the library providing a buffer.
  76. 5 may 2004      mbakker(at)nero.com
  77.     - mdct.c: fixed fixed point MDCT with framesizes 960, 480, 120
  78. 2 may 2004      mbakker(at)nero.com
  79.     - mdct_tab.h, mdct.c: Added tables for MDCT, for increased accuracy in fixed point
  80.     - specrec.c: Moved quantisation, scaling and reordering to 1 function
  81. 20 april 2004   gpacutto(at)nero.com
  82.     - drm_dec.c, drm_dec.h: Don't do PS processing if no data was read this frame.
  83.       Fix for bitstread reading bug in specification.
  84. 15 april 2004   mbakker(at)nero.com
  85.     - sbr_hfadj.c: fixed buffer overflow
  86.     - multiple: fixed some eVC problems
  87. 12 april 2004   mbakker(at)nero.com
  88.     - common.h, ps_dec.c: Updates for PS fixed point, should completely work now
  89. 12 april 2004   gpascutto(at)nero.com
  90.     - drm_dec.c, drm_dec.h: eliminated sqrt and SA mapping/dequantization from DRM PS decoder