File: TODO

package info (click to toggle)
alsa-tools 1.0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 11,820 kB
  • ctags: 5,229
  • sloc: ansic: 25,472; cpp: 14,137; sh: 9,710; pascal: 1,140; asm: 1,053; xml: 988; makefile: 698
file content (22 lines) | stat: -rw-r--r-- 1,064 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- Detect hrtime on solaris and enable it via config.h
- Add multilevel debug output
- change the divides/moduluos in coeff_get_mantissa to table
  lookups. Need to look at stats first though.
- rewrite imdct to use split 2/4 radix fft
- investigate strangeness in 256 point imdct (weird transients?)
	

DONE
- fix the bitstream interface to allow on aligned buffers - Feb 2000 -AH
- change dither.c, crc.c to use a lookup table - March 2000 -AH
- the output signal from the IMDCT sometimes is outside the rand
  of [-1.0,1.0]. This is why there is the normalization pass in
	output.c. Need to investigate and hopefully we can move the
	normalization. - Feb 2000 -AH
- Mute frame on error. Feb 2000 -AH
- Revisit convert_to_float and use int->float with scaling - Feb 2000 -AH
- Use proper frame sizes in auxdata parsing - July 1999 - AH
- fix clipping in output (normalize to max digital output) - Aug 99 -AH
- Fix coupling channel support - July 1999 - AH
- Add delta bit allocation support - July 1999 - AH
- Add downmixing support - Sept 1999 - AH, Yeqing Deng