Skip to content

Commit 1e37078

Browse files
author
menno
committed
Final changes for version 2.7 release
1 parent 7cb7012 commit 1e37078

File tree

2 files changed

+7
-164
lines changed

2 files changed

+7
-164
lines changed

Diff for: ChangeLog

+7-163
Original file line numberDiff line numberDiff line change
@@ -1,163 +1,7 @@
1-
21 january 2005 gpascutto(at)nero.com
2-
- hcr.c, drm_dec.c: updates for DRM PS standard, error resilience changes
3-
- reverted above error resilience changes
4-
5-
8 december 2004 mbakker(at)nero.com
6-
- ps_dec.c, ps_syntax.c: PS fixes (OPD huffman table and modulo decoding)
7-
8-
6 december 2004 gpascutto(at)nero.com
9-
- drm_dec.c, drm_dec.h, sbr_dec.c: DRM PS Standards update
10-
11-
5 december 2004 gpascutto(at)nero.com
12-
- syntax.c, hcr.c, decoder.c, sbr_syntax.c, specrec.c:
13-
Improved (DRM) error resilience
14-
15-
18 october 2004 mbakker(at)nero.com
16-
- sbr_dec.c, sbr_hfadj.c, common.h: fixed Low Power SBR decoding
17-
18-
18 october 2004 mbakker(at)nero.com
19-
- main.c: added "quiet" option to frontend
20-
21-
5 october 2004 mbakker(at)nero.com
22-
- decoder.c: skip ID3 tags in library
23-
24-
24 september 2004 mbakker(at)nero.com
25-
- syntax.c,h, lt_predict.c, mp4.c, decoder.c:
26-
Added stereo DRM support, removed fake scalable support
27-
28-
21 september 2004 mbakker(at)nero.com
29-
- specrec.c, bits.h, common.h, error.h, sbr_hfadj.h, structs.h,
30-
decoder.c, error.c, hcr.c, sbr_dec.c, sbr_hfadj.c, sbr_syntax.c, syntax.c:
31-
Improved error detection and handling.
32-
33-
16 september 2004 mbakker(at)nero.com
34-
- specrec.c, bits.h, common.h, error.h, sbr_hfadj.h, structs.h,
35-
decoder.c, error.c, hcr.c, sbr_dec.c, sbr_hfadj.c, sbr_syntax.c, syntax.c:
36-
Improved error detection and handling.
37-
38-
8 september 2004 mbakker(at)nero.com
39-
- specrec.c: fixed compilation without PS
40-
41-
4 september 2004 mbakker(at)nero.com
42-
- sbr_fbt.c, sbr_hfgen.c: fixed possible lockup with bad data.
43-
44-
4 september 2004 mbakker(at)nero.com
45-
- cfft.c,h, common.c,h, filtbank.c,h, mdct.h, sbr_qmf.h, structs.h, decoder.c, specrec.c:
46-
Removed USE_SSE
47-
48-
4 september 2004 gpascutto(at)nero.com
49-
- specrec.c: small optimizations to inverse quant
50-
51-
3 september 2004 mbakker(at)nero.com
52-
- neaacdec.h, decoder.c, syntax.c, structs.h: added output flag for PS
53-
54-
3 september 2004 mbakker(at)nero.com
55-
- common.c: added log2_fix()
56-
57-
28 august 2004 gpascutto(at)nero.com
58-
- sbr_syntax.c: bugfix with PS_DEC and DRM_PS defines
59-
60-
21 august 2004 mbakker(at)nero.com
61-
- cfft.c, cfft_tab.h: added size 128 fixed point FFT tables for HVXC
62-
63-
18 august 2004 mbakker(at)nero.com
64-
- sbr_syntax.c: allow only 1 PS data element per SBR extension data
65-
66-
18 august 2004 gpascutto(at)nero.com
67-
- specrec.c: safeguard against PS suddenly going on
68-
69-
4 august 2004 gpascutto(at)nero.com
70-
- drm_dec.c: make sure we still copy to the right channel if there's no data
71-
72-
2 august 2004 gpascutto(at)nero.com
73-
- hcr.c: bugfix
74-
75-
31 july 2004 gpascutto(at)nero.com
76-
- hcr.c: Rewritten and optimized
77-
78-
29 july 2004 mbakker(at)nero.com
79-
- /mp4ff/mp4ff.c,mp4atoms.c: support video decoding better
80-
81-
28 july 2004 gpascutto(at)nero.com
82-
- drm_dec.*, sbr_dec.c, syntax.c: improved error concealment
83-
84-
27 july 2004 gpascutto(at)nero.com
85-
- sbr_dec.c, sbr_syntax.c: duplicate code removal
86-
87-
25 july 2004 gpascutto(at)nero.com
88-
- syntax.c: re-enable SBR CRC checking for DRM
89-
90-
22 july 2004 gpascutto(at)nero.com
91-
- drm_dec.*: changed delay filter to 2 samples plus fractional delay, as in normal PS AAC
92-
(DRM standard is wrong here)
93-
94-
2 july 2004 mbakker(at)nero.com
95-
- huffman.c: Implemented VCB11 error concealment
96-
97-
22 june 2004 mbakker(at)nero.com
98-
- ps_dec.c: Removed samplerate dependancy in PS, likely to be updated in corrigendum
99-
100-
15 june 2004 mbakker(at)nero.com
101-
- sbr_dct.c,h: Removed huge ugly DCT_4_64...
102-
- sbr_qmf.c: replaced DCT_IV in qmf synthesis
103-
104-
13 june 2004 mbakker(at)nero.com
105-
- ps_dec.c: Fixed fixed point code, no more cos() and sin() used
106-
107-
7 june 2004 mbakker(at)nero.com
108-
- sbr_*.c,h: Overall speedups and improvements in SBR code.
109-
110-
4 june 2004 gpascutto(at)nero.com
111-
- drm_dec.c: Fixed a bug in the standard (PAN mixing)
112-
113-
3 june 2004 mbakker(at)nero.com
114-
- ps_syntax.c: fixed a bug in one of the huffman tables
115-
116-
2 june 2004 gpascutto(at)nero.com
117-
- drm_dec.c: Fully working fixed point support
118-
119-
27 may 2004 mbakker(at)nero.com
120-
- sbr_qmf.c, sbr_dec.h: Fixed fixed point problems with downsampled QMF
121-
122-
17 may 2004 mbakker(at)nero.com
123-
- syntax.c, decoder.c: Added some logging output
124-
125-
17 may 2004 mbakker(at)nero.com
126-
- mp4atom.c: Fixed an issue with broken MP4 files
127-
128-
16 may 2004 mbakker(at)nero.com
129-
- ps_dec.c: fixed point: forgot to convert a few multiplies
130-
131-
14 may 2004 mbakker(at)nero.com
132-
- sbr_*.c: reduced memory usage
133-
134-
6 may 2004 mbakker(at)nero.com
135-
- common.c: added some bit tricks and fixed point log2/pow2
136-
- sbr_hfadj.c: log2/pow2 based gain calculation for SBR
137-
- sbr_hfgen.c: use block exponent instead of stupid search to find max value
138-
139-
5 may 2004 mbakker(at)nero.com
140-
- decoder.c, neaacdec.h, decoder.h: added extra decode function to which a
141-
buffer can be provided. Instead of the library providing a buffer.
142-
143-
5 may 2004 mbakker(at)nero.com
144-
- mdct.c: fixed fixed point MDCT with framesizes 960, 480, 120
145-
146-
2 may 2004 mbakker(at)nero.com
147-
- mdct_tab.h, mdct.c: Added tables for MDCT, for increased accuracy in fixed point
148-
- specrec.c: Moved quantisation, scaling and reordering to 1 function
149-
150-
20 april 2004 gpacutto(at)nero.com
151-
- drm_dec.c, drm_dec.h: Don't do PS processing if no data was read this frame.
152-
Fix for bitstread reading bug in specification.
153-
154-
15 april 2004 mbakker(at)nero.com
155-
- sbr_hfadj.c: fixed buffer overflow
156-
- multiple: fixed some eVC problems
157-
158-
12 april 2004 mbakker(at)nero.com
159-
- common.h, ps_dec.c: Updates for PS fixed point, should completely work now
160-
161-
12 april 2004 gpascutto(at)nero.com
162-
- drm_dec.c, drm_dec.h: eliminated sqrt and SA mapping/dequantization from DRM PS decoder
163-
1+
2009-02-02 - Version 2.7
2+
* DAB+ support
3+
* Use public headers internally to prevent duplicate declarations
4+
* Explicitly typedef all types as signed
5+
* Made sure MAIN prediction can't be started after the first frame
6+
* Lot's of compilation issues solved
7+
* Bugfix in SBR envelope border calculation

Diff for: README.linux

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ To compile under Linux.
22
----------------------
33
just run :
44

5-
./bootstrap
65
./configure --with-mp4v2
76
make
87
sudo make install

0 commit comments

Comments
 (0)