Blame TODO

Packit 64f477
* implement A/52a downmix extensions
Packit 64f477
* use restrict pointers where appropriate
Packit 64f477
* reduce size of delay buffer by 50%
Packit 64f477
Packit 64f477
* get rid of globals in bitstream parsing
Packit 64f477
* get rid of statics in imdct.c
Packit 64f477
* avoid overflows, including reading the a52 stream !!!
Packit 64f477
* make dither code faster (generate dither table in advance ?)
Packit 64f477
* redo all bit allocation if previous frame had zero_snr_offsets
Packit 64f477
* make dynrng work in dual-channel streams
Packit 64f477
Packit 64f477
* update bitstream code