18 september 2004  mbakker(at)nero.com
2    - specrec.c: fixed compilation without PS
3
44 september 2004  mbakker(at)nero.com
5    - sbr_fbt.c, sbr_hfgen.c: fixed possible lockup with bad data.
6
74 september 2004  mbakker(at)nero.com
8    - cfft.c,h, common.c,h, filtbank.c,h, mdct.h, sbr_qmf.h, structs.h, decoder.c, specrec.c:
9         Removed USE_SSE
10
114 september 2004  gpascutto(at)nero.com
12    - specrec.c: small optimizations to inverse quant
13
143 september 2004  mbakker(at)nero.com
15    - neaacdec.h, decoder.c, syntax.c, structs.h: added output flag for PS
16
173 september 2004  mbakker(at)nero.com
18    - common.c: added log2_fix()
19
2028 august 2004  gpascutto(at)nero.com
21    - sbr_syntax.c: bugfix with PS_DEC and DRM_PS defines
22
2321 august 2004  mbakker(at)nero.com
24    - cfft.c, cfft_tab.h: added size 128 fixed point FFT tables for HVXC
25
2618 august 2004  mbakker(at)nero.com
27    - sbr_syntax.c: allow only 1 PS data element per SBR extension data
28
2918 august 2004  gpascutto(at)nero.com
30    - specrec.c: safeguard against PS suddenly going on
31
324 august 2004   gpascutto(at)nero.com
33    - drm_dec.c: make sure we still copy to the right channel if there's no data
34
352 august 2004   gpascutto(at)nero.com
36    - hcr.c: bugfix
37
3831 july 2004    gpascutto(at)nero.com
39    - hcr.c: Rewritten and optimized
40
4129 july 2004    mbakker(at)nero.com
42    - /mp4ff/mp4ff.c,mp4atoms.c: support video decoding better
43
4428 july 2004    gpascutto(at)nero.com
45    - drm_dec.*, sbr_dec.c, syntax.c: improved error concealment
46
4727 july 2004    gpascutto(at)nero.com
48    - sbr_dec.c, sbr_syntax.c: duplicate code removal
49
5025 july 2004    gpascutto(at)nero.com
51    - syntax.c: re-enable SBR CRC checking for DRM
52
5322 july 2004    gpascutto(at)nero.com
54    - drm_dec.*: changed delay filter to 2 samples plus fractional delay, as in normal PS AAC
55                (DRM standard is wrong here)
56
572 july 2004     mbakker(at)nero.com
58    - huffman.c: Implemented VCB11 error concealment
59
6022 june 2004    mbakker(at)nero.com
61    - ps_dec.c: Removed samplerate dependancy in PS, likely to be updated in corrigendum
62
6315 june 2004    mbakker(at)nero.com
64    - sbr_dct.c,h: Removed huge ugly DCT_4_64...
65    - sbr_qmf.c: replaced DCT_IV in qmf synthesis
66
6713 june 2004    mbakker(at)nero.com
68    - ps_dec.c: Fixed fixed point code, no more cos() and sin() used
69
707 june 2004     mbakker(at)nero.com
71    - sbr_*.c,h: Overall speedups and improvements in SBR code.
72
734 june 2004     gpascutto(at)nero.com
74    - drm_dec.c: Fixed a bug in the standard (PAN mixing)
75
763 june 2004     mbakker(at)nero.com
77    - ps_syntax.c: fixed a bug in one of the huffman tables
78
792 june 2004     gpascutto(at)nero.com
80    - drm_dec.c: Fully working fixed point support
81
8227 may 2004     mbakker(at)nero.com
83    - sbr_qmf.c, sbr_dec.h: Fixed fixed point problems with downsampled QMF
84
8517 may 2004     mbakker(at)nero.com
86    - syntax.c, decoder.c: Added some logging output
87
8817 may 2004     mbakker(at)nero.com
89    - mp4atom.c: Fixed an issue with broken MP4 files
90
9116 may 2004     mbakker(at)nero.com
92    - ps_dec.c: fixed point: forgot to convert a few multiplies
93
9414 may 2004     mbakker(at)nero.com
95    - sbr_*.c: reduced memory usage
96
976 may 2004      mbakker(at)nero.com
98    - common.c: added some bit tricks and fixed point log2/pow2
99    - sbr_hfadj.c: log2/pow2 based gain calculation for SBR
100    - sbr_hfgen.c: use block exponent instead of stupid search to find max value
101
1025 may 2004      mbakker(at)nero.com
103    - decoder.c, neaacdec.h, decoder.h: added extra decode function to which a
104      buffer can be provided. Instead of the library providing a buffer.
105
1065 may 2004      mbakker(at)nero.com
107    - mdct.c: fixed fixed point MDCT with framesizes 960, 480, 120
108
1092 may 2004      mbakker(at)nero.com
110    - mdct_tab.h, mdct.c: Added tables for MDCT, for increased accuracy in fixed point
111    - specrec.c: Moved quantisation, scaling and reordering to 1 function
112
11320 april 2004   gpacutto(at)nero.com
114    - drm_dec.c, drm_dec.h: Don't do PS processing if no data was read this frame.
115      Fix for bitstread reading bug in specification.
116
11715 april 2004   mbakker(at)nero.com
118    - sbr_hfadj.c: fixed buffer overflow
119    - multiple: fixed some eVC problems
120
12112 april 2004   mbakker(at)nero.com
122    - common.h, ps_dec.c: Updates for PS fixed point, should completely work now
123
12412 april 2004   gpascutto(at)nero.com
125    - drm_dec.c, drm_dec.h: eliminated sqrt and SA mapping/dequantization from DRM PS decoder
126
127