Merge of the current Monty branch; this brings in new psychoacoustic
[platform/upstream/libvorbis.git] / todo.txt
1 Development hit list for 1.0:
2
3 libvorbis:
4
5 libvorbis isn't doing the 'how much data in the last frame' trick from
6 the PCM counter/last page flag.
7
8 Implement correct truncated packet handling; this is mostly a case of
9 'intiialize vectors and check return values' in res0.c:inverse (but
10 not entirely)
11
12 Meaningful error code returns
13
14 Option for brute-forcing vq search on maptype 2 (helps on undertrained
15 sets).
16
17 API changes: 
18   break up some of the more monolithic calls (eg, allow access
19        to MDCT domain data, additional low level framing capability)
20   convenience calls for text comments
21
22 other:
23
24 command line suite